From daa8bbac585b0c32e86100487677f68da94f3c66 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Tue, 31 Mar 2026 18:39:01 +0100 Subject: [PATCH] remove roundness --- app/components/tvone-site-nav.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/components/tvone-site-nav.tsx b/app/components/tvone-site-nav.tsx index 6a38837..0af5dd8 100644 --- a/app/components/tvone-site-nav.tsx +++ b/app/components/tvone-site-nav.tsx @@ -4,13 +4,13 @@ import Link from "next/link"; import { useCallback, useEffect, useId, useRef, useState } from "react"; const primaryNav = [ - { label: "Notícias", href: "#" }, - { label: "Europa", href: "#" }, - { label: "Mundo", href: "#" }, + { label: "Famosos", href: "#" }, + { label: "Música", href: "#" }, + { label: "Em Foco", href: "#" }, + { label: "Lifestyle", href: "#" }, { label: "Desporto", href: "#" }, - { label: "Economia", href: "#" }, - { label: "Cultura", href: "#" }, - { label: "Ciência", href: "#" }, + { label: "Galaria", href: "#" }, + { label: "Contactos", href: "#" }, ]; const secondaryNav = [ @@ -143,12 +143,12 @@ export function TvoneSiteNav() { tvone -