From 1478de275db49be4d23a4b499355d80cc5860caa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:06:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7fb665..3072301 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { href: "#catalog", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/colorful-pop-it-toy-background-close-up_58702-5469.jpg" + imageSrc="http://img.b2bpic.net/free-photo/colorful-pop-it-toy-background-close-up_58702-5469.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -149,7 +149,7 @@ export default function LandingPage() { name: "Mini Drum", price: "$22.00", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/colorful-pop-it-toy-background-close-up_58702-5469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-pop-it-toy-background-close-up_58702-5469.jpg?_wi=2", }, { id: "p6", @@ -169,27 +169,27 @@ export default function LandingPage() { { id: "t1", name: "Alice M.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-celebration_23-2151241159.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-celebration_23-2151241159.jpg?_wi=1", }, { id: "t2", name: "Brian K.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-father-holding-kid_23-2148936134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-father-holding-kid_23-2148936134.jpg?_wi=1", }, { id: "t3", name: "Clara R.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-daughter-kissing-her-beautiful-happy-mother-outdoors_1153-6896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-daughter-kissing-her-beautiful-happy-mother-outdoors_1153-6896.jpg?_wi=1", }, { id: "t4", name: "David W.", - imageSrc: "http://img.b2bpic.net/free-photo/selfie-photo-with-father-son_23-2148404173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selfie-photo-with-father-son_23-2148404173.jpg?_wi=1", }, { id: "t5", name: "Eva J.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-lady-shows-that-he-likes-car-toy_140725-37629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-lady-shows-that-he-likes-car-toy_140725-37629.jpg?_wi=1", }, ]} cardTitle="Loved by Parents" @@ -211,31 +211,31 @@ export default function LandingPage() { id: "m1", name: "Sarah J.", role: "Head Designer", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-celebration_23-2151241159.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-celebration_23-2151241159.jpg?_wi=2", }, { id: "m2", name: "Mark D.", role: "Lead Craftsman", - imageSrc: "http://img.b2bpic.net/free-photo/selfie-photo-with-father-son_23-2148404173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selfie-photo-with-father-son_23-2148404173.jpg?_wi=2", }, { id: "m3", name: "Elena P.", role: "Safety Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-daughter-kissing-her-beautiful-happy-mother-outdoors_1153-6896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-daughter-kissing-her-beautiful-happy-mother-outdoors_1153-6896.jpg?_wi=2", }, { id: "m4", name: "Tom K.", role: "Sustainability Expert", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-father-holding-kid_23-2148936134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-father-holding-kid_23-2148936134.jpg?_wi=2", }, { id: "m5", name: "Mia L.", role: "Childhood Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-lady-shows-that-he-likes-car-toy_140725-37629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-lady-shows-that-he-likes-car-toy_140725-37629.jpg?_wi=2", }, ]} /> -- 2.49.1