From 19c543d195bae0510c56e9fafdc185e728ea13d6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:11:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1e96a5..679a644 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,17 +120,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "gelato-pistachio", name: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-pistachio-ice-cream-decorated-with-mint-scattered-pistachios-are-nearby-served-stone-slate-black-background_639032-917.jpg", imageAlt: "Pistachio Gelato", price: ""}, + id: "gelato-pistachio", name: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-pistachio-ice-cream-decorated-with-mint-scattered-pistachios-are-nearby-served-stone-slate-black-background_639032-917.jpg", imageAlt: "Pistachio Gelato", price: "", priceButtonProps: null}, { - id: "gelato-stracciatella", name: "", imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96019.jpg", imageAlt: "Stracciatella Gelato", price: ""}, + id: "gelato-stracciatella", name: "", imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96019.jpg", imageAlt: "Stracciatella Gelato", price: "", priceButtonProps: null}, { - id: "gelato-lemon", name: "", imageSrc: "http://img.b2bpic.net/free-photo/frozen-lemon-slice_23-2148176292.jpg", imageAlt: "Lemon Sorbetto", price: ""}, + id: "gelato-lemon", name: "", imageSrc: "http://img.b2bpic.net/free-photo/frozen-lemon-slice_23-2148176292.jpg", imageAlt: "Lemon Sorbetto", price: "", priceButtonProps: null}, { - id: "coffee-freddo-espresso", name: "", imageSrc: "http://img.b2bpic.net/free-photo/glass-coke-with-ice-woman-sandy-beach_23-2148134677.jpg", imageAlt: "Freddo Espresso", price: ""}, + id: "coffee-freddo-espresso", name: "", imageSrc: "http://img.b2bpic.net/free-photo/glass-coke-with-ice-woman-sandy-beach_23-2148134677.jpg", imageAlt: "Freddo Espresso", price: "", priceButtonProps: null}, { - id: "coffee-cappuccino", name: "", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-cup-books_23-2148882800.jpg", imageAlt: "Cappuccino", price: ""}, + id: "coffee-cappuccino", name: "", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-cup-books_23-2148882800.jpg", imageAlt: "Cappuccino", price: "", priceButtonProps: null}, { - id: "gelato-chocolate", name: "", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-chocolate-ice-cream_23-2148422095.jpg", imageAlt: "Dark Chocolate Gelato", price: ""} + id: "gelato-chocolate", name: "", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-chocolate-ice-cream_23-2148422095.jpg", imageAlt: "Dark Chocolate Gelato", price: "", priceButtonProps: null} ]} title="" description=""