From d9ab15db874eca6076dba8dba858b1d6c6d8103a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 02:37:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9b2882..877b273 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,27 +70,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=1", imageAlt: "USABO Club Introduction", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=2", imageAlt: "Biological Study & Training", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=3", imageAlt: "Community & Competition", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=4", imageAlt: "Academic Excellence", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=5", imageAlt: "Scientific Innovation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=6", imageAlt: "Success in USABO", }, ]}