From 6c00bbe69a1f52d38e695d2124df31908e2d80d6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:08:37 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c32406f..9715944 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,7 +81,7 @@ export default function AboutPage() { quote: "I've been a customer for 10 years. They consistently deliver quality service at fair prices. Highly recommend!", name: "Robert Thompson", role: "Long-time Customer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Robert Thompson", }, { @@ -90,7 +90,7 @@ export default function AboutPage() { quote: "I trust them with my most expensive garments. They take great care and understand the value of my clothes.", name: "Jennifer Walsh", role: "Premium Customer", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Jennifer Walsh", }, { @@ -99,7 +99,7 @@ export default function AboutPage() { quote: "The owner personally checks every order. That level of attention to detail is rare these days.", name: "Marcus Johnson", role: "Loyal Customer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Marcus Johnson", }, ]} @@ -113,7 +113,7 @@ export default function AboutPage() {