diff --git a/src/app/page.tsx b/src/app/page.tsx index 815036d..3a208ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}