diff --git a/src/app/page.tsx b/src/app/page.tsx index 743fcaa..50bf728 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=1", imageAlt: "Hero visual", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=2", imageAlt: "Hero visual", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=3", imageAlt: "Hero visual", }, ]} @@ -173,7 +173,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Everything you need to know about starting your journey with ElevateMe." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=4" mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ @@ -249,7 +249,7 @@ export default function LandingPage() {