diff --git a/src/app/page.tsx b/src/app/page.tsx index 140891f..27c5d71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg", imageAlt: "Person sitting peacefully on a grassy hillside" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg?_wi=1", imageAlt: "Person sitting peacefully on a grassy hillside" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg", imageAlt: "Peaceful meditation moment" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg?_wi=2", imageAlt: "Peaceful meditation moment" } ]} mediaAnimation="slide-up" @@ -71,7 +71,7 @@ export default function LandingPage() { description="You have breakthroughs at 11pm that you forget by Thursday. Your therapist only sees 1 hour of your week. Most apps feel cold, clinical, or unsafe. Anchor changes that." tag="The Problem" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg?_wi=3" imageAlt="Moments that matter between therapy sessions" useInvertedBackground={false} buttonAnimation="slide-up"