From c09818c057d7da67fc294f25e37a9d5fc4a5ed80 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:56:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.49.1