From 5d20644195519510d46ae8d55cdcdf1986541511 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:31:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 468e334..dd80d1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,45 +100,45 @@ export default function LandingPage() { title: "Authenticity", description: "We use original Italian recipes and ingredients imported directly from Italy. The taste you get here is the taste of a real Italian bakery.", icon: Flag, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/assortment-raw-pasta-olive-oil-tomatoes-wooden-board_114579-55698.jpg", alt: "Traditional Italian ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-pasta-olive-oil-tomatoes-wooden-board_114579-55698.jpg", alt: "Traditional Italian ingredients"}, { - src: "http://img.b2bpic.net/free-photo/flat-lay-parmesan-tomatoes-garlic-cutting-board_23-2148361280.jpg", alt: "Map of Italy"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-parmesan-tomatoes-garlic-cutting-board_23-2148361280.jpg", alt: "Map of Italy"}, ], }, { title: "Fresh Every Day", description: "We bake daily. Bread, focaccia, desserts and pastries are prepared fresh every day, because quality always comes first.", icon: Crop, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/coffee-juice-with-pastry_23-2147693937.jpg", alt: "Freshly baked bread"}, + imageSrc: "http://img.b2bpic.net/free-photo/coffee-juice-with-pastry_23-2147693937.jpg", alt: "Freshly baked bread"}, { - src: "http://img.b2bpic.net/free-photo/healthy-food-vs-unhealthy-food_23-2148194534.jpg", alt: "Baking ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-vs-unhealthy-food_23-2148194534.jpg", alt: "Baking ingredients"}, ], }, { title: "Family Atmosphere", description: "We are not just a shop. We are a place where people meet, talk, laugh and come back again. Every guest is welcomed with genuine warmth.", icon: Heart, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/happy-extended-family-enjoying-lunch-toasting-with-wine-dining-table_637285-3215.jpg", alt: "Family gathering"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-enjoying-lunch-toasting-with-wine-dining-table_637285-3215.jpg", alt: "Family gathering"}, { - src: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-party_23-2149499056.jpg", alt: "Nonna baking with grandchild"}, + imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-party_23-2149499056.jpg", alt: "Nonna baking with grandchild"}, ], }, { title: "Quality Italian Products", description: "We offer carefully selected cheeses, salami, olives, wines and specialty products that you won’t easily find elsewhere.", icon: Droplets, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/charcuterie-with-assortment-meats-bread_23-2149460173.jpg", alt: "Italian cheeses and cured meats"}, + imageSrc: "http://img.b2bpic.net/free-photo/charcuterie-with-assortment-meats-bread_23-2149460173.jpg", alt: "Italian cheeses and cured meats"}, { - src: "http://img.b2bpic.net/free-photo/slices-spanish-serrano-ham_123827-36647.jpg", alt: "Italian wine bottles"}, + imageSrc: "http://img.b2bpic.net/free-photo/slices-spanish-serrano-ham_123827-36647.jpg", alt: "Italian wine bottles"}, ], }, { title: "Experience, Not Just Food", description: "Italian music, the smell of bread, friendly conversation and a cozy space — we want every visit to feel special, even if you only stop by for a moment.", icon: Heart, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/blur-background-coffee-shop-with-lighting-equipment_23-2147893026.jpg", alt: "Coffee machine in cafe"}, + imageSrc: "http://img.b2bpic.net/free-photo/blur-background-coffee-shop-with-lighting-equipment_23-2147893026.jpg", alt: "Coffee machine in cafe"}, { - src: "http://img.b2bpic.net/free-photo/green-field_155999-13.jpg", alt: "Espresso cup"}, + imageSrc: "http://img.b2bpic.net/free-photo/green-field_155999-13.jpg", alt: "Espresso cup"}, ], }, ]}