diff --git a/src/app/page.tsx b/src/app/page.tsx index b7836cb..da34e50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,6 +20,7 @@ export default function HomePage() { { name: "Sobre", id: "about" }, { name: "Tecnologia", id: "technology" }, { name: "Avaliações", id: "testimonials" }, + { name: "FAQ", id: "faq" }, { name: "Contato", id: "contact" }, ]; @@ -217,4 +218,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}