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" }} />