Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bca9ffbf60 | |||
| f787debd28 | |||
| c889554098 | |||
| c6ad82dfa4 |
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
{ id: "c5", name: "Only 8 Pistachio", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/swirled-green-yellow-cream-texture_23-2151988787.jpg" },
|
||||
]}
|
||||
title="Our Flavors"
|
||||
description="Flavors rotate — come back for something new!"
|
||||
description="Hand-picked rotating flavors made fresh daily—find your new favorite today!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
tag="Visit Us"
|
||||
title="Find Yoz Yogurt"
|
||||
description="Open daily: 11 AM - 10 PM. Located at 123 Yogurt Lane, Sweet City. Stop by for your treat today!"
|
||||
buttons={[{ text: "Get Directions" }]}
|
||||
buttons={[{ text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=123+Yogurt+Lane+Sweet+City" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user