Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c09818c057 |
@@ -135,8 +135,8 @@ export default function LandingPage() {
|
|||||||
text="Ready to experience authentic country charm and Southern hospitality? Visit us along the quiet countryside road or call ahead for reservations."
|
text="Ready to experience authentic country charm and Southern hospitality? Visit us along the quiet countryside road or call ahead for reservations."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Us", href: "tel:+1-555-0147" },
|
{ text: "Call Us", onClick: () => window.location.href = "tel:+1-555-0147" },
|
||||||
{ text: "Get Directions", href: "#" },
|
{ text: "Get Directions", onClick: () => window.open("https://maps.google.com/?q=Boyce+Kentucky", "_blank") },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user