From 08f5a6bbbe1a01ef836b4393f97e98395e03fae8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:08:38 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 6ac9cf8..cd30cb7 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -66,7 +66,7 @@ export default function ReviewsPage() { quote: "Work clothes came back super crisp and perfectly pressed. Best dry cleaners in Brampton! The attention to detail is unmatched.", name: "John Smith", role: "Business Professional", - 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=6", imageAlt: "John Smith", }, { @@ -75,7 +75,7 @@ export default function ReviewsPage() { quote: "Owner fixed my blouse and it looked brand new. Their attention to detail is incredible. I've never seen better work.", name: "Sarah Johnson", role: "Regular 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=3", imageAlt: "Sarah Johnson", }, { @@ -84,7 +84,7 @@ export default function ReviewsPage() { quote: "I highly recommend to friends and family. They never disappoint with quality and service. Always on time, always perfect.", name: "Michael Chen", role: "Trusted 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=7", imageAlt: "Michael Chen", }, { @@ -93,7 +93,7 @@ export default function ReviewsPage() { quote: "Quick turnaround and amazing quality. This is my go-to dry cleaner in Brampton. Never let me down.", name: "Emily Davis", role: "Frequent 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=8", imageAlt: "Emily Davis", }, { @@ -102,7 +102,7 @@ export default function ReviewsPage() { quote: "Professional service, fair pricing, and they really care about your clothes. Best investment for my wardrobe.", name: "David Wilson", role: "Premium Customer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "David Wilson", }, { @@ -111,7 +111,7 @@ export default function ReviewsPage() { quote: "Fantastic quality and friendly staff. Best dry cleaning experience I've had. Highly professional team.", name: "Lisa Anderson", role: "Satisfied Customer", - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Lisa Anderson", }, ]} @@ -132,7 +132,7 @@ export default function ReviewsPage() { tagAnimation="blur-reveal" background={{ variant: "blurBottom" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg?_wi=3" imageAlt="Customer service representative" mediaAnimation="slide-up" mediaPosition="right" @@ -145,7 +145,7 @@ export default function ReviewsPage() {