diff --git a/app/components/tvone-content.tsx b/app/components/tvone-content.tsx index 5247935..61b9321 100644 --- a/app/components/tvone-content.tsx +++ b/app/components/tvone-content.tsx @@ -67,13 +67,6 @@ const destaques = [ date: "23 Mar 2025", img: "https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=600&q=80", }, - { - cat: "TECNOLOGIA", - catColor: "text-violet-600", - title: "Novos dispositivos chegam às lojas com foco em sustentabilidade.", - date: "23 Mar 2025", - img: "https://images.unsplash.com/photo-1518770660439-4636190af475?w=600&q=80", - }, ]; const recentes = [ @@ -137,14 +130,14 @@ export function TvoneDestaques() { return (

Destaques

-
+
{destaques.map((item) => (
-
+
(
  • -
    +