diff --git a/src/app/page.tsx b/src/app/page.tsx index b808097..f4490fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "Parent", testimonial: "My child's handwriting has improved tremendously since joining. Friendly staff and great environment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-businesswomen_74855-4950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-businesswomen_74855-4950.jpg?_wi=1", }, { name: "Ravi K.", @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "Parent", testimonial: "The phonics program is top-notch. My daughter loves going to class every day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-businesswomen_74855-4950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-businesswomen_74855-4950.jpg?_wi=2", }, ]} buttons={[ @@ -190,7 +190,7 @@ export default function LandingPage() { tag="Helpful Info" title="Frequently Asked Questions" description="Answers to common questions about our programs and enrollment process." - imageSrc="http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257198.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257198.jpg?_wi=1" mediaPosition="left" mediaAnimation="slide-up" faqsAnimation="slide-up" @@ -228,7 +228,7 @@ export default function LandingPage() { tag="Join Us" title="Book a Free Trial Class Today" description="Give your child the best start. Contact us to schedule a trial session or ask about our programs." - imageSrc="http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257198.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257198.jpg?_wi=2" mediaPosition="right" buttonText="Submit Inquiry" /> @@ -236,7 +236,7 @@ export default function LandingPage() {