2 Commits

Author SHA1 Message Date
b213a15a0e Update src/app/page.tsx 2026-03-05 20:43:06 +00:00
e07e0b6aae Merge version_2 into main
Merge version_2 into main
2026-03-05 20:41:33 +00:00

View File

@@ -154,8 +154,8 @@ export default function LandingPage() {
title="Ready to Join Us?" title="Ready to Join Us?"
description="Reserve your table, order online, or simply stop by for your favorite drink. We're open daily and always happy to welcome you." description="Reserve your table, order online, or simply stop by for your favorite drink. We're open daily and always happy to welcome you."
buttons={[ buttons={[
{ text: "Make a Reservation", href: "#" }, { text: "Make a Reservation", href: "contact" },
{ text: "Call Us Today", href: "#" } { text: "Call Us Today", href: "tel:+1234567890" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}