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}