From b1accea395db098ecf1654cbaee7197332cba88b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:35:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80f863d..f9ad043 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@schoolprincipal", testimonial: "A truly transformative learning environment for every student.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-walking-together-outdoor-field_23-2149334512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-walking-together-outdoor-field_23-2149334512.jpg?_wi=1", imageAlt: "modern school campus library entrance", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@parent", testimonial: "Best school my kids have ever attended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-readers-table-library_23-2147678929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-readers-table-library_23-2147678929.jpg?_wi=1", imageAlt: "school classroom whiteboard lesson", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@alumni", testimonial: "The faculty here really changed my perspective.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-work-modern-office_641386-173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-work-modern-office_641386-173.jpg?_wi=1", imageAlt: "science lab experiments chemistry classroom", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@student", testimonial: "Classes are engaging and always challenging.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-girls-sitting-grass_23-2148355531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-girls-sitting-grass_23-2148355531.jpg?_wi=1", imageAlt: "sports track race athletics field", }, { @@ -91,11 +91,11 @@ export default function LandingPage() { handle: "@alumni", testimonial: "The resources provided here are unparalleled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/excited-teen-girl-having-idea-library_23-2147860669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-teen-girl-having-idea-library_23-2147860669.jpg?_wi=1", imageAlt: "smiling school teacher professional portrait", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/friends-walking-together-outdoor-field_23-2149334512.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-walking-together-outdoor-field_23-2149334512.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/excited-teen-girl-having-idea-library_23-2147860669.jpg", @@ -165,7 +165,7 @@ export default function LandingPage() { id: "1", name: "Alice Johnson", role: "Head of Science", - imageSrc: "http://img.b2bpic.net/free-photo/excited-teen-girl-having-idea-library_23-2147860669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-teen-girl-having-idea-library_23-2147860669.jpg?_wi=2", }, { id: "2", @@ -198,7 +198,7 @@ export default function LandingPage() { category: "Academic", title: "New Science Lab Opening", excerpt: "State-of-the-art facility for students.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-readers-table-library_23-2147678929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-readers-table-library_23-2147678929.jpg?_wi=2", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/excited-teen-girl-having-idea-library_23-2147860669.jpg", date: "Oct 15", @@ -208,7 +208,7 @@ export default function LandingPage() { category: "Science", title: "National Science Fair Winners", excerpt: "Congratulations to our brilliant team.", - imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-work-modern-office_641386-173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-work-modern-office_641386-173.jpg?_wi=2", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man_23-2148831079.jpg", date: "Oct 12", @@ -218,7 +218,7 @@ export default function LandingPage() { category: "Events", title: "Annual Sports Day Success", excerpt: "A day of teamwork and athleticism.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-girls-sitting-grass_23-2148355531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-girls-sitting-grass_23-2148355531.jpg?_wi=2", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-teacher-sitting-school-desk-front-blackboard-classroom-checking-homework-students-pointing-with-index-finger-camera-looking-confident_141793-133298.jpg", date: "Oct 10", @@ -246,7 +246,7 @@ export default function LandingPage() { required: true, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/friends-walking-together-outdoor-field_23-2149334512.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-walking-together-outdoor-field_23-2149334512.jpg?_wi=3" mediaAnimation="slide-up" /> -- 2.49.1