Update src/app/page.tsx

This commit is contained in:
2026-05-06 16:37:18 +00:00
parent 520bd6ee70
commit e183fcb4bd

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>
);
}
}