From 95d9383c95e86e6749accb6afa013e489f26bc78 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:49:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1ebfa9..6130f60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Inizia Ora", href: "#pricing"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/healthy-food-around-notebook-with-doodles_23-2147866371.jpg" + imageSrc="http://img.b2bpic.net/free-photo/healthy-food-around-notebook-with-doodles_23-2147866371.jpg?_wi=1" imageAlt="Studente felice con snack ecoFood" mediaAnimation="slide-up" avatars={[ @@ -89,13 +89,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Scegli i tuoi gusti", description: "Seleziona dolci, salati o opzioni salutari dal nostro menù online.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritional-counter-app-composition_23-2149880622.jpg", buttonIcon: Zap, + title: "Scegli i tuoi gusti", description: "Seleziona dolci, salati o opzioni salutari dal nostro menù online.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritional-counter-app-composition_23-2149880622.jpg?_wi=1", buttonIcon: Zap, }, { - title: "Prepariamo la tua Box", description: "Il nostro team seleziona snack di alta qualità per ogni tua richiesta.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fork_23-2149151667.jpg", buttonIcon: Package, + title: "Prepariamo la tua Box", description: "Il nostro team seleziona snack di alta qualità per ogni tua richiesta.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fork_23-2149151667.jpg?_wi=1", buttonIcon: Package, }, { - title: "Ricevila ogni lunedì", description: "La tua box arriva fresca ogni inizio settimana per iniziare al meglio.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-red-polo-shirt-yellow-cap-holding-stack-pizza-boxes-looking-camera-smiling-cheerfully-showing-thumbs-up_141793-28742.jpg", buttonIcon: Truck, + title: "Ricevila ogni lunedì", description: "La tua box arriva fresca ogni inizio settimana per iniziare al meglio.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-red-polo-shirt-yellow-cap-holding-stack-pizza-boxes-looking-camera-smiling-cheerfully-showing-thumbs-up_141793-28742.jpg?_wi=1", buttonIcon: Truck, }, ]} title="Come funziona ecoFood" @@ -169,16 +169,16 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Giulia", role: "Studente", company: "Politecnico", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-around-notebook-with-doodles_23-2147866371.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-around-notebook-with-doodles_23-2147866371.jpg?_wi=2"}, { id: "t2", name: "Marco", role: "Studente", company: "Università", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritional-counter-app-composition_23-2149880622.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritional-counter-app-composition_23-2149880622.jpg?_wi=2"}, { id: "t3", name: "Sofia", role: "Studente", company: "Bocconi", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fork_23-2149151667.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fork_23-2149151667.jpg?_wi=2"}, { id: "t4", name: "Luca", role: "Studente", company: "Statale", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-red-polo-shirt-yellow-cap-holding-stack-pizza-boxes-looking-camera-smiling-cheerfully-showing-thumbs-up_141793-28742.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-red-polo-shirt-yellow-cap-holding-stack-pizza-boxes-looking-camera-smiling-cheerfully-showing-thumbs-up_141793-28742.jpg?_wi=2"}, ]} />