Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00bcefb421 | |||
| 53b84552f3 | |||
| a752bb8d4d | |||
| 4412e49ce6 | |||
| 692d9da288 |
@@ -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: "Get Directions", href: "#" }
|
||||
{ text: "Book Table", onClick: () => { window.location.href = "tel:5551234567"; } }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user