diff --git a/src/app/page.tsx b/src/app/page.tsx index 0827b53..319b475 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { { name: "FAQ", id: "#faq"}, { - name: "Contact", href: "/contact"}, + name: "Contact", id: "/contact"}, ]} button={{ text: "Order Now", href: "/contact"}}