From 5efaf0104f0a1363a9b68b9fdbff849f196d5afa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:51:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af52503..30b19cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,10 +57,10 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg"}, { name: "Sarah Chen", handle: "Project Manager, Chen Renovations", testimonial: "Their team knows their inventory inside and out. Always helpful with recommendations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=1"}, { name: "David Rodriguez", handle: "Owner, D&R Building Supply", testimonial: "Reliable, professional, and they stand behind their products. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=1"}, { name: "Jennifer Walsh", handle: "Real Estate Developer, Walsh Properties", testimonial: "Consistent quality and service. Our go-to supplier for all major projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg"}, @@ -168,19 +168,19 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg"}, { id: "2", name: "Sarah Chen", role: "Project Manager", company: "Chen Renovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=2"}, { id: "3", name: "David Rodriguez", role: "Owner", company: "D&R Building Supply", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"}, { id: "4", name: "Jennifer Walsh", role: "Real Estate Developer", company: "Walsh Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=1"}, { id: "5", name: "Michael Torres", role: "Construction Manager", company: "Metro Contractors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=2"}, { id: "6", name: "Lisa Anderson", role: "Property Manager", company: "Brooklyn Home Builders", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1