From 3f342d8210f51737ea4b7dd93f8c165e84fa7010 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 13:59:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9235bd..8ffcb11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-holding-books_23-2147664051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-holding-books_23-2147664051.jpg?_wi=1", imageAlt: "Physics preparation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement-with-copy-space_23-2149112688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement-with-copy-space_23-2149112688.jpg?_wi=1", imageAlt: "Chemistry models", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-holding-books_23-2147664051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-holding-books_23-2147664051.jpg?_wi=2", imageAlt: "Girl studying at desk with stationery", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement-with-copy-space_23-2149112688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement-with-copy-space_23-2149112688.jpg?_wi=2", imageAlt: "Girl studying at desk with stationery", }, ]}