diff --git a/src/app/page.tsx b/src/app/page.tsx index a8293a5..af60c89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,36 +73,44 @@ export default function LandingPage() { title: "Bar & Colazioni", description: "Svegliati con il miglior caffè artigianale e dolci freschi ogni mattina. Aperto dalle 6:00 con una selezione curata di cornetti e paste rigorosamente preparate.", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-with-desserts-cheesecake-pistachios-cake-side-view_141793-3221.jpg", imageAlt: "Morning coffee service"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-with-desserts-cheesecake-pistachios-cake-side-view_141793-3221.jpg", imageAlt: "Morning coffee service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-coffee_23-2148243549.jpg", imageAlt: "Fresh artisanal croissants"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-coffee_23-2148243549.jpg", imageAlt: "Fresh artisanal croissants" + }, ], }, { title: "Pasticceria d'Autore", description: "Creazioni uniche per ogni occasione. Dalle torte di compleanno alle composizioni per eventi speciali, ogni dolce è un'opera d'arte culinaria.", icon: Cake, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-cake-with-candies-pink-desk_140725-25304.jpg", imageAlt: "Custom designed cakes"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-cake-with-candies-pink-desk_140725-25304.jpg", imageAlt: "Custom designed cakes" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-wearing-linen-clothing_23-2151030585.jpg", imageAlt: "Pastry artistry and details"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-wearing-linen-clothing_23-2151030585.jpg", imageAlt: "Pastry artistry and details" + }, ], }, { title: "Gelateria Artigianale", description: "Gelato preparato quotidianamente con ricette tradizionali e ingredienti premium. Dall'estate alla festività, la scelta perfetta per ogni stagione.", icon: Cone, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-freezer_53876-32168.jpg", imageAlt: "Artisanal gelato display"}, + imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-freezer_53876-32168.jpg", imageAlt: "Artisanal gelato display" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-cone-with-berries-wooden-background_169016-3124.jpg", imageAlt: "Gelato flavor selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-cone-with-berries-wooden-background_169016-3124.jpg", imageAlt: "Gelato flavor selection" + }, ], }, { title: "Catering & Eventi", description: "Trasforma il tuo evento speciale con i nostri servizi di catering personalizzati. Torte monumentali e dolci raffinati per cerimonie indimenticabili.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/served-bar-table-variety-sweets-like-tiramisu-eclairs-cupcakes_8353-10504.jpg", imageAlt: "Catering event service"}, + imageSrc: "http://img.b2bpic.net/free-photo/served-bar-table-variety-sweets-like-tiramisu-eclairs-cupcakes_8353-10504.jpg", imageAlt: "Catering event service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-decorations-reception_1328-2261.jpg", imageAlt: "Event dessert presentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/wedding-decorations-reception_1328-2261.jpg", imageAlt: "Event dessert presentation" + }, ], }, ]} @@ -119,8 +127,9 @@ export default function LandingPage() {