2 Commits

Author SHA1 Message Date
2f6ca1eaef Update src/app/page.tsx 2026-04-16 17:37:15 +00:00
4261a4de15 Merge version_2 into main
Merge version_2 into main
2026-04-16 17:35:34 +00:00

View File

@@ -138,6 +138,7 @@ export default function Page() {
tag="Visit Us" tag="Visit Us"
title="Come say hello" 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." 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" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -157,4 +158,4 @@ export default function Page() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }