Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 17:35:19 +00:00

View File

@@ -68,16 +68,16 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Vanilla Dreams", price: "€5.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-with-caramel-topping_23-2148421993.jpg", imageAlt: "Smooth vanilla gelato"
id: "1", name: "Vanilla Dreams", price: "€5.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-with-caramel-topping_23-2148421993.jpg?_wi=1", imageAlt: "Smooth vanilla gelato"
},
{
id: "2", name: "Dark Chocolate", price: "€6.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-with-ice-cream-cones_23-2148422081.jpg", imageAlt: "Rich dark chocolate gelato"
id: "2", name: "Dark Chocolate", price: "€6.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-with-ice-cream-cones_23-2148422081.jpg?_wi=1", imageAlt: "Rich dark chocolate gelato"
},
{
id: "3", name: "Strawberry Bliss", price: "€5.50", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-strawberries-chocolate-white-plate_2829-11985.jpg", imageAlt: "Fresh strawberry gelato"
id: "3", name: "Strawberry Bliss", price: "€5.50", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-strawberries-chocolate-white-plate_2829-11985.jpg?_wi=1", imageAlt: "Fresh strawberry gelato"
},
{
id: "4", name: "Pistachio Elegance", price: "€6.50", imageSrc: "http://img.b2bpic.net/free-photo/nice-chocolate-pistachio-ice-cream-decorated-with-mint-waffle-cones-with-scattered-pistachios-are-nearby-served-with-metal-scoop-stone-slate-black-background-close-up_639032-913.jpg", imageAlt: "Premium pistachio gelato"
id: "4", name: "Pistachio Elegance", price: "€6.50", imageSrc: "http://img.b2bpic.net/free-photo/nice-chocolate-pistachio-ice-cream-decorated-with-mint-waffle-cones-with-scattered-pistachios-are-nearby-served-with-metal-scoop-stone-slate-black-background-close-up_639032-913.jpg?_wi=1", imageAlt: "Premium pistachio gelato"
}
]}
gridVariant="two-columns-alternating-heights"
@@ -121,19 +121,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Classic Flavors", description: "Timeless favorites including vanilla, chocolate, and strawberry that have delighted generations", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-with-caramel-topping_23-2148421993.jpg"
title: "Classic Flavors", description: "Timeless favorites including vanilla, chocolate, and strawberry that have delighted generations", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-with-caramel-topping_23-2148421993.jpg?_wi=2"
},
{
id: 2,
title: "Fruit Paradise", description: "Fresh seasonal fruits transformed into vibrant, refreshing gelato creations", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-strawberries-chocolate-white-plate_2829-11985.jpg"
title: "Fruit Paradise", description: "Fresh seasonal fruits transformed into vibrant, refreshing gelato creations", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-strawberries-chocolate-white-plate_2829-11985.jpg?_wi=2"
},
{
id: 3,
title: "Indulgent Treats", description: "Rich and decadent flavors perfect for chocolate lovers and adventurous palates", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-with-ice-cream-cones_23-2148422081.jpg"
title: "Indulgent Treats", description: "Rich and decadent flavors perfect for chocolate lovers and adventurous palates", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-with-ice-cream-cones_23-2148422081.jpg?_wi=2"
},
{
id: 4,
title: "Premium Selection", description: "Exclusive flavors showcasing premium ingredients like pistachio, hazelnut, and specialty infusions", imageSrc: "http://img.b2bpic.net/free-photo/nice-chocolate-pistachio-ice-cream-decorated-with-mint-waffle-cones-with-scattered-pistachios-are-nearby-served-with-metal-scoop-stone-slate-black-background-close-up_639032-913.jpg"
title: "Premium Selection", description: "Exclusive flavors showcasing premium ingredients like pistachio, hazelnut, and specialty infusions", imageSrc: "http://img.b2bpic.net/free-photo/nice-chocolate-pistachio-ice-cream-decorated-with-mint-waffle-cones-with-scattered-pistachios-are-nearby-served-with-metal-scoop-stone-slate-black-background-close-up_639032-913.jpg?_wi=2"
}
]}
buttons={[{ text: "View Full Menu", href: "#" }]}