2 Commits

Author SHA1 Message Date
17505afca0 Update src/app/page.tsx 2026-06-09 10:07:12 +00:00
b99763d251 Merge version_3 into main
Merge version_3 into main
2026-06-09 10:01:47 +00:00

View File

@@ -120,20 +120,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "gelato-pistachio", name: "Pistachio Gelato", 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: "€3.50"}, 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-stracciatella", name: "Stracciatella Gelato", imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96019.jpg", imageAlt: "Stracciatella Gelato", price: "€3.00"}, 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-lemon", name: "Lemon Sorbetto", imageSrc: "http://img.b2bpic.net/free-photo/frozen-lemon-slice_23-2148176292.jpg", imageAlt: "Lemon Sorbetto", price: "€2.80"}, id: "gelato-lemon", name: "", imageSrc: "http://img.b2bpic.net/free-photo/frozen-lemon-slice_23-2148176292.jpg", imageAlt: "Lemon Sorbetto", price: ""},
{ {
id: "coffee-freddo-espresso", name: "Freddo Espresso", imageSrc: "http://img.b2bpic.net/free-photo/glass-coke-with-ice-woman-sandy-beach_23-2148134677.jpg", imageAlt: "Freddo Espresso", price: "€4.00"}, 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-cappuccino", name: "Cappuccino", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-cup-books_23-2148882800.jpg", imageAlt: "Cappuccino", price: "€3.50"}, id: "coffee-cappuccino", name: "", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-cup-books_23-2148882800.jpg", imageAlt: "Cappuccino", price: ""},
{ {
id: "gelato-chocolate", name: "Dark Chocolate Gelato", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-chocolate-ice-cream_23-2148422095.jpg", imageAlt: "Dark Chocolate Gelato", price: "€3.20"} 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: ""}
]} ]}
title="Our Delicious Offerings" title=""
description="Indulge in our authentic Italian gelato, made fresh daily with the finest ingredients. Explore our seasonal specialty flavors and refreshing summer-vibe coffees." description=""
/> />
</div> </div>