From 737347ee951948751591efebe88a572e9080e12c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 23:27:26 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c0358f6..c0cb70b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -189,7 +189,7 @@ export default function AboutPage() { company: "Hassan Trading Co.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg", + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg?_wi=2", }, { id: "2", @@ -198,7 +198,7 @@ export default function AboutPage() { company: "Cairo Design Studio", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg", + "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg?_wi=2", }, { id: "3", @@ -207,7 +207,7 @@ export default function AboutPage() { company: "Style House Alexandria", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg", + "http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg?_wi=2", }, ]} /> -- 2.49.1 From 0eac8a617e39eebd0cf00cdc19869f834d12309e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 23:27:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e33191..adab298 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -237,7 +237,7 @@ export default function HomePage() { role: "CEO", company: "Hassan Trading Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg?_wi=1", imageAlt: "Ahmed Hassan", }, { @@ -246,7 +246,7 @@ export default function HomePage() { role: "Architect", company: "Cairo Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg?_wi=1", imageAlt: "Mohamed Karim", }, { @@ -255,7 +255,7 @@ export default function HomePage() { role: "Fashion Designer", company: "Style House Alexandria", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg?_wi=1", imageAlt: "Khaled Ibrahim", }, { -- 2.49.1