diff --git a/src/app/page.tsx b/src/app/page.tsx index 04025f0..1a333e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/financial-consultant-couple-wearing-face-masks-while-using-laptop-meeting_637285-11102.jpg", imageAlt: "Insurance advisor with family"}, + imageSrc: "http://img.b2bpic.net/free-photo/financial-consultant-couple-wearing-face-masks-while-using-laptop-meeting_637285-11102.jpg?_wi=1", imageAlt: "Insurance advisor with family"}, ]} autoplayDelay={3000} showDimOverlay={false} @@ -125,7 +125,7 @@ export default function LandingPage() { title: "Local Gurugram Advisors", description: "Expert advisors based in Gurugram who understand local needs and provide personalized recommendations.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/financial-consultant-couple-wearing-face-masks-while-using-laptop-meeting_637285-11102.jpg" + imageSrc="http://img.b2bpic.net/free-photo/financial-consultant-couple-wearing-face-masks-while-using-laptop-meeting_637285-11102.jpg?_wi=2" imageAlt="Why Choose LetsBima" imagePosition="right" mediaAnimation="none" @@ -136,17 +136,17 @@ export default function LandingPage() {