From 72c9e18ed9acaa82380101e061a62b4bf5103c45 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:13:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" /> -- 2.49.1