From 11dff4247468709260857384be7d1038cebdf187 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:14:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c79455..c79f3bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@smiller", testimonial: "My child has grown significantly academically and socially here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-schoolgirl-using-digital-tablet-class-classroom_637285-8829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-schoolgirl-using-digital-tablet-class-classroom_637285-8829.jpg?_wi=1", imageAlt: "happy students in modern classroom", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@erod", testimonial: "A welcoming and challenging environment for my kids.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/three-players-playing-basketball-outdoors-court_23-2147871639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-players-playing-basketball-outdoors-court_23-2147871639.jpg?_wi=1", imageAlt: "advanced science lab equipment", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@mwilson", testimonial: "Elite Academy really cares about every student's future.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-girl-dressed-elegant-gray-dress-standing-with-crossed-arms-while-leaning-against-brick-wall-looking-camera_613910-6516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-girl-dressed-elegant-gray-dress-standing-with-crossed-arms-while-leaning-against-brick-wall-looking-camera_613910-6516.jpg?_wi=1", imageAlt: "smiling parent happy school", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { handle: "@ljohnson", testimonial: "Best decision we made for our daughter's education.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-woman-taking-selfie_23-2149514084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-woman-taking-selfie_23-2149514084.jpg?_wi=1", imageAlt: "happy parent portrait", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-schoolgirl-using-digital-tablet-class-classroom_637285-8829.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-schoolgirl-using-digital-tablet-class-classroom_637285-8829.jpg?_wi=2" imageAlt="Students in modern school setting" mediaAnimation="slide-up" avatars={[ @@ -200,7 +200,7 @@ export default function LandingPage() { "STEM", "Labs", ], - imageSrc: "http://img.b2bpic.net/free-photo/three-players-playing-basketball-outdoors-court_23-2147871639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-players-playing-basketball-outdoors-court_23-2147871639.jpg?_wi=2", }, { id: "f2", @@ -209,7 +209,7 @@ export default function LandingPage() { "Art", "Music", ], - imageSrc: "http://img.b2bpic.net/free-photo/three-players-playing-basketball-outdoors-court_23-2147871639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-players-playing-basketball-outdoors-court_23-2147871639.jpg?_wi=3", }, { id: "f3", @@ -218,7 +218,7 @@ export default function LandingPage() { "Sports", "Wellness", ], - imageSrc: "http://img.b2bpic.net/free-photo/three-players-playing-basketball-outdoors-court_23-2147871639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-players-playing-basketball-outdoors-court_23-2147871639.jpg?_wi=4", }, ]} title="Academic Programs" @@ -239,7 +239,7 @@ export default function LandingPage() { quote: "The staff are incredibly supportive and professional.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/laughing-young-girl-dressed-elegant-gray-dress-standing-with-crossed-arms-while-leaning-against-brick-wall-looking-camera_613910-6516.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-girl-dressed-elegant-gray-dress-standing-with-crossed-arms-while-leaning-against-brick-wall-looking-camera_613910-6516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-girl-dressed-elegant-gray-dress-standing-with-crossed-arms-while-leaning-against-brick-wall-looking-camera_613910-6516.jpg?_wi=2", }, { id: "t2", @@ -249,7 +249,7 @@ export default function LandingPage() { quote: "Elite Academy prepared me perfectly for university.", tag: "Alumni", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-kid-woman-taking-selfie_23-2149514084.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-woman-taking-selfie_23-2149514084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-woman-taking-selfie_23-2149514084.jpg?_wi=2", }, { id: "t3", -- 2.49.1