From e918ec8a0f950ac4fc9259da5b60af12c7a2fa07 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:31:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e4665a..5286a03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Get Started", href: "auth"}} + text: "Get Started", href: "auth" + }} animateOnLoad={true} /> @@ -48,7 +49,8 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app_23-2148558681.jpg?_wi=1", 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} @@ -72,7 +74,8 @@ export default function LandingPage() { features={[ { id: "1", title: "Smart Reminders", description: "Get push notifications at scheduled times to take your medicines. If you miss a dose within 30 minutes, it's automatically marked as missed so you can track your adherence.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/email-alert-popup-reminder-concept_53876-123867.jpg", imageAlt: "Medicine reminder notification"}, + imageSrc: "http://img.b2bpic.net/free-photo/email-alert-popup-reminder-concept_53876-123867.jpg", imageAlt: "Medicine reminder notification" + }, items: [ { icon: Bell, text: "Scheduled push notifications" }, { icon: Clock, text: "Customizable time slots" }, @@ -82,7 +85,8 @@ export default function LandingPage() { }, { id: "2", title: "Stock Management", description: "Track your medicine inventory automatically. When stock runs low, receive alerts so you never run out unexpectedly. Manage multiple medications with individual refill thresholds.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg", imageAlt: "Stock tracking interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg", imageAlt: "Stock tracking interface" + }, items: [ { icon: Package, text: "Automatic stock reduction" }, { icon: AlertCircle, text: "Low stock alerts" }, @@ -92,7 +96,8 @@ export default function LandingPage() { }, { id: "3", title: "Secure Authentication", description: "Your health data is private and secure. Login with email and password, maintain secure sessions, and log out safely. Designed with healthcare privacy standards in mind.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/security-background-design_1300-256.jpg", imageAlt: "Security and authentication"}, + imageSrc: "http://img.b2bpic.net/free-vector/security-background-design_1300-256.jpg", imageAlt: "Security and authentication" + }, items: [ { icon: Lock, text: "Secure login system" }, { icon: Shield, text: "Encrypted data storage" }, @@ -120,7 +125,8 @@ export default function LandingPage() { { text: "View Details", href: "#features" }, ], features: [ - "Unlimited medicine tracking", "Smart reminder notifications", "Automatic stock management", "Daily medicine logs", "Secure email login", "Bottom tab navigation"], + "Unlimited medicine tracking", "Smart reminder notifications", "Automatic stock management", "Daily medicine logs", "Secure email login", "Bottom tab navigation" + ], }, ]} title="Always Free, Always Simple"