5 Commits

Author SHA1 Message Date
ce910ecbe7 Merge version_3 into main
Merge version_3 into main
2026-04-16 17:37:18 +00:00
7244a7242d Merge version_4 into main
Merge version_4 into main
2026-04-16 17:37:18 +00:00
2f6ca1eaef Update src/app/page.tsx 2026-04-16 17:37:15 +00:00
624d9b6742 Update src/app/page.tsx 2026-04-16 17:37:12 +00:00
4261a4de15 Merge version_2 into main
Merge version_2 into main
2026-04-16 17:35:34 +00:00

View File

@@ -86,6 +86,7 @@ export default function Page() {
<ProductCardFour
title="Flavor That Bites Back"
description="From messy, delicious comfort food to our signature, playful shots, every bite is a reason to celebrate our local flavors."
buttons={[{ text: "View Full Menu", href: "#menu-details" }]}
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
textboxLayout="split-description"
@@ -138,6 +139,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 +159,4 @@ export default function Page() {
</div>
</ThemeProvider>
);
}
}