From 88ecb2fc5e4782b1f89edf1adfc51a2fa3340551 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:06:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2c8f97..ab5c88a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-young-boy-playing-with-his-stuffed-animal-toy_23-2150854243.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-young-boy-playing-with-his-stuffed-animal-toy_23-2150854243.jpg?_wi=1" imageAlt="Giocattoli vari" mediaAnimation="slide-up" avatars={[ @@ -142,15 +142,15 @@ export default function LandingPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=1", imageAlt: "Sicurezza", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=2", imageAlt: "Sicurezza", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-boy-playing-with-his-stuffed-animal-toy_23-2150854243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-boy-playing-with-his-stuffed-animal-toy_23-2150854243.jpg?_wi=2", imageAlt: "cozy kids playroom toys", }, { @@ -159,15 +159,15 @@ export default function LandingPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg?_wi=1", imageAlt: "Creatività", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg?_wi=2", imageAlt: "Creatività", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=3", imageAlt: "educational wooden building blocks", }, { @@ -176,15 +176,15 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=1", imageAlt: "Consegna", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=2", imageAlt: "Consegna", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=3", imageAlt: "soft plush teddy bear", }, ]} @@ -204,21 +204,21 @@ export default function LandingPage() { id: "1", name: "Set Costruzioni Legno", price: "€39.90", - imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=4", imageAlt: "Costruzioni legno", }, { id: "2", name: "Teddy Bear Morbido", price: "€24.50", - imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=4", imageAlt: "Teddy Bear", }, { id: "3", name: "Kit Artisti in Erba", price: "€29.99", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg?_wi=3", imageAlt: "Art Kit", }, ]}