diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a318df..8f1d885 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app_23-2148558681.jpg", imageAlt: "DoseMate mobile app interface"}, + imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app_23-2148558681.jpg?_wi=1", imageAlt: "DoseMate mobile app interface"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -60,7 +60,7 @@ export default function LandingPage() { title="Why DoseMate?" description="Managing multiple medications can be overwhelming. DoseMate simplifies your healthcare routine with intelligent reminders, easy stock tracking, and secure data storage. Designed specifically for adults who need reliable medicine management." tag="For Your Health" - imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app_23-2148558681.jpg" + imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app_23-2148558681.jpg?_wi=2" imageAlt="Medicine dashboard interface" buttons={[{ text: "Get Started Free", href: "#auth" }]} useInvertedBackground={false}