Compare commits
6 Commits
version_7
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f4e8d8ca5 | |||
| 3b648e6f14 | |||
| bca9ffbf60 | |||
| f787debd28 | |||
| c889554098 | |||
| c6ad82dfa4 |
@@ -74,14 +74,14 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "c1", name: "Classic Vanilla", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crumble-bingsu_1339-4645.jpg" },
|
||||
{ id: "c1", name: "Classic Vanilla", price: "$4.50", imageSrc: "https://img.freepik.com/free-photo/vanilla-ice-cream-scoop-waffle-cone-white-background_1220-4033.jpg" },
|
||||
{ id: "c2", name: "Milk Chocolate", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/side-view-ice-cream-strawberry-vanilla-chocolate-ice-cream-scoops_141793-3647.jpg" },
|
||||
{ id: "c3", name: "Salted Caramel", price: "$5.50", imageSrc: "https://img.freepik.com/free-photo/salted-caramel-ice-cream-scoop-waffle-cone-wood-background_1150-41075.jpg" },
|
||||
{ id: "c4", name: "Only 8 Peanut Butter", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/peanut-butter-jar-with-nuts_23-2148281358.jpg" },
|
||||
{ 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>
|
||||
|
||||
@@ -139,4 +139,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user