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 -