From 6a239557d2f75e680c5c58c9e6517938dc7604c9 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 6 Apr 2026 15:40:50 +0100 Subject: [PATCH] fix --- app/components/tvone-content.tsx | 157 +++++++++++++------------------ 1 file changed, 63 insertions(+), 94 deletions(-) diff --git a/app/components/tvone-content.tsx b/app/components/tvone-content.tsx index f9c8b13..f52b158 100644 --- a/app/components/tvone-content.tsx +++ b/app/components/tvone-content.tsx @@ -184,102 +184,77 @@ export function TvoneDestaques() { ); } + export function TvoneMainColumns() { return ( -
-
-

Recentes

-
    - {recentes.map((item) => ( -
  • - -
    - -
    -
    - +
    + {/* SECTION HEADER */} +
    +

    Notícias Recentes

    + + Ver Histórico + +
    + + {/* TWO COLUMN GRID OF HORIZONTAL CARDS */} +
    + {recentes.map((item) => ( +
    + + + {/* 1. IMAGE SIDE (Fixed width on desktop) */} +
    + + + {/* THE INTERNAL LABEL (Bottom Left) */} +
    + {item.cat} -

    - {item.title} -

    -

    {item.excerpt}

    -

    - {item.byline} · {item.date} -

    - -
  • - ))} -
- - Ver todas as notícias - -
+ + {/* Subtle gradient for label contrast */} +
+
+ + {/* 2. TEXT SIDE (Fills remaining space) */} +
+

+ {item.title} +

+ +

+ {item.excerpt} +

+ +
+ {item.byline} + + {item.date} +
+
-
-
-

A seguir

- -
- - + {/* LOAD MORE - CLEAN iOS BUTTON */} +
+ +
+ ); } @@ -364,15 +339,9 @@ export function TvoneFooter() { - - - - - -