diff --git a/src/app/chi-siamo/page.tsx b/src/app/chi-siamo/page.tsx index 9d88fac..cc0810a 100644 --- a/src/app/chi-siamo/page.tsx +++ b/src/app/chi-siamo/page.tsx @@ -78,12 +78,12 @@ export default function LandingPage() { { id: "m3", name: "Marco G.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=2", }, { id: "m4", name: "Sara D.", - imageSrc: "http://img.b2bpic.net/free-photo/female-car-dealer-giving-keys-young-couple_23-2148384953.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-car-dealer-giving-keys-young-couple_23-2148384953.jpg?_wi=2", }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 62cdf31..bb70ae1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,27 +131,27 @@ export default function LandingPage() { { id: "t1", name: "Maria Rossi", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg?_wi=1", }, { id: "t2", name: "Luca Bianchi", - imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-female-photographer-with-short-gray-hair-holding-professional-dslr-camera-smiling-posing-stylish-office-interior_343059-2843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-female-photographer-with-short-gray-hair-holding-professional-dslr-camera-smiling-posing-stylish-office-interior_343059-2843.jpg?_wi=1", }, { id: "t3", name: "Sara Neri", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=1", }, { id: "t4", name: "Marco Verdi", - imageSrc: "http://img.b2bpic.net/free-photo/female-car-dealer-giving-keys-young-couple_23-2148384953.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-car-dealer-giving-keys-young-couple_23-2148384953.jpg?_wi=1", }, { id: "t5", name: "Giulia Esposito", - imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-female-photographer-with-short-gray-hair-holding-professional-dslr-camera-smiling-posing-stylish-office-interior_343059-2843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-female-photographer-with-short-gray-hair-holding-professional-dslr-camera-smiling-posing-stylish-office-interior_343059-2843.jpg?_wi=2", }, ]} cardTitle="Cosa dicono di noi" @@ -171,12 +171,12 @@ export default function LandingPage() { { id: "m1", name: "Alessandro Rossi", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg?_wi=2", }, { id: "m2", name: "Elena Bianchi", - imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-female-photographer-with-short-gray-hair-holding-professional-dslr-camera-smiling-posing-stylish-office-interior_343059-2843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-female-photographer-with-short-gray-hair-holding-professional-dslr-camera-smiling-posing-stylish-office-interior_343059-2843.jpg?_wi=3", }, ]} /> diff --git a/src/app/servizi/page.tsx b/src/app/servizi/page.tsx index 0d9511c..952c7e6 100644 --- a/src/app/servizi/page.tsx +++ b/src/app/servizi/page.tsx @@ -60,14 +60,14 @@ export default function LandingPage() { name: "Impianto Civile", price: "Su misura", variant: "Standard", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badge-collection_23-2149040437.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badge-collection_23-2149040437.jpg?_wi=1", }, { id: "p2", name: "Impianto Fotovoltaico", price: "Su misura", variant: "Eco", - imageSrc: "http://img.b2bpic.net/free-vector/renewable-energy-logo-design_23-2150045630.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/renewable-energy-logo-design_23-2150045630.jpg?_wi=1", }, ]} /> @@ -86,13 +86,13 @@ export default function LandingPage() { id: "s1", name: "Domotica Home", price: "Contattaci", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badge-collection_23-2149040437.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badge-collection_23-2149040437.jpg?_wi=2", }, { id: "s2", name: "Batterie Accumulo", price: "Contattaci", - imageSrc: "http://img.b2bpic.net/free-vector/renewable-energy-logo-design_23-2150045630.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/renewable-energy-logo-design_23-2150045630.jpg?_wi=2", }, ]} />