From 6f085c699df028d91df8c0a4a2cf5c0d94e74205 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:15:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1