From 82bfcd03625ec150178accf9fff24ff13f2af888 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:15:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9383ae..9e3383f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,10 +125,10 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "edu-1", name: "BS in Molecular Biology", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-studying-library_23-2149204752.jpg", imageAlt: "University campus" + id: "edu-1", name: "BS in Molecular Biology", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-studying-library_23-2149204752.jpg?_wi=1", imageAlt: "University campus" }, { - id: "edu-2", name: "Advanced Research Certification", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-studying-library_23-2149204752.jpg", imageAlt: "Research institute facility" + id: "edu-2", name: "Advanced Research Certification", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-studying-library_23-2149204752.jpg?_wi=2", imageAlt: "Research institute facility" } ]} /> -- 2.49.1