From 3526d5ad352d741f8714ac39f3d49cbe869d71b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:21:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8897899..c731621 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,11 +75,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-student-learning-library_23-2149215457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-student-learning-library_23-2149215457.jpg?_wi=1", imageAlt: "Student focusing on studies", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kids-doing-homework_23-2148601434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kids-doing-homework_23-2148601434.jpg?_wi=1", imageAlt: "Mentor guiding student", }, { @@ -87,11 +87,11 @@ export default function LandingPage() { imageAlt: "Focused exam prep", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-student-learning-library_23-2149215457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-student-learning-library_23-2149215457.jpg?_wi=2", imageAlt: "Happy successful student", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kids-doing-homework_23-2148601434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kids-doing-homework_23-2148601434.jpg?_wi=2", imageAlt: "Collaborative study environment", }, ]} @@ -124,21 +124,21 @@ export default function LandingPage() { value: "90%+", title: "Average Score Growth", description: "Witnessed by students joining our comprehensive board prep programs.", - imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-colorful-wood-blocks-high-angle_23-2148950364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-colorful-wood-blocks-high-angle_23-2148950364.jpg?_wi=1", }, { id: "m2", value: "500+", title: "Successful Students", description: "Students coached towards academic confidence and clarity.", - imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-colorful-wood-blocks-high-angle_23-2148950364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-colorful-wood-blocks-high-angle_23-2148950364.jpg?_wi=2", }, { id: "m3", value: "95%", title: "Retention Rate", description: "Parents value our consistent, long-term support model.", - imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-colorful-wood-blocks-high-angle_23-2148950364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-colorful-wood-blocks-high-angle_23-2148950364.jpg?_wi=3", }, ]} title="Our Proven Academic Results" @@ -158,7 +158,7 @@ export default function LandingPage() { role: "Parent", company: "Student in 10th Grade", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boss-female-colleague-with-tablet-cafe_1262-1687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boss-female-colleague-with-tablet-cafe_1262-1687.jpg?_wi=1", }, { id: "2", @@ -166,7 +166,7 @@ export default function LandingPage() { role: "Student", company: "Board Prep Batch", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-jacket-posing-while-standing-looking-cheerful-front-view_176474-85587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-jacket-posing-while-standing-looking-cheerful-front-view_176474-85587.jpg?_wi=1", }, { id: "3", @@ -174,7 +174,7 @@ export default function LandingPage() { role: "Parent", company: "Class 9th", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boss-female-colleague-with-tablet-cafe_1262-1687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boss-female-colleague-with-tablet-cafe_1262-1687.jpg?_wi=2", }, { id: "4", @@ -182,7 +182,7 @@ export default function LandingPage() { role: "Student", company: "Competitive Batch", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-jacket-posing-while-standing-looking-cheerful-front-view_176474-85587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-jacket-posing-while-standing-looking-cheerful-front-view_176474-85587.jpg?_wi=2", }, { id: "5", @@ -190,7 +190,7 @@ export default function LandingPage() { role: "Parent", company: "Class 8th", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boss-female-colleague-with-tablet-cafe_1262-1687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boss-female-colleague-with-tablet-cafe_1262-1687.jpg?_wi=3", }, ]} kpiItems={[ -- 2.49.1