From 5c9100cb9ebd6e624e8b89f6d5afde04dffd7b6b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:42:33 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 45f4bb1..b589d38 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -125,7 +125,7 @@ export default function AboutPage() { id: "1", name: "Zorica D.", handle: "@zorica_ellenbrook", testimonial: "Professional, reliable, and honest. Exactly what you want from a service provider.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Customer satisfaction" + "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=2", imageAlt: "Customer satisfaction" }, { id: "2", name: "David M.", handle: "@david_perth", testimonial: -- 2.49.1 From b04c8434947f050a8dffc007fe50173f09d10c0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:42:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb3716f..eff3050 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -205,7 +205,7 @@ export default function HomePage() { id: "1", name: "Zorica D.", handle: "@zorica_ellenbrook", testimonial: "Professional, reliable, and honest. Exactly what you want from a service provider.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Customer satisfaction" + "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=1", imageAlt: "Customer satisfaction" }, { id: "2", name: "David M.", handle: "@david_perth", testimonial: -- 2.49.1