From 74874dcc3263285b3e23f30e9ec0c0d84dc9a4aa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:45:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96ebfc6..c0080d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,35 +59,35 @@ export default function LandingPage() { handle: "@evance", testimonial: "The build quality of these sensors is unparalleled. Absolutely essential for our custom arm builds.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-man-with-crossed-arms_1122-1449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-man-with-crossed-arms_1122-1449.jpg?_wi=1", }, { name: "Marcus Thorne", handle: "@mthorne", testimonial: "Shipping was incredibly fast and the support team helped me calibrate my controllers instantly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg?_wi=1", }, { name: "Sarah Jenkins", handle: "@sjenks", testimonial: "Finally, a store that stocks high-torque motors that actually hold up under continuous stress.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg?_wi=1", }, { name: "David Wu", handle: "@dwu_eng", testimonial: "The integration documentation for these microcontrollers saved us weeks of development time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-factory-collaborating-strategic-investments-solar-energy_482257-119391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-factory-collaborating-strategic-investments-solar-energy_482257-119391.jpg?_wi=1", }, { name: "Chloe Miller", handle: "@cmiller", testimonial: "Reliable parts, great community support. Will keep purchasing for all our robotics projects.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-waiting-area_107420-95823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-waiting-area_107420-95823.jpg?_wi=1", }, ]} buttons={[ @@ -206,7 +206,7 @@ export default function LandingPage() { handle: "@evance", testimonial: "Excellent component quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-man-with-crossed-arms_1122-1449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-man-with-crossed-arms_1122-1449.jpg?_wi=2", }, { id: "t2", @@ -214,7 +214,7 @@ export default function LandingPage() { handle: "@mthorne", testimonial: "Fast shipping and technical support.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg?_wi=2", }, { id: "t3", @@ -222,7 +222,7 @@ export default function LandingPage() { handle: "@sjenks", testimonial: "Best motors in the industry.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg?_wi=2", }, { id: "t4", @@ -230,7 +230,7 @@ export default function LandingPage() { handle: "@dwu_eng", testimonial: "Documentation is top tier.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-factory-collaborating-strategic-investments-solar-energy_482257-119391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-factory-collaborating-strategic-investments-solar-energy_482257-119391.jpg?_wi=2", }, { id: "t5", @@ -238,7 +238,7 @@ export default function LandingPage() { handle: "@cmiller", testimonial: "My go-to store for robotics.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-waiting-area_107420-95823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-waiting-area_107420-95823.jpg?_wi=2", }, ]} showRating={true}