diff --git a/src/app/page.tsx b/src/app/page.tsx index 8316e52..9803c56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-sitting-ramp_23-2147678211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-sitting-ramp_23-2147678211.jpg?_wi=1", imageAlt: "Student Success", }, { diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index aa206cf..b2e7a99 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { text: "Join", href: "/apply", }, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-sitting-ramp_23-2147678211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-sitting-ramp_23-2147678211.jpg?_wi=2", imageAlt: "Front view friends high five", }, ]}