diff --git a/src/app/page.tsx b/src/app/page.tsx index c1dc2a7..d32ba9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,8 +65,8 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Visit Us Today", href: "contact" }, - { text: "View Menu", href: "#" } + { text: "Make a Reservation", href: "contact" }, + { text: "Order Now", href: "product" } ]} buttonAnimation="slide-up" />