From 0542573244bf53bd1f85ba985ae162696558b4f8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:35:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8958865..7d05f92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#" }]} -- 2.49.1