From 49bb038cb8b8e343575508e0441faadf71f1713d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:46:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.49.1