From e80b94674d7be94043bf28dd66ba5dd30129cf0a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:59:43 +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 e80a94a..597c09c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,28 +59,28 @@ export default function LandingPage() { handle: "@sarahm", testimonial: "My old sofa looks brand new. Amazing quality work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-wearing-sunglasses_23-2148618932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-wearing-sunglasses_23-2148618932.jpg?_wi=1", }, { name: "James Chen", handle: "@jchen", testimonial: "Quick and beautifully done. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mature-man-with-sustainable-mobility-skateboard_23-2149129310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-man-with-sustainable-mobility-skateboard_23-2149129310.jpg?_wi=1", }, { name: "Emily Davis", handle: "@edavis", testimonial: "Expert advice, professional service. Simply the best.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg?_wi=1", }, { name: "Robert Wilson", handle: "@rwilson", testimonial: "Friendly, attentive service that is hard to find today.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blackman-white-guy-warking-with-laptop-studio-shot_613910-16720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blackman-white-guy-warking-with-laptop-studio-shot_613910-16720.jpg?_wi=1", }, { name: "Lisa Wang", @@ -96,7 +96,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-thimbles-with-scissors-textile_23-2148527961.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-thimbles-with-scissors-textile_23-2148527961.jpg?_wi=1" imageAlt="John Small Upholstery" mediaAnimation="slide-up" avatars={[ @@ -159,7 +159,7 @@ export default function LandingPage() { descriptions: [ "Expert precision cuts for any size or shape of furniture.", ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimbles-with-scissors-textile_23-2148527961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimbles-with-scissors-textile_23-2148527961.jpg?_wi=2", }, { id: "s2", @@ -167,7 +167,7 @@ export default function LandingPage() { descriptions: [ "Bring comfort back to your favorite seating areas.", ], - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-wearing-sunglasses_23-2148618932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-wearing-sunglasses_23-2148618932.jpg?_wi=2", }, { id: "s3", @@ -175,7 +175,7 @@ export default function LandingPage() { descriptions: [ "Professional finish for your rugs and carpets.", ], - imageSrc: "http://img.b2bpic.net/free-photo/mature-man-with-sustainable-mobility-skateboard_23-2149129310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-man-with-sustainable-mobility-skateboard_23-2149129310.jpg?_wi=2", }, { id: "s4", @@ -183,7 +183,7 @@ export default function LandingPage() { descriptions: [ "High-quality tools and fabrics for DIY projects.", ], - imageSrc: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg?_wi=2", }, { id: "s5", @@ -191,7 +191,7 @@ export default function LandingPage() { descriptions: [ "Custom curtains and cushions to match your decor.", ], - imageSrc: "http://img.b2bpic.net/free-photo/blackman-white-guy-warking-with-laptop-studio-shot_613910-16720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blackman-white-guy-warking-with-laptop-studio-shot_613910-16720.jpg?_wi=2", }, { id: "s6", @@ -199,7 +199,7 @@ export default function LandingPage() { descriptions: [ "A second life for your vintage or heirloom pieces.", ], - imageSrc: "http://img.b2bpic.net/free-photo/adult-reusing-objects-creative-ways_23-2149411769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adult-reusing-objects-creative-ways_23-2149411769.jpg?_wi=1", }, ]} title="Our Services" @@ -259,7 +259,7 @@ export default function LandingPage() { title: "Client Satisfaction", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/adult-reusing-objects-creative-ways_23-2149411769.jpg" + imageSrc="http://img.b2bpic.net/free-photo/adult-reusing-objects-creative-ways_23-2149411769.jpg?_wi=2" mediaAnimation="slide-up" metricsAnimation="slide-up" /> -- 2.49.1