From f6bea75cc4c8dfb1b6918fbc32eef7fb388fb3b1 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 6 Apr 2026 14:43:30 +0100 Subject: [PATCH] add label to destaque --- app/components/tvone-content.tsx | 27 +++++++++++++++++++-------- app/components/tvone-hero.tsx | 2 +- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/app/components/tvone-content.tsx b/app/components/tvone-content.tsx index d9b53c9..f9c8b13 100644 --- a/app/components/tvone-content.tsx +++ b/app/components/tvone-content.tsx @@ -136,7 +136,9 @@ const aSeguir = [ export function TvoneDestaques() { return (
-

Destaques

+

+ Destaques +

{destaques.map((item) => (
- {/* VIDEO THUMBNAIL CONTAINER */} + {/* IMAGE CONTAINER */}
+ + {/* GRADIENT OVERLAY (For readability) */} +
+ + {/* NEW INTERNAL LABEL */} +
+ + {item.cat} + +
- {/* TEXT CONTENT */} + {/* TEXT CONTENT (Simplified) */}
-

- {item.cat} -

-

+

{item.title}

-

{item.date}

+
+

{item.date}

+
diff --git a/app/components/tvone-hero.tsx b/app/components/tvone-hero.tsx index fcaae3c..00d9937 100644 --- a/app/components/tvone-hero.tsx +++ b/app/components/tvone-hero.tsx @@ -49,7 +49,7 @@ export function TvoneHero() { />
- + {slide.tag}