diff --git a/src/app/page.tsx b/src/app/page.tsx index c4ddf68..c079d32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Pricing", id: "pricing" }, { name: "Testimonials", id: "testimonials" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} brandName="JMS Ambientes Limpos" @@ -167,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file