From 444e8fcc131da0fb20124fdf3c6bb893aaa11b1f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:24:23 +0000 Subject: [PATCH 1/3] 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 c1fb128..156fcca 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -61,13 +61,13 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Ahmed Hassan", role: "Business Owner", company: "Import/Export Trade", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Ahmed Hassan success story"}, + imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=3", imageAlt: "Ahmed Hassan success story"}, { id: "2", name: "Fatima Khan", role: "Healthcare Professional", company: "Medical Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-her-office_1098-21369.jpg", imageAlt: "Fatima Khan testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-her-office_1098-21369.jpg?_wi=2", imageAlt: "Fatima Khan testimonial"}, { id: "3", name: "Mohammad Ali", role: "Entrepreneur", company: "Technology Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Mohammad Ali success story"}, + imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=4", imageAlt: "Mohammad Ali success story"}, ]} kpiItems={[ { value: "500+", label: "Families Planning Hajj" }, -- 2.49.1 From 9e7305b6e01abb79b105bace1863f9f2139a8ff6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:24:24 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82deea2..f6110d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function HomePage() { { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-chart-wood-background_1150-6649.jpg", imageAlt: "investment portfolio financial assets money management banking finance"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/muslim-women-using-tablet_23-2147796254.jpg", imageAlt: "hajj preparation pilgrimage planning travel preparation islamic journey muslim pilgrimage"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/muslim-women-using-tablet_23-2147796254.jpg?_wi=1", imageAlt: "hajj preparation pilgrimage planning travel preparation islamic journey muslim pilgrimage"}, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-working-together-meeting-room_53876-48752.jpg", imageAlt: "islamic finance halal investment sharia compliant muslim business islamic banking"}, { @@ -81,16 +81,16 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 14:24:24 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 22a4a84..99d74e5 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -45,16 +45,16 @@ export default function ServicesPage() {