From 9f973556ffbfccee8ee318130b48b3a8148ab7d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:05:01 +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 ccf5644..c99a129 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { }, ]} buttons={[ - { text: "Make a Reservation", href: "#contact" }, + { text: "Reserve Your Table Now", href: "#contact" }, { text: "View Our Menu", href: "#features" }, ]} mediaAnimation="blur-reveal" -- 2.49.1