From 42db09f73d127bd7b537fa69411f2d826cfb3eea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:35:05 +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 2ee640f..3672339 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Maya Johnson", handle: "Class of 2024 | Stanford", testimonial: "ConnectED helped me find the perfect college match. The process was so easy and personalized!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-curly-haired-woman-carries-notepad-tablet-with-app-students-wears-checkered-shirt-vest-walks-oudoors_273609-55650.jpg", imageAlt: "Maya Johnson student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-curly-haired-woman-carries-notepad-tablet-with-app-students-wears-checkered-shirt-vest-walks-oudoors_273609-55650.jpg?_wi=1", imageAlt: "Maya Johnson student testimonial" }, { name: "Ahmed Hassan", handle: "Class of 2025 | MIT", testimonial: "As a first-gen student, I felt lost. ConnectED made college discovery accessible and exciting.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-101954.jpg", imageAlt: "Ahmed Hassan student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-101954.jpg?_wi=1", imageAlt: "Ahmed Hassan student testimonial" }, { name: "Sophie Chen", handle: "Class of 2024 | Harvard", testimonial: "The intelligent matching algorithm introduced me to schools I hadn't considered. Game-changer!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-teen-schoolgirl-with-textbook_23-2147666890.jpg", imageAlt: "Sophie Chen student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-teen-schoolgirl-with-textbook_23-2147666890.jpg?_wi=1", imageAlt: "Sophie Chen student testimonial" } ]} testimonialRotationInterval={5000} @@ -166,15 +166,15 @@ export default function LandingPage() { }, { id: "4", name: "Keisha Brown", handle: "@keishab_2025", testimonial: "My guidance counselor loved using ConnectED. It gave her more time to actually know students instead of drowning in spreadsheets.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-curly-haired-woman-carries-notepad-tablet-with-app-students-wears-checkered-shirt-vest-walks-oudoors_273609-55650.jpg", imageAlt: "Keisha Brown student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-curly-haired-woman-carries-notepad-tablet-with-app-students-wears-checkered-shirt-vest-walks-oudoors_273609-55650.jpg?_wi=2", imageAlt: "Keisha Brown student testimonial" }, { id: "5", name: "Liam O'Connor", handle: "@liamoconnor24", testimonial: "ConnectED made the college search feel less like a chore and more like an adventure. Excited about my future now!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-101954.jpg", imageAlt: "Liam O'Connor student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-101954.jpg?_wi=2", imageAlt: "Liam O'Connor student testimonial" }, { id: "6", name: "Aisha Okafor", handle: "@aishao_2025", testimonial: "The platform is so intuitive. My parents, who aren't familiar with the college system, could still help me through the process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-teen-schoolgirl-with-textbook_23-2147666890.jpg", imageAlt: "Aisha Okafor student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-teen-schoolgirl-with-textbook_23-2147666890.jpg?_wi=2", imageAlt: "Aisha Okafor student testimonial" } ]} animationType="scale-rotate" -- 2.49.1