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() {