From 8913ba281903fc82eb5fdb2155801f9996822706 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:01:44 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d723cb5..f90f201 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -40,7 +40,7 @@ export default function HomePage() { }, { icon: "Award", title: "Proven Results", description: "Helping thousands of students achieve fluency and certification goals.", mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-vector/graduation-label-collection-with-flat-design_23-2147864853.jpg" }, ], }, @@ -85,7 +85,7 @@ export default function HomePage() { tag="Success Stories" title="Hear from our students" testimonials={[ - { name: "Alex R.", role: "Software Engineer", company: "TechGlobal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg" }, + { name: "Alex R.", role: "Software Engineer", company: "TechGlobal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg?_wi=2" }, { name: "Maria K.", role: "Marketing Lead", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-schoolboy-portrait_23-2147666929.jpg" }, { name: "David L.", role: "Student", company: "University of London", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-wearing-casual-shirt-standing-isolated-white-background-with-happy-cool-smile-face-lucky-person_839833-25329.jpg" }, { name: "Elena P.", role: "Executive", company: "International Trade", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-nice-smile_23-2147611501.jpg" }, -- 2.49.1