Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-07 19:50:05 +00:00

View File

@@ -124,7 +124,7 @@ export default function RockSportsBarPage() {
description="Located at 123 Sports Plaza. Open daily from 11 AM 2 AM. Grab a table or call us for a booking."
buttons={[
{ text: "Call (555) 123-4567", href: "tel:5551234567" },
{ text: "Book Table", href: "tel:5551234567" }
{ text: "Book Table", onClick: () => { window.location.href = "tel:5551234567"; } }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}