Merge version_1 into main #1
@@ -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() {
|
||||
<ContactText
|
||||
text={"Visit Us Today for a Scoop of Happiness!"}
|
||||
buttons={[
|
||||
{ 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')" }
|
||||
{ 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}
|
||||
|
||||
Reference in New Issue
Block a user