1 Commits

Author SHA1 Message Date
2f6ca1eaef Update src/app/page.tsx 2026-04-16 17:37:15 +00:00

View File

@@ -86,7 +86,6 @@ export default function Page() {
<ProductCardFour <ProductCardFour
title="Flavor That Bites Back" 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." 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" gridVariant="three-columns-all-equal-width"
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="split-description" textboxLayout="split-description"
@@ -139,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"