mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 07:17:52 +00:00
add destaque
This commit is contained in:
@@ -142,7 +142,7 @@ export function TvoneDestaques() {
|
||||
<section className="mx-auto w-full max-w-[1200px] px-4 pb-20">
|
||||
<div className="mb-10 flex items-end justify-between border-b border-neutral-100 pb-6">
|
||||
<h2 className="text-3xl font-bold tracking-tight text-neutral-900 md:text-4xl">
|
||||
Famosos
|
||||
Destaques
|
||||
</h2>
|
||||
|
||||
<Link
|
||||
@@ -190,14 +190,14 @@ export function TvoneDestaques() {
|
||||
</div>
|
||||
|
||||
{/* TEXT CONTENT (Simplified) */}
|
||||
{/* <div className="py-4">
|
||||
<div className="py-4">
|
||||
<h3 className="line-clamp-2 text-[15px] font-bold leading-tight text-neutral-900 transition-colors group-hover:text-[#0066cc] md:text-[16px]">
|
||||
{item.title}
|
||||
</h3>
|
||||
<div className="mt-2 flex items-center gap-2">
|
||||
<p className="text-[11px] font-medium text-neutral-400">{item.date}</p>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</Link>
|
||||
</article>
|
||||
))}
|
||||
@@ -213,7 +213,7 @@ export function TvoneMainColumns() {
|
||||
{/* SECTION HEADER UNIFICADO */}
|
||||
<div className="mb-10 flex items-end justify-between border-b border-neutral-100 pb-6">
|
||||
<h2 className="text-3xl font-bold tracking-tight text-neutral-900 md:text-4xl">
|
||||
Destaques
|
||||
Notícias recentes
|
||||
</h2>
|
||||
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user