From 2a2c1603499f968e1c84d6b10282250ea0bbb752 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:31:54 +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 dd80d1a..c29bb55 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: [ { - imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-pasta-olive-oil-tomatoes-wooden-board_114579-55698.jpg", alt: "Traditional Italian ingredients"}, + type: "image", 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/flat-lay-parmesan-tomatoes-garlic-cutting-board_23-2148361280.jpg", alt: "Map of Italy"}, + type: "image", src: "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: [ { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-juice-with-pastry_23-2147693937.jpg", alt: "Freshly baked bread"}, + type: "image", 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/healthy-food-vs-unhealthy-food_23-2148194534.jpg", alt: "Baking ingredients"}, + type: "image", src: "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: [ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-enjoying-lunch-toasting-with-wine-dining-table_637285-3215.jpg", alt: "Family gathering"}, + type: "image", 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/kids-having-fun-jungle-party_23-2149499056.jpg", alt: "Nonna baking with grandchild"}, + type: "image", src: "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: [ { - imageSrc: "http://img.b2bpic.net/free-photo/charcuterie-with-assortment-meats-bread_23-2149460173.jpg", alt: "Italian cheeses and cured meats"}, + type: "image", 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/slices-spanish-serrano-ham_123827-36647.jpg", alt: "Italian wine bottles"}, + type: "image", src: "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: [ { - imageSrc: "http://img.b2bpic.net/free-photo/blur-background-coffee-shop-with-lighting-equipment_23-2147893026.jpg", alt: "Coffee machine in cafe"}, + type: "image", 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/green-field_155999-13.jpg", alt: "Espresso cup"}, + type: "image", src: "http://img.b2bpic.net/free-photo/green-field_155999-13.jpg", alt: "Espresso cup"}, ], }, ]} -- 2.49.1