diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f38171..c5c5bd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { ]} buttons={[ { text: "View Menu", href: "#menu" }, - { text: "Order Online", href: "#contact" } + { text: "Reserve a Table", href: "#contact" } ]} buttonAnimation="slide-up" carouselPosition="right"