From 0757d263e9cc43d0d129d040498bd5e4c29ee113 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 23:38:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae234c8..75d7a38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { testimonials={[ { name: "Fatima Al-Rashid", handle: "Student, MSA Program", testimonial: "The instructors are incredibly knowledgeable and patient. I've made remarkable progress in just three months!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-traveling-woman-posing_23-2148648640.jpg", imageAlt: "professional portrait student smiling" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-traveling-woman-posing_23-2148648640.jpg?_wi=1", imageAlt: "professional portrait student smiling" }, { name: "Ahmed Hassan", handle: "Advanced Student", testimonial: "Best decision I made. The cultural context alongside language learning made everything click for me.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15800.jpg", imageAlt: "professional woman headshot education" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15800.jpg?_wi=1", imageAlt: "professional woman headshot education" }, { name: "Sara Johnson", handle: "Professional Learner", testimonial: "The practical business Arabic course transformed my career opportunities. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-white-background_641386-889.jpg", imageAlt: "professional man headshot education" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-white-background_641386-889.jpg?_wi=1", imageAlt: "professional man headshot education" } ]} testimonialRotationInterval={5000} @@ -185,15 +185,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Fatima Al-Rashid", role: "Marketing Executive", company: "International Tech Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-traveling-woman-posing_23-2148648640.jpg", imageAlt: "professional portrait student smiling" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-traveling-woman-posing_23-2148648640.jpg?_wi=2", imageAlt: "professional portrait student smiling" }, { id: "2", name: "Ahmed Hassan", role: "Consultant", company: "Global Consulting Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15800.jpg", imageAlt: "professional woman headshot education" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15800.jpg?_wi=2", imageAlt: "professional woman headshot education" }, { id: "3", name: "Sara Johnson", role: "Business Development Manager", company: "International Trade Company", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-white-background_641386-889.jpg", imageAlt: "professional man headshot education" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-white-background_641386-889.jpg?_wi=2", imageAlt: "professional man headshot education" }, { id: "4", name: "Mohammed Al-Mansouri", role: "University Student", company: "Regional University", rating: 5, -- 2.49.1