From 2377af7edaa6809f9fcd72200bc6cc6242a51d23 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:40:15 +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 50b3ca5..09bfc30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,28 +127,28 @@ export default function LandingPage() { { id: 1, title: "100% Fatto in Casa", description: "Nessun prodotto preconfezionato. Ogni piatto nasce dal nostro amore per l'autenticità. Farine alternative, zero additivi, zero conservanti, zero coloranti sintetici.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg", imageAlt: "Cucina a vista moderna con preparazioni visibili" + imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg?_wi=1", imageAlt: "Cucina a vista moderna con preparazioni visibili" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg", imageAlt: "Ingredienti biologici freschi e locali" + imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg?_wi=1", imageAlt: "Ingredienti biologici freschi e locali" } }, { id: 2, title: "Inclusività Totale", description: "Vegana, vegetariana, senza glutine, senza lattosio, egg-free, plant-based. La nostra cucina abbraccia tutte le scelte consapevoli. Ogni dieta è un'opportunità per innovare.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg", imageAlt: "Varietà di ingredienti per tutte le diete" + imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg?_wi=2", imageAlt: "Varietà di ingredienti per tutte le diete" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg", imageAlt: "Cucina organizzata per preparazioni inclusive" + imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg?_wi=2", imageAlt: "Cucina organizzata per preparazioni inclusive" } }, { id: 3, title: "Macro-Mediterranea", description: "Frutti, verdure, cereali, legumi. Cotture non invasive che mantengono energia e sapore. Un equilibrio tra tradizione e consapevolezza nutrizionale.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg", imageAlt: "Verdure fresche e cereali integri" + imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg?_wi=3", imageAlt: "Verdure fresche e cereali integri" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg", imageAlt: "Preparazione con tecniche dolci e naturali" + imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg?_wi=3", imageAlt: "Preparazione con tecniche dolci e naturali" } } ]} -- 2.49.1