diff --git a/src/app/page.tsx b/src/app/page.tsx index a55e1cb..9a42836 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,6 +37,7 @@ export default function LandscapingPage() { { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, + { name: "FAQ", id: "faq" }, ]} button={{ text: "Call Now", href: "tel:4124955511" }} /> @@ -161,7 +162,7 @@ export default function LandscapingPage() { ); -} +} \ No newline at end of file