From 1b4b06301a189962450c275c05caa385cbfa6238 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:56:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99dee4c..9c89eba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,23 +67,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg?_wi=1", imageAlt: "Kwekwe High School Front Entrance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg?_wi=2", imageAlt: "Students walking on school grounds", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg?_wi=3", imageAlt: "Modern school building architecture", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg?_wi=4", imageAlt: "Kwekwe High School campus view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg?_wi=5", imageAlt: "Education facility campus landscape", }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { description: "Equipped with modern laboratories and sports facilities.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-stacked-book-with-academic-cap-glasses_23-2148756616.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-stacked-book-with-academic-cap-glasses_23-2148756616.jpg?_wi=1" /> @@ -141,7 +141,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fox-excel-pub-united-kingdom-daytime_181624-15001.jpg?_wi=6", imageAlt: "school building exterior architecture", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-stacked-book-with-academic-cap-glasses_23-2148756616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-stacked-book-with-academic-cap-glasses_23-2148756616.jpg?_wi=2", imageAlt: "students learning in classroom", }, ]} -- 2.49.1