From 9974fc1d1c707eb75ba29ecfcebc50dfa68fd90b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:58:21 +0000 Subject: [PATCH] Switch to version 1: modified 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 3a208ae..815036d 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", onClick: () => window.location.href = "tel:+1-555-0147" }, - { text: "Get Directions", onClick: () => window.open("https://maps.google.com/?q=Boyce+Kentucky", "_blank") }, + { text: "Call Us", href: "tel:+1-555-0147" }, + { text: "Get Directions", href: "#" }, ]} background={{ variant: "plain" }} useInvertedBackground={false}