diff --git a/src/app/page.tsx b/src/app/page.tsx index 39275df..654c0bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { 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={[ @@ -121,19 +121,19 @@ export default function LandingPage() { { 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", + 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", + 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", + 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", }, ]} @@ -252,7 +252,7 @@ export default function LandingPage() { 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", @@ -260,7 +260,7 @@ export default function LandingPage() { 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", @@ -268,7 +268,7 @@ export default function LandingPage() { 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", @@ -276,7 +276,7 @@ export default function LandingPage() { 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", }, ]} />