Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-06 16:37:21 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
]}
brandName="Beaver Dam Bar"
button={{
text: "Book Table", href: "#contact"}}
text: "Book Your Table", href: "#contact"}}
/>
</div>
@@ -207,7 +207,7 @@ export default function LandingPage() {
variant: "radial-gradient"}}
tag="Visit Us"
title="Ready to drop by?"
description="Stay updated on our weekly events, guest taps, and food specials by joining our newsletter."
description="Stay updated on our weekly events, guest taps, and food specials by joining our newsletter. Give us a call at +19283475492."
/>
</div>
@@ -228,4 +228,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}