From a63f9f6e7be77d89905994cccf78ebfdb3091c8c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:53:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ceb3c9..4cee99d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "FAQ", id: "faq" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, + { name: "Questions", id: "/questions" }, ]} button={{ text: "Get Quote", href: "contact" }} />