diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 15771a9..2a91268 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,11 +25,9 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "DoseMate - Smart Medicine Reminders", description: "Manage your daily medications with intelligent reminders and stock tracking.", type: "website", siteName: "DoseMate" - }, + title: "DoseMate - Smart Medicine Reminders", description: "Manage your daily medications with intelligent reminders and stock tracking.", type: "website", siteName: "DoseMate"}, twitter: { - card: "summary_large_image", title: "DoseMate - Never Miss a Dose", description: "Smart medicine reminders and stock tracking for adults." - }, + card: "summary_large_image", title: "DoseMate - Never Miss a Dose", description: "Smart medicine reminders and stock tracking for adults."}, }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 5286a03..7e4665a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Get Started", href: "auth" - }} + text: "Get Started", href: "auth"}} animateOnLoad={true} /> @@ -49,8 +48,7 @@ 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} @@ -74,8 +72,7 @@ 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" }, @@ -85,8 +82,7 @@ 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" }, @@ -96,8 +92,7 @@ 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" }, @@ -125,8 +120,7 @@ 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"