From 69571e52fae47caf89ab7145a991d8d1982b19dc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:25:57 +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 fc7af55..5542781 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { ]} avatarText="Join our growing community of flavor lovers." buttons={[ - { text: "Reserve a Table", href: "#contact" }, + { text: "Reserve Now", href: "#contact" }, ]} buttonAnimation="slide-up" marqueeItems={[ -- 2.49.1