Merge version_1 into main #2
158
src/app/page.tsx
158
src/app/page.tsx
@@ -27,7 +27,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -38,9 +38,7 @@ export default function HomePage() {
|
||||
brandName="Auvia"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,7 +49,7 @@ export default function HomePage() {
|
||||
tag="AI-Powered Healthcare"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "99.2%", label: "Appointment Accuracy" },
|
||||
{ value: "24/7", label: "AI Call Handling" },
|
||||
@@ -82,45 +80,15 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Real-Time Call Logs",
|
||||
description: "Track every AI-handled call with comprehensive transcripts, outcomes, and patient interaction summaries",
|
||||
tag: "Patient Management",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-detailed-call-log-management-interface-1772681409093-6563cda3.png?_wi=1",
|
||||
imageAlt: "Call logs interface",
|
||||
},
|
||||
id: "1", title: "Real-Time Call Logs", description: "Track every AI-handled call with comprehensive transcripts, outcomes, and patient interaction summaries", tag: "Patient Management", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-detailed-call-log-management-interface-1772681409093-6563cda3.png", imageAlt: "Call logs interface"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Smart Appointment Scheduling",
|
||||
description: "Automated booking management with conflict detection, no-show tracking, and intelligent scheduling optimization",
|
||||
tag: "Efficiency",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-smart-appointment-scheduling-system-in-1772681408147-94049520.png?_wi=1",
|
||||
imageAlt: "Appointment scheduling system",
|
||||
},
|
||||
id: "2", title: "Smart Appointment Scheduling", description: "Automated booking management with conflict detection, no-show tracking, and intelligent scheduling optimization", tag: "Efficiency", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-smart-appointment-scheduling-system-in-1772681408147-94049520.png", imageAlt: "Appointment scheduling system"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Agent Performance Analytics",
|
||||
description: "Monitor AI agent effectiveness with call success rates, patient satisfaction metrics, and continuous improvement insights",
|
||||
tag: "Analytics",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-comprehensive-analytics-dashboard-for--1772681409195-2d090e13.png?_wi=1",
|
||||
imageAlt: "Performance dashboard",
|
||||
},
|
||||
id: "3", title: "Agent Performance Analytics", description: "Monitor AI agent effectiveness with call success rates, patient satisfaction metrics, and continuous improvement insights", tag: "Analytics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-comprehensive-analytics-dashboard-for--1772681409195-2d090e13.png", imageAlt: "Performance dashboard"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Multi-Clinic Dashboard",
|
||||
description: "For administrators: unified view across all clinic locations with revenue tracking, benchmarking, and regional insights",
|
||||
tag: "Administration",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-multi-location-clinic-administration-d-1772681407762-452e9004.png?_wi=1",
|
||||
imageAlt: "Multi-clinic admin view",
|
||||
},
|
||||
id: "4", title: "Multi-Clinic Dashboard", description: "For administrators: unified view across all clinic locations with revenue tracking, benchmarking, and regional insights", tag: "Administration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-multi-location-clinic-administration-d-1772681407762-452e9004.png", imageAlt: "Multi-clinic admin view"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Automated Alerts",
|
||||
description: "Intelligent notifications for missed appointments, system anomalies, and high-priority patient interactions",
|
||||
tag: "Notifications",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/an-intelligent-alert-management-system-i-1772681409335-b10db9ec.png?_wi=1",
|
||||
imageAlt: "Alert management system",
|
||||
},
|
||||
id: "5", title: "Automated Alerts", description: "Intelligent notifications for missed appointments, system anomalies, and high-priority patient interactions", tag: "Notifications", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/an-intelligent-alert-management-system-i-1772681409335-b10db9ec.png", imageAlt: "Alert management system"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,21 +105,9 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "150+",
|
||||
title: "Active Clinics",
|
||||
description: "Across North America and growing daily",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-visual-representation-of-150-active-cl-1772681409121-9197e39e.png?_wi=1",
|
||||
imageAlt: "Active clinics network",
|
||||
},
|
||||
id: "1", value: "150+", title: "Active Clinics", description: "Across North America and growing daily", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-visual-representation-of-150-active-cl-1772681409121-9197e39e.png", imageAlt: "Active clinics network"},
|
||||
{
|
||||
id: "2",
|
||||
value: "2.5M+",
|
||||
title: "Calls Handled",
|
||||
description: "With 99.2% accuracy in booking confirmations",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-massive-call-volume-visualization-show-1772681407667-62d8f8f6.png?_wi=1",
|
||||
imageAlt: "Call volume metrics",
|
||||
},
|
||||
id: "2", value: "2.5M+", title: "Calls Handled", description: "With 99.2% accuracy in booking confirmations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-massive-call-volume-visualization-show-1772681407667-62d8f8f6.png", imageAlt: "Call volume metrics"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,59 +125,23 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
handle: "@sarahmitchell_clinicmgr",
|
||||
testimonial: "Auvia has completely transformed how we handle patient calls. Our team now focuses on complex cases while the AI handles routine bookings flawlessly. We've cut scheduling errors by 95%.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-a-woman-in-her--1772681408240-e2223915.png?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell_clinicmgr", testimonial: "Auvia has completely transformed how we handle patient calls. Our team now focuses on complex cases while the AI handles routine bookings flawlessly. We've cut scheduling errors by 95%.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-a-woman-in-her--1772681408240-e2223915.png", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. James Chen",
|
||||
handle: "@drchenmd",
|
||||
testimonial: "As a clinic director, I needed visibility across all our locations. The admin dashboard gives me real-time insights into performance metrics. Revenue tracking is now transparent and actionable.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-a-man-in-his-50-1772681409243-74522560.png?_wi=1",
|
||||
imageAlt: "Dr. James Chen",
|
||||
},
|
||||
id: "2", name: "Dr. James Chen", handle: "@drchenmd", testimonial: "As a clinic director, I needed visibility across all our locations. The admin dashboard gives me real-time insights into performance metrics. Revenue tracking is now transparent and actionable.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-a-man-in-his-50-1772681409243-74522560.png", imageAlt: "Dr. James Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Rodriguez",
|
||||
handle: "@maria_reception",
|
||||
testimonial: "The interface is incredibly intuitive. On my first day, I could track call logs and manage appointments without training. This is the kind of AI tool receptionists actually want to use.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-a-latina-woman--1772681407584-2557dc87.png",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
id: "3", name: "Maria Rodriguez", handle: "@maria_reception", testimonial: "The interface is incredibly intuitive. On my first day, I could track call logs and manage appointments without training. This is the kind of AI tool receptionists actually want to use.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-a-latina-woman--1772681407584-2557dc87.png", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Thompson",
|
||||
handle: "@robert_ops",
|
||||
testimonial: "What impressed me most is the reliability. Auvia hasn't missed a beat for 8 months. Our no-show rate dropped 40%, and patient satisfaction scores are at an all-time high.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-an-older-man-in-1772681407144-49b938af.png",
|
||||
imageAlt: "Robert Thompson",
|
||||
},
|
||||
id: "4", name: "Robert Thompson", handle: "@robert_ops", testimonial: "What impressed me most is the reliability. Auvia hasn't missed a beat for 8 months. Our no-show rate dropped 40%, and patient satisfaction scores are at an all-time high.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-an-older-man-in-1772681407144-49b938af.png", imageAlt: "Robert Thompson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Park",
|
||||
handle: "@linda_healthcare",
|
||||
testimonial: "The ROI was immediate. We reduced staffing time on scheduling by 20 hours per week in the first month. Auvia pays for itself in patient efficiency gains alone.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-an-asian-woman--1772681408309-f6724de0.png?_wi=1",
|
||||
imageAlt: "Linda Park",
|
||||
},
|
||||
id: "5", name: "Linda Park", handle: "@linda_healthcare", testimonial: "The ROI was immediate. We reduced staffing time on scheduling by 20 hours per week in the first month. Auvia pays for itself in patient efficiency gains alone.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-an-asian-woman--1772681408309-f6724de0.png", imageAlt: "Linda Park"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Brooks",
|
||||
handle: "@mbrooks_clinic",
|
||||
testimonial: "Integrating Auvia was seamless. The support team was responsive, and the onboarding process took just two days. We're now a model clinic for AI adoption in our network.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-a-man-in-his-45-1772681406804-d7e21216.png",
|
||||
imageAlt: "Michael Brooks",
|
||||
},
|
||||
id: "6", name: "Michael Brooks", handle: "@mbrooks_clinic", testimonial: "Integrating Auvia was seamless. The support team was responsive, and the onboarding process took just two days. We're now a model clinic for AI adoption in our network.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/professional-headshot-of-a-man-in-his-45-1772681406804-d7e21216.png", imageAlt: "Michael Brooks"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -239,35 +159,17 @@ export default function HomePage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does Auvia integrate with our existing clinic software?",
|
||||
content: "Auvia connects with major clinic management systems (EMR/EHR) via secure API integrations. Our technical team handles setup and testing to ensure seamless data flow. Most integrations are live within 24-48 hours.",
|
||||
},
|
||||
id: "1", title: "How does Auvia integrate with our existing clinic software?", content: "Auvia connects with major clinic management systems (EMR/EHR) via secure API integrations. Our technical team handles setup and testing to ensure seamless data flow. Most integrations are live within 24-48 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What languages does the AI receptionist support?",
|
||||
content: "Currently, Auvia supports English with natural language processing for common medical terminology. Spanish language support is coming Q2 2025. Regional accent and dialect handling is built into our models.",
|
||||
},
|
||||
id: "2", title: "What languages does the AI receptionist support?", content: "Currently, Auvia supports English with natural language processing for common medical terminology. Spanish language support is coming Q2 2025. Regional accent and dialect handling is built into our models."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can patients reach a human if they need one?",
|
||||
content: "Absolutely. Auvia seamlessly transfers to human staff for complex cases, escalations, or patient preference. Our AI recognizes when human interaction is needed and routes calls appropriately.",
|
||||
},
|
||||
id: "3", title: "Can patients reach a human if they need one?", content: "Absolutely. Auvia seamlessly transfers to human staff for complex cases, escalations, or patient preference. Our AI recognizes when human interaction is needed and routes calls appropriately."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How is patient data protected and compliant with HIPAA?",
|
||||
content: "Auvia is fully HIPAA compliant. All patient data is encrypted in transit and at rest. We maintain SOC 2 Type II certification and conduct regular security audits. Your clinic maintains complete data ownership.",
|
||||
},
|
||||
id: "4", title: "How is patient data protected and compliant with HIPAA?", content: "Auvia is fully HIPAA compliant. All patient data is encrypted in transit and at rest. We maintain SOC 2 Type II certification and conduct regular security audits. Your clinic maintains complete data ownership."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What's the typical ROI timeline for implementing Auvia?",
|
||||
content: "Most clinics see ROI within 60-90 days through reduced staffing costs, eliminated scheduling errors, and increased appointment confirmations. Average time savings: 15-20 hours per week for reception staff.",
|
||||
},
|
||||
id: "5", title: "What's the typical ROI timeline for implementing Auvia?", content: "Most clinics see ROI within 60-90 days through reduced staffing costs, eliminated scheduling errors, and increased appointment confirmations. Average time savings: 15-20 hours per week for reception staff."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you offer training and ongoing support?",
|
||||
content: "Yes, we provide comprehensive onboarding, staff training, and 24/7 technical support. Your clinic gets a dedicated account manager and quarterly performance reviews to optimize results.",
|
||||
},
|
||||
id: "6", title: "Do you offer training and ongoing support?", content: "Yes, we provide comprehensive onboarding, staff training, and 24/7 technical support. Your clinic gets a dedicated account manager and quarterly performance reviews to optimize results."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -284,9 +186,7 @@ export default function HomePage() {
|
||||
{ name: "staffCount", type: "number", placeholder: "Number of Staff Members", required: false },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your clinic and what challenges you're facing...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your clinic and what challenges you're facing...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-successful-clinic-team-celebrating-or--1772681407287-646c20e7.png"
|
||||
|
||||
Reference in New Issue
Block a user