From cd60d6f0507ca5bee9bb88b96e9cb71ce57270f1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:48:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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() {