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" } ]} />