From fbf939b5def6db88681dd5baa089fec4087c8d37 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:59:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 509660d..6159700 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { rating={5} ratingText="Trusted by food lovers" buttons={[ - { text: "Make Reservation", href: "#contact" }, + { text: "Reserve Table Now", href: "#contact" }, { text: "View Menu", href: "#menu" } ]} buttonAnimation="slide-up"