diff --git a/src/app/page.tsx b/src/app/page.tsx index 435d479..3a71d57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Explore Menu", href: "products" }, + { text: "Order Now", href: "products" }, { text: "Reserve a Spot", href: "contact" } ]} buttonAnimation="slide-up"