From e183fcb4bd1eb706bdac16c2768d9bbaac0b6755 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:37:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ea4297..e4c4dbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { ]} brandName="Beaver Dam Bar" button={{ - text: "Book Table", href: "#contact"}} + text: "Book Your Table", href: "#contact"}} /> @@ -207,7 +207,7 @@ export default function LandingPage() { variant: "radial-gradient"}} tag="Visit Us" title="Ready to drop by?" - description="Stay updated on our weekly events, guest taps, and food specials by joining our newsletter." + description="Stay updated on our weekly events, guest taps, and food specials by joining our newsletter. Give us a call at +19283475492." /> @@ -228,4 +228,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}