From a39aa303d91c2bb71e80da3fe0f792702614a438 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:42:53 +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 1bcb2a5..43151ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,10 +60,10 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "Engineering Student", testimonial: "LearnHub transformed how I study and connect with peers. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1"}, { name: "Marcus Johnson", handle: "Business Major", testimonial: "The resources here are exactly what I needed to ace my classes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -129,13 +129,13 @@ export default function LandingPage() {