From 2f6ca1eaef6da34c9c2866fd9b08d9de5f521cfb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:37:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19b126f..946970e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,6 +138,7 @@ export default function Page() { tag="Visit Us" title="Come say hello" description="Grab your crew, enjoy a cold drink, and experience the warmth of our local saloon. We are open and ready to welcome you." + buttonText="Get Directions" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} mediaAnimation="slide-up" @@ -157,4 +158,4 @@ export default function Page() { ); -} \ No newline at end of file +} -- 2.49.1