From 5d721a0818145a52abd481cd80e0793738bffe05 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:19:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.49.1