diff --git a/src/app/page.tsx b/src/app/page.tsx index 81d7f67..a5eecf6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "View Menu", href: "products" }, + { text: "Order Now", href: "contact" }, { text: "Reserve Today", href: "contact" } ]} buttonAnimation="slide-up"