diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b7d882..f685210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -48,8 +48,8 @@ export default function LandingPage() { { text: "Book a Free Demo", href: "#contact" }, { text: "Watch Demo" } ]} - background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-vector/doctor-meets-patients-medical-booking-app_23-2148552959.jpg?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="http://img.b2bpic.net/free-vector/doctor-meets-patients-medical-booking-app_23-2148552959.jpg" imageAlt="HelperMax AI clinic reception dashboard" frameStyle="card" mediaAnimation="slide-up" @@ -67,13 +67,13 @@ export default function LandingPage() { id: "1", title: "Missed Calls", description: "Peak hours, lunch breaks, after hours — phones ring unanswered. Patients book elsewhere. Revenue lost.", imageSrc: "http://img.b2bpic.net/free-vector/medical-banner-collection_23-2147551515.jpg", imageAlt: "Missed calls illustration" }, { - id: "2", title: "Front Desk Overwhelm", description: "Staff juggle calls while managing check-ins and paperwork. Burnout leads to high turnover and inconsistent patient experience.", imageSrc: "http://img.b2bpic.net/free-vector/flat-artificial-intelligence-background_23-2147722312.jpg?_wi=1", imageAlt: "Front desk stress illustration" + id: "2", title: "Front Desk Overwhelm", description: "Staff juggle calls while managing check-ins and paperwork. Burnout leads to high turnover and inconsistent patient experience.", imageSrc: "http://img.b2bpic.net/free-vector/flat-artificial-intelligence-background_23-2147722312.jpg", imageAlt: "Front desk stress illustration" }, { - id: "3", title: "Booking Delays & Errors", description: "Manual appointment entry causes double-bookings, wrong times, and follow-up calls. Friction kills conversions.", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-landing-page_23-2148559971.jpg?_wi=1", imageAlt: "Booking errors illustration" + id: "3", title: "Booking Delays & Errors", description: "Manual appointment entry causes double-bookings, wrong times, and follow-up calls. Friction kills conversions.", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-landing-page_23-2148559971.jpg", imageAlt: "Booking errors illustration" }, { - id: "4", title: "No Off-Hours Coverage", description: "Patients call at night or weekends. No one answers. They never call back — they find another clinic.", imageSrc: "http://img.b2bpic.net/free-vector/doctor-meets-patients-medical-booking-app_23-2148552959.jpg?_wi=2", imageAlt: "After hours coverage gap" + id: "4", title: "No Off-Hours Coverage", description: "Patients call at night or weekends. No one answers. They never call back — they find another clinic.", imageSrc: "http://img.b2bpic.net/free-vector/doctor-meets-patients-medical-booking-app_23-2148552959.jpg", imageAlt: "After hours coverage gap" } ]} gridVariant="two-columns-alternating-heights" @@ -99,25 +99,25 @@ export default function LandingPage() { description="HelperMax AI handles the entire patient intake flow without human intervention." features={[ { - id: "1", title: "24/7 Availability", description: "AI answers every call, every day. No missed revenue. Patients always get through.", imageSrc: "http://img.b2bpic.net/free-vector/doctor-meets-patients-medical-booking-app_23-2148552959.jpg?_wi=3", imageAlt: "24/7 service illustration" + id: "1", title: "24/7 Availability", description: "AI answers every call, every day. No missed revenue. Patients always get through.", imageSrc: "http://img.b2bpic.net/free-vector/doctor-meets-patients-medical-booking-app_23-2148552959.jpg", imageAlt: "24/7 service illustration" }, { id: "2", title: "Jane App Integration", description: "Appointments push directly into your Jane App calendar. No manual entry. No errors. Zero double-bookings.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-nurse-logo-template-collection_23-2148952487.jpg", imageAlt: "Jane App integration" }, { - id: "3", title: "Smart Patient Qualification", description: "AI gathers patient info, confirms insurance, notes urgency. Your staff gets clean intake data.", imageSrc: "http://img.b2bpic.net/free-vector/flat-artificial-intelligence-background_23-2147722312.jpg?_wi=2", imageAlt: "Patient qualification process" + id: "3", title: "Smart Patient Qualification", description: "AI gathers patient info, confirms insurance, notes urgency. Your staff gets clean intake data.", imageSrc: "http://img.b2bpic.net/free-vector/flat-artificial-intelligence-background_23-2147722312.jpg", imageAlt: "Patient qualification process" }, { id: "4", title: "HIPAA & PIPEDA Compliant", description: "Your patient data stays secure. Full compliance with Canadian privacy law and healthcare security standards.", imageSrc: "http://img.b2bpic.net/free-vector/flat-healthcare-infographic-template_23-2148370868.jpg", imageAlt: "HIPAA compliant badge" }, { - id: "5", title: "Instant Booking Confirmation", description: "Patients receive text confirmations immediately. Reduces no-shows. Improves satisfaction.", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-landing-page_23-2148559971.jpg?_wi=2", imageAlt: "Booking confirmation" + id: "5", title: "Instant Booking Confirmation", description: "Patients receive text confirmations immediately. Reduces no-shows. Improves satisfaction.", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-landing-page_23-2148559971.jpg", imageAlt: "Booking confirmation" }, { - id: "6", title: "No Setup Complexity", description: "Plug-and-play integration. No IT overhead. Start taking calls within 48 hours.", imageSrc: "http://img.b2bpic.net/free-vector/doctor-meets-patients-medical-booking-app_23-2148552959.jpg?_wi=4", imageAlt: "Simple setup process" + id: "6", title: "No Setup Complexity", description: "Plug-and-play integration. No IT overhead. Start taking calls within 48 hours.", imageSrc: "http://img.b2bpic.net/free-vector/doctor-meets-patients-medical-booking-app_23-2148552959.jpg", imageAlt: "Simple setup process" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -147,7 +147,7 @@ export default function LandingPage() { { id: "2", value: "2", description: "AI answers & qualifies" }, { id: "3", value: "3", description: "Booked in Jane App" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}