Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bca9ffbf60 | |||
| f787debd28 | |||
| c889554098 | |||
| c6ad82dfa4 | |||
| 64d2ac46f6 | |||
| 2fb5275602 | |||
| 6f79f16b06 | |||
| 03c50b5e6c | |||
| b3c261ecb7 | |||
| b763926f57 | |||
| 409564ef8b | |||
| e576d19c54 |
@@ -76,13 +76,12 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "c1", name: "Classic Vanilla", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crumble-bingsu_1339-4645.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-41074.jpg" },
|
||||
{ id: "c4", name: "Only 8 Dark Choc", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/energy-blueberry-mousse-cups_23-2148238677.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" },
|
||||
{ id: "c6", name: "Seasonal Special", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-musli-fresh-fruits-arrangement_23-2148267697.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>
|
||||
|
||||
@@ -94,7 +93,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{ id: "t1", title: "Fresh Fruit", author: "Topping", description: "Crisp, sweet, and seasonal berries.", tags: ["Premium"], imageSrc: "http://img.b2bpic.net/free-photo/fresh-red-strawberries-mellow-delicious-berries-inside-white-plate-light-desk-fruit-berry-red-color_140725-31904.jpg" },
|
||||
{ id: "t2", title: "Cookie Dough", author: "Topping", description: "The ultimate sweet indulgence.", tags: ["Classic"], imageSrc: "http://img.b2bpic.net/free-photo/homemade-chocolate-cracked-cookies-white-backdrop_23-2148028501.jpg" },
|
||||
{ id: "t3", title: "Gourmet Drizzle", author: "Topping", description: "Hot fudge or salted caramel.", tags: ["Deluxe"], imageSrc: "https://img.freepik.com/free-photo/hot-chocolate-fudge-sauce-being-poured-over-dessert-spoon_1150-41850.jpg" },
|
||||
{ id: "t3", title: "Gourmet Drizzle", author: "Topping", description: "Hot fudge or salted caramel.", tags: ["Deluxe"], imageSrc: "https://img.freepik.com/free-photo/hot-chocolate-fudge-sauce-being-poured-over-dessert-spoon_1150-41851.jpg" },
|
||||
]}
|
||||
title="Build Your Perfect Cup"
|
||||
description="Add unlimited toppings for just $2. Fresh fruit, cookie dough, strawberries, and more to make it yours!"
|
||||
@@ -125,19 +124,19 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Find Yoz Yogurt"
|
||||
description="Open daily: 11 AM - 10 PM. Stop by for your treat today!"
|
||||
buttons={[{ text: "Get Directions" }]}
|
||||
description="Open daily: 11 AM - 10 PM. Located at 123 Yogurt Lane, Sweet City. Stop by for your treat today!"
|
||||
buttons={[{ text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=123+Yogurt+Lane+Sweet+City" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Yoz Yogurt"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "© 2024 Yoz Yogurt", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy" }}
|
||||
rightLink={{ text: "© 2024 Yoz Yogurt" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user