diff --git a/src/app/page.tsx b/src/app/page.tsx index 40b6e4e..40310c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Inicio", id: "hero" }, { name: "Sobre Nosotros", id: "about" }, { name: "Menú", id: "menu" }, + { name: "FAQ", id: "faq" }, { name: "Contacto", id: "contact" }, ]} brandName="Tacos Victor Montréal" @@ -157,7 +158,7 @@ export default function LandingPage() {