diff --git a/src/app/page.tsx b/src/app/page.tsx index 213a213..796cbe5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Order Online", href: "#order" }, + { text: "Reserve Your Table", href: "#order" }, { text: "Visit Tonight", href: "#contact" } ]} buttonAnimation="slide-up"