From 55d68152a3775798f35b4c4e48c8d93fab1071fd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:45:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab4642f..a69e9f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,6 @@ export default function LandingPage() { mediaAnimation={"slide-up"} rating={5} ratingText={"Over 1000 happy customers!"} - useInvertedBackground={false} buttons={[ { text: "Explore Flavors", href: "#flavors" }, { text: "Our Story", href: "#about" } @@ -154,8 +153,8 @@ export default function LandingPage() { console.log('Get Directions')" }, - { text: "Call Us", href: "tel:+1234567890", onClick: "() => console.log('Call Us')" } + { text: "Get Directions", href: "https://www.google.com/maps/search/ice+cream+shop+near+me", onClick: () => console.log('Get Directions') }, + { text: "Call Us", href: "tel:+1234567890", onClick: () => console.log('Call Us') } ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1