mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27: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">
|
<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">
|
<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">
|
<h2 className="text-3xl font-bold tracking-tight text-neutral-900 md:text-4xl">
|
||||||
Famosos
|
Destaques
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
@@ -190,14 +190,14 @@ export function TvoneDestaques() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* TEXT CONTENT (Simplified) */}
|
{/* 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]">
|
<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}
|
{item.title}
|
||||||
</h3>
|
</h3>
|
||||||
<div className="mt-2 flex items-center gap-2">
|
<div className="mt-2 flex items-center gap-2">
|
||||||
<p className="text-[11px] font-medium text-neutral-400">{item.date}</p>
|
<p className="text-[11px] font-medium text-neutral-400">{item.date}</p>
|
||||||
</div>
|
</div>
|
||||||
</div> */}
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
</article>
|
</article>
|
||||||
))}
|
))}
|
||||||
@@ -213,7 +213,7 @@ export function TvoneMainColumns() {
|
|||||||
{/* SECTION HEADER UNIFICADO */}
|
{/* SECTION HEADER UNIFICADO */}
|
||||||
<div className="mb-10 flex items-end justify-between border-b border-neutral-100 pb-6">
|
<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">
|
<h2 className="text-3xl font-bold tracking-tight text-neutral-900 md:text-4xl">
|
||||||
Destaques
|
Notícias recentes
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
Reference in New Issue
Block a user