Merge version_3 into main #1

Merged
bender merged 1 commits from version_3 into main 2026-03-08 13:56:06 +00:00

View File

@@ -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."
animationType="entrance-slide"
buttons={[
{ text: "Call Us", href: "tel:+1-555-0147" },
{ text: "Get Directions", href: "#" },
{ text: "Call Us", onClick: () => window.location.href = "tel:+1-555-0147" },
{ text: "Get Directions", onClick: () => window.open("https://maps.google.com/?q=Boyce+Kentucky", "_blank") },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}