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" }, 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() {