From 933f06ecd6184c4ff9d2828555d7e3739f662d9d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 14:00:42 +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 48ff5ac..45c6319 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-canvas_23-2148372189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-canvas_23-2148372189.jpg?_wi=1", imageAlt: "artist studio painting easel", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { content: "Soluzioni artistiche per ogni spazio abitativo o professionale.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/team-artists-gallery-atelier-working-new-art-piece_482257-107472.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-artists-gallery-atelier-working-new-art-piece_482257-107472.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -152,7 +152,7 @@ export default function LandingPage() { id: "g1", name: "Opera 1", price: "Su richiesta", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-wallpaper-background-vector-abstract-textured-art_53876-134361.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-wallpaper-background-vector-abstract-textured-art_53876-134361.jpg?_wi=1", }, { id: "g2", @@ -211,7 +211,7 @@ export default function LandingPage() { handle: "@ivanov", testimonial: "Arte incredibile, stile unico e raffinato.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-canvas_23-2148372189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-canvas_23-2148372189.jpg?_wi=2", imageAlt: "young professional artists team", }, { @@ -220,7 +220,7 @@ export default function LandingPage() { handle: "@giuliab", testimonial: "Estrema cura nei dettagli e molta passione.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/team-artists-gallery-atelier-working-new-art-piece_482257-107472.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-artists-gallery-atelier-working-new-art-piece_482257-107472.jpg?_wi=2", imageAlt: "young professional artists team", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { handle: "@dmitryv", testimonial: "Quadri fantastici, aggiungono valore alla casa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mixed-wallpaper-background-vector-abstract-textured-art_53876-134361.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-wallpaper-background-vector-abstract-textured-art_53876-134361.jpg?_wi=2", imageAlt: "young professional artists team", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { handle: "@elenas", testimonial: "Servizio eccellente e puntualità nella consegna.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-artist-concept-with-professional-elements_23-2148002217.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-artist-concept-with-professional-elements_23-2148002217.jpg?_wi=1", imageAlt: "young professional artists team", }, ]} @@ -269,7 +269,7 @@ export default function LandingPage() { name: "message", placeholder: "Il tuo messaggio", }} - imageSrc="http://img.b2bpic.net/free-photo/modern-artist-concept-with-professional-elements_23-2148002217.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-artist-concept-with-professional-elements_23-2148002217.jpg?_wi=2" /> -- 2.49.1