mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27:52 +00:00
This commit is contained in:
@@ -4,12 +4,13 @@ import Link from "next/link";
|
||||
import { useCallback, useEffect, useId, useRef, useState } from "react";
|
||||
|
||||
const primaryNav = [
|
||||
{ label: "Famosos", href: "#" },
|
||||
{ label: "Música", href: "#" },
|
||||
{ label: "Em Foco", href: "#" },
|
||||
{ label: "Atualidade", href: "#" },
|
||||
{ label: "Cultura", href: "#" },
|
||||
{ label: "Lifestyle", href: "#" },
|
||||
{ label: "Entrevistas", href: "#" },
|
||||
{ label: "Girl Power", href: "#" },
|
||||
{ label: "Desporto", href: "#" },
|
||||
{ label: "Galaria", href: "#" },
|
||||
{ label: "Contactos", href: "#" },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user