Merge version_1 into main #3
@@ -51,8 +51,8 @@ export default function LandingPage() {
|
||||
{ text: "Watch Demo", href: "#" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/shiny-red-ribbons-background_23-2147961955.jpg", imageAlt: "abstract red geometric shapes clinical tech" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-red-shades-pattern-with-copy-space_23-2148263995.jpg", imageAlt: "abstract red geometric shapes clinical tech" },
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/shiny-red-ribbons-background_23-2147961955.jpg?_wi=1", imageAlt: "abstract red geometric shapes clinical tech" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-red-shades-pattern-with-copy-space_23-2148263995.jpg?_wi=1", imageAlt: "abstract red geometric shapes clinical tech" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/marble-sculpture-historical-figure-with-medical-mask_23-2149364260.jpg", imageAlt: "abstract red geometric shapes clinical tech" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/scientist-clinical-trials-medication-experiment-digital-remix_53876-126743.jpg", imageAlt: "abstract red geometric shapes clinical tech" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-flowing-glowing-dots_1048-11945.jpg", imageAlt: "abstract red geometric shapes clinical tech" },
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "AI Billing Codes", description: "Reads clinical notes, generates ICD-10 and CPT codes automatically.", media: { imageSrc: "http://img.b2bpic.net/free-vector/medical-healthcare_24877-52062.jpg", imageAlt: "medical billing icon AI" },
|
||||
title: "AI Billing Codes", description: "Reads clinical notes, generates ICD-10 and CPT codes automatically.", media: { imageSrc: "http://img.b2bpic.net/free-vector/medical-healthcare_24877-52062.jpg?_wi=1", imageAlt: "medical billing icon AI" },
|
||||
items: [],
|
||||
reverse: false
|
||||
},
|
||||
@@ -105,12 +105,12 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Admin Workflows", description: "Prior auth, referrals and intake handled by AI.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-entrepreneur-showing-empty-speech-bubble-using-blank-isolated-copyapce-advertisement-camera-office-worker-suit-using-red-icon-billboard-ad-green-screen-backdrop_482257-63299.jpg", imageAlt: "medical intake form icon" },
|
||||
title: "Admin Workflows", description: "Prior auth, referrals and intake handled by AI.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-entrepreneur-showing-empty-speech-bubble-using-blank-isolated-copyapce-advertisement-camera-office-worker-suit-using-red-icon-billboard-ad-green-screen-backdrop_482257-63299.jpg?_wi=1", imageAlt: "medical intake form icon" },
|
||||
items: [],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Revenue Analytics", description: "Live dashboards for aging, denial rates and performance.", media: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-red-shades-pattern-with-copy-space_23-2148263995.jpg", imageAlt: "medical revenue analytics dashboard icon" },
|
||||
title: "Revenue Analytics", description: "Live dashboards for aging, denial rates and performance.", media: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-red-shades-pattern-with-copy-space_23-2148263995.jpg?_wi=2", imageAlt: "medical revenue analytics dashboard icon" },
|
||||
items: [],
|
||||
reverse: true
|
||||
},
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Excellent AI", quote: "We recovered $180K in denied claims in the first 90 days.", name: "Dr. Sarah K.", role: "Internal Medicine, Ohio", imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg" },
|
||||
{ id: "2", title: "Life Saver", quote: "Our billing team went from 12 hours a day to 2. Medryn handles everything.", name: "Practice Manager", role: "Toronto", imageSrc: "http://img.b2bpic.net/free-photo/young-entrepreneur-showing-empty-speech-bubble-using-blank-isolated-copyapce-advertisement-camera-office-worker-suit-using-red-icon-billboard-ad-green-screen-backdrop_482257-63299.jpg" },
|
||||
{ id: "2", title: "Life Saver", quote: "Our billing team went from 12 hours a day to 2. Medryn handles everything.", name: "Practice Manager", role: "Toronto", imageSrc: "http://img.b2bpic.net/free-photo/young-entrepreneur-showing-empty-speech-bubble-using-blank-isolated-copyapce-advertisement-camera-office-worker-suit-using-red-icon-billboard-ad-green-screen-backdrop_482257-63299.jpg?_wi=2" },
|
||||
{ id: "3", title: "Incredible ROI", quote: "First clean claim rate jumped from 71% to 96% within a month.", name: "CFO", role: "Multi-Specialty Group, London", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-with-glasses_1098-57.jpg" },
|
||||
{ id: "4", title: "Seamless integration", quote: "Implementation was fast and the results were immediate.", name: "Operations Lead", role: "Clinic Group", imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997624.jpg" },
|
||||
{ id: "5", title: "Game changer", quote: "I cannot imagine going back to manual coding workflows.", name: "Clinic Founder", role: "Private Practice", imageSrc: "http://img.b2bpic.net/free-photo/wireless-white-digital-modern-business_1127-2584.jpg" },
|
||||
@@ -143,8 +143,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "starter", title: "Starter", period: "/mo", price: "$299", features: ["Solo practices", "Up to 500 claims/mo", "Basic support"], button: { text: "Get Started", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/pink-cardboard-sheets-with-copy-space_23-2148320391.jpg", imageAlt: "Pink cardboard sheets with copy space" },
|
||||
{ id: "growth", title: "Growth", period: "/mo", price: "$799", features: ["Group practices", "Unlimited claims", "Priority support", "Advanced Analytics"], button: { text: "Get Started", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/shiny-red-ribbons-background_23-2147961955.jpg", imageAlt: "Pink cardboard sheets with copy space" },
|
||||
{ id: "enterprise", title: "Enterprise", period: "", price: "Custom", features: ["Health systems", "White-label options", "Dedicated CSM", "API Access"], button: { text: "Contact Sales", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-vector/medical-healthcare_24877-52062.jpg", imageAlt: "Pink cardboard sheets with copy space" },
|
||||
{ id: "growth", title: "Growth", period: "/mo", price: "$799", features: ["Group practices", "Unlimited claims", "Priority support", "Advanced Analytics"], button: { text: "Get Started", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/shiny-red-ribbons-background_23-2147961955.jpg?_wi=2", imageAlt: "Pink cardboard sheets with copy space" },
|
||||
{ id: "enterprise", title: "Enterprise", period: "", price: "Custom", features: ["Health systems", "White-label options", "Dedicated CSM", "API Access"], button: { text: "Contact Sales", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-vector/medical-healthcare_24877-52062.jpg?_wi=2", imageAlt: "Pink cardboard sheets with copy space" },
|
||||
]}
|
||||
title="Simple, Transparent Pricing"
|
||||
description="Choose the plan that fits your practice size."
|
||||
|
||||
Reference in New Issue
Block a user