4 Commits

Author SHA1 Message Date
b3c261ecb7 Update src/app/page.tsx 2026-04-05 16:48:31 +00:00
b763926f57 Merge version_4 into main
Merge version_4 into main
2026-04-05 16:43:48 +00:00
409564ef8b Update src/app/page.tsx 2026-04-05 16:43:42 +00:00
e576d19c54 Merge version_3 into main
Merge version_3 into main
2026-04-05 16:42:13 +00:00

View File

@@ -76,7 +76,7 @@ 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: "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 Dark Choc", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/energy-blueberry-mousse-cups_23-2148238677.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" },
@@ -94,7 +94,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,7 +125,7 @@ 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!"
description="Open daily: 11 AM - 10 PM. Located at 123 Yogurt Lane, Sweet City. Stop by for your treat today!"
buttons={[{ text: "Get Directions" }]}
/>
</div>
@@ -133,11 +133,11 @@ export default function LandingPage() {
<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>
);
}
}