From d7cd770e6caa2e7d7acf7a6c1f9e5591cbe946a0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:02:03 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d00359e..9418bd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,16 +118,16 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Forest Park", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", imageAlt: "happy woman smiling portrait professional headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=1", imageAlt: "happy woman smiling portrait professional headshot"}, { id: "2", name: "Michael Chen", role: "Frequent Visitor", company: "ATL Airport Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "happy man smiling professional portrait headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=1", imageAlt: "happy man smiling professional portrait headshot"}, { id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Forest Park", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "happy Latina woman smiling portrait professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=1", imageAlt: "happy Latina woman smiling portrait professional"}, { id: "4", name: "David Kim", role: "Regular Customer", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg", imageAlt: "happy Asian man smiling professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg?_wi=1", imageAlt: "happy Asian man smiling professional portrait"}, ]} kpiItems={[ { value: "2,000+", label: "Happy Reviews" }, -- 2.49.1 From 5ee11bcf70ed0903e4d14187f7ab2eaac3233918 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:02:04 +0000 Subject: [PATCH 2/2] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index bd8afa4..12c3e98 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -42,16 +42,16 @@ export default function ReviewsPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Forest Park", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", imageAlt: "happy woman smiling portrait professional headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=2", imageAlt: "happy woman smiling portrait professional headshot"}, { id: "2", name: "Michael Chen", role: "Frequent Visitor", company: "ATL Airport Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "happy man smiling professional portrait headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=2", imageAlt: "happy man smiling professional portrait headshot"}, { id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Forest Park", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "happy Latina woman smiling portrait professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=2", imageAlt: "happy Latina woman smiling portrait professional"}, { id: "4", name: "David Kim", role: "Regular Customer", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg", imageAlt: "happy Asian man smiling professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg?_wi=2", imageAlt: "happy Asian man smiling professional portrait"}, ]} kpiItems={[ { -- 2.49.1