From 397157318ca1c2c7fcd19bbd7690ded350d7d36d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 18:25:25 +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 a1f48a6..66ff5aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { tag="Visit Us" title="Book Your Dining Experience" description="Ready for an exceptional meal? Contact us today to secure your table." - buttons={[{ text: "Contact Us Now", href: "#" }]} + buttons={[{ text: "Reserve Your Table", href: "#" }]} /> @@ -185,4 +185,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1