Update src/app/page.tsx

This commit is contained in:
2026-04-16 17:37:15 +00:00
parent 4261a4de15
commit 2f6ca1eaef

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}