7 Commits

Author SHA1 Message Date
2f64687112 Merge version_2 into main
Merge version_2 into main
2026-03-05 03:43:24 +00:00
4c454901a0 Update src/app/page.tsx 2026-03-05 03:43:19 +00:00
259cb66f22 Merge version_2 into main
Merge version_2 into main
2026-03-05 03:41:59 +00:00
7f04fd905d Update src/app/page.tsx 2026-03-05 03:41:55 +00:00
7b42854e17 Update src/app/layout.tsx 2026-03-05 03:41:55 +00:00
fc7c032630 Merge version_1 into main
Merge version_1 into main
2026-03-05 03:33:11 +00:00
da74a68b3a Merge version_1 into main
Merge version_1 into main
2026-03-05 03:31:52 +00:00
2 changed files with 90 additions and 118 deletions

View File

@@ -1,71 +1,24 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "./styles/variables.css";
import "./styles/base.css";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Auvia - AI Receptionist Platform for Clinics",
description: "Transform your clinic operations with Auvia's AI receptionist. 24/7 intelligent call handling, appointment management, and real-time analytics for clinic staff and administrators.",
keywords: "AI receptionist, clinic management, healthcare automation, appointment scheduling, patient communication, medical software",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Auvia - AI Receptionist Platform",
description: "Your clinic's AI receptionist, fully in control. 24/7 patient interaction handling with real-time visibility.",
siteName: "Auvia",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-modern-healthcare-clinic-dashboard-int-1772681408691-86c65c6e.png",
alt: "Auvia Clinic Dashboard",
},
],
},
twitter: {
card: "summary_large_image",
title: "Auvia - AI Receptionist Platform",
description: "Transform your clinic operations with AI-powered patient interaction management",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-modern-healthcare-clinic-dashboard-int-1772681408691-86c65c6e.png",
],
},
};
title: "Auvia Labs - AI-Powered Healthcare Solutions", description: "Transform your clinic operations with Auvia's AI receptionist. 24/7 call handling, intelligent appointment scheduling, and real-time analytics for healthcare providers."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1433,7 +1386,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -9,7 +9,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Zap, Sparkles, TrendingUp, MessageCircle, HelpCircle } from "lucide-react";
import { Zap, Sparkles, TrendingUp, MessageCircle, HelpCircle, Layers, Gauge } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -35,34 +35,35 @@ export default function HomePage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Auvia"
brandName="Auvia Labs"
navItems={navItems}
button={{
text: "Get Started", href: "#contact"}}
text: "Get Started", href: "#contact"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Your clinic's AI receptionist, fully in control"
description="Auvia handles calls and bookings 24/7—your team sees every detail in real time. Manage appointments, track no-shows, and optimize patient flow from one unified dashboard. Reduce manual workload while ensuring no opportunity is missed."
tag="AI-Powered Healthcare"
tagIcon={Zap}
title="Experience Healthcare's Most Advanced AI Receptionist"
description="Auvia Labs delivers a revolutionary 3D-enhanced AI receptionist that handles calls and bookings 24/7 with stunning visual intelligence. Your team sees every detail in real-time through an immersive dashboard. Manage appointments, track no-shows, and optimize patient flow with cutting-edge spatial computing interfaces. Reduce manual workload while ensuring no opportunity is missed."
tag="Next-Gen AI Healthcare"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "99.2%", label: "Appointment Accuracy" },
{ value: "24/7", label: "AI Call Handling" },
{ value: "60%", label: "Time Savings" },
{ value: "99.2%", label: "Spatial Accuracy" },
{ value: "24/7", label: "3D-Enhanced Service" },
{ value: "60%", label: "Efficiency Boost" },
]}
enableKpiAnimation={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-modern-healthcare-clinic-dashboard-int-1772681408691-86c65c6e.png"
imageAlt="Auvia Clinic Dashboard Interface"
imageAlt="Auvia Labs 3D Dashboard Interface"
imagePosition="right"
mediaAnimation="slide-up"
buttons={[
{ text: "View Dashboard", href: "/clinic-portal" },
{ text: "Schedule Demo", href: "#contact" },
{ text: "Explore 3D Demo", href: "/clinic-portal" },
{ text: "Schedule VR Demo", href: "#contact" },
]}
buttonAnimation="slide-up"
/>
@@ -70,34 +71,39 @@ export default function HomePage() {
<div id="features" data-section="features">
<FeatureCardMedia
title="Powerful Features Built for Your Clinic"
description="Everything your team needs to manage patient interactions, appointments, and AI agent performance from a single platform"
tag="Core Capabilities"
tagIcon={Sparkles}
title="Revolutionary 3D-Enhanced Features"
description="Immersive spatial interfaces designed for modern healthcare teams. Experience AI like never before with cutting-edge visualization and interaction."
tag="Next-Generation Capabilities"
tagIcon={Layers}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
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", imageAlt: "Call logs interface"},
id: "1", title: "3D Spatial Call Visualization", description: "Experience calls in immersive 3D space. Watch patient interactions unfold in real-time with spatial audio and visual cues. See conversation flow, sentiment analysis, and decision trees rendered in stunning three-dimensional detail.", tag: "Spatial Intelligence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-detailed-call-log-management-interface-1772681409093-6563cda3.png", imageAlt: "3D call visualization 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", imageAlt: "Appointment scheduling system"},
id: "2", title: "Holographic Appointment Matrix", description: "Schedule appointments in an interactive 3D calendar matrix. Visualize availability across multiple providers in spatial layers. Drag-and-drop appointments through dimensional space with instant conflict detection and optimization suggestions.", tag: "Spatial Scheduling", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-smart-appointment-scheduling-system-in-1772681408147-94049520.png", imageAlt: "Holographic appointment matrix"
},
{
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: "3", title: "AI Agent Performance Galaxy", description: "Monitor AI agent effectiveness through an immersive performance galaxy. Each metric orbits in 3D space - call success rates, satisfaction scores, and improvement trends visualized as interactive celestial bodies you can explore and analyze.", tag: "Spatial Analytics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-comprehensive-analytics-dashboard-for--1772681409195-2d090e13.png", imageAlt: "Performance galaxy 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", imageAlt: "Multi-clinic admin view"},
id: "4", title: "Multi-Dimensional Clinic Network", description: "For administrators: unified view across all clinic locations rendered in 3D spatial network. Revenue flows, benchmarks, and regional insights visualized as interconnected nodes in dimensional space for unprecedented analytical clarity.", tag: "Spatial 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-dimensional clinic network"
},
{
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"},
id: "5", title: "Immersive Alert Environment", description: "Receive intelligent notifications in an immersive 3D alert environment. Missed appointments, system events, and priority interactions appear as spatial notifications you can explore, prioritize, and act upon in real-time 3D space.", tag: "Spatial Notifications", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/an-intelligent-alert-management-system-i-1772681409335-b10db9ec.png", imageAlt: "Immersive alert environment"
},
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardEleven
title="Proven Results Across Hundreds of Clinics"
description="See the measurable impact Auvia delivers for healthcare operations worldwide"
tag="Impact Metrics"
title="3D-Era Results Across Healthcare Leaders"
description="See the transformative impact of spatial computing in healthcare operations. Auvia Labs delivers measurable excellence through next-generation visualization and AI."
tag="Spatial Impact Metrics"
tagIcon={TrendingUp}
tagAnimation="slide-up"
textboxLayout="default"
@@ -105,18 +111,20 @@ 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", imageAlt: "Active clinics network"},
id: "1", value: "150+", title: "Healthcare Organizations Using 3D", description: "Leading clinics across North America leveraging spatial computing for superior patient experiences", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-visual-representation-of-150-active-cl-1772681409121-9197e39e.png", imageAlt: "Healthcare organizations 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", imageAlt: "Call volume metrics"},
id: "2", value: "2.5M+", title: "Calls Processed in 3D Space", description: "Immersive call handling with 99.2% accuracy in bookings - experienced through revolutionary spatial interfaces", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVcXuuONLaGYQ8HiYdyturQ4QI/a-massive-call-volume-visualization-show-1772681407667-62d8f8f6.png", imageAlt: "3D call volume metrics"
},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Clinic Partners Say"
description="Real feedback from receptionists and managers who've transformed their operations with Auvia"
tag="Testimonials"
title="Healthcare Leaders Embrace 3D Innovation"
description="Real testimonials from clinic partners who've revolutionized operations with Auvia Labs' cutting-edge spatial computing technology."
tag="3D Testimonials"
tagIcon={MessageCircle}
tagAnimation="slide-up"
textboxLayout="default"
@@ -125,32 +133,38 @@ 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", imageAlt: "Sarah Mitchell"},
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell_3dhealth", testimonial: "The 3D visualization transforms how we understand patient interactions. Our team can now see conversation dynamics, sentiment flows, and decision patterns in spatial detail. It's not just data—it's immersive intelligence. Errors dropped 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", imageAlt: "Dr. James Chen"},
id: "2", name: "Dr. James Chen", handle: "@drchenmd_spatial", testimonial: "As a director managing multiple clinics, the 3D network view is transformative. I can see real-time performance metrics rendered in spatial context across all locations. Revenue tracking exists in dimensional layers I can explore intuitively.", 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_3d_reception", testimonial: "The immersive interface feels natural, not intimidating. Navigating 3D appointment matrices, exploring alert environments, and visualizing call flows—everything clicks. This is how healthcare administration should feel in 2025.", 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_spatial_ops", testimonial: "Eight months of flawless performance with spatial computing reliability. Our no-show rate plummeted 40% because the 3D visualization makes scheduling patterns instantly obvious. 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", imageAlt: "Linda Park"},
id: "5", name: "Linda Park", handle: "@linda_3d_healthcare", testimonial: "The ROI is immediate and obvious. We reduced scheduling workload by 20 hours weekly in month one. The 3D interfaces make staff more efficient and happier. Auvia Labs pays for itself through patient interaction 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_spatial_clinic", testimonial: "Implementing 3D visualization was seamless. The support team guided us through every spatial interface element. Two days and we were operating the most advanced clinic system in our network. We're now the model for spatial tech adoption.", 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>
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Get answers to common questions about Auvia implementation, features, and support"
tag="Help Center"
title="Your Questions About 3D Healthcare Intelligence"
description="Learn how Auvia Labs' spatial computing technology integrates with your clinic operations and transforms healthcare workflows."
tag="3D Technology FAQ"
tagIcon={HelpCircle}
tagAnimation="slide-up"
textboxLayout="default"
@@ -159,25 +173,31 @@ 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 the 3D interface work with our existing clinic systems?", content: "Auvia Labs integrates with major EMR/EHR systems via secure API. Our 3D spatial computing layer visualizes your data in immersive interface—you keep using your existing systems, we enhance them with revolutionary spatial visualization. Integration takes 24-48 hours with zero disruption."
},
{
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 devices support the 3D visualization?", content: "Auvia's 3D interfaces are optimized for desktop, tablet, and VR/AR headsets. The core immersive features work across all modern browsers with WebGL support. Full VR/AR experiences available on Meta Quest, Apple Vision Pro, and similar spatial computing devices. Staff can use any device—no special hardware required."
},
{
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 experience the 3D interface too?", content: "Currently, 3D visualization is optimized for clinic staff and administrators. Patients interact through our standard interfaces for booking and communication. We're working on patient-facing 3D features for Q3 2025."
},
{
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 3D patient data protected under HIPAA?", content: "Auvia Labs is fully HIPAA compliant with all 3D data encrypted end-to-end. Spatial visualization layers are stored securely—your patient information is protected whether displayed in 3D or traditional formats. SOC 2 Type II certified, regular security audits, 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 ROI timeline with 3D spatial computing?", content: "Clinics see ROI within 60-90 days. The 3D visualization accelerates staff efficiency gains—average time savings jump to 20-25 hours weekly with improved intuitive understanding of operations. Spatial interfaces reduce cognitive load and error rates significantly."
},
{
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 provide training for 3D interfaces?", content: "Yescomprehensive 3D interface training, spatial navigation tutorials, and immersive onboarding included. 24/7 technical support, dedicated account manager, quarterly performance reviews, and optimization sessions specific to spatial computing features."
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Ready to Transform Your Clinic Operations?"
description="Join 150+ clinics already using Auvia to streamline patient interactions and boost operational efficiency. Get started today with a personalized demo."
title="Join the 3D Healthcare Revolution"
description="Experience how Auvia Labs' revolutionary 3D-enhanced AI receptionist transforms clinic operations. Book a VR demo today with 150+ leading healthcare organizations already operating in spatial computing space."
useInvertedBackground={false}
inputs={[
{ name: "clinicName", type: "text", placeholder: "Clinic Name", required: true },
@@ -186,27 +206,27 @@ 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 which 3D features interest you most (spatial call visualization, appointment matrix, performance galaxy)...", 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"
imageAlt="Successful implementation of Auvia"
imageAlt="Clinic team experiencing 3D transformation"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Schedule Demo"
buttonText="Request 3D Demo"
onSubmit={(data) => console.log("Form submitted:", data)}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Auvia"
logoText="Auvia Labs"
columns={[
{
items: [
{ label: "Clinic Portal", href: "/clinic-portal" },
{ label: "Admin Dashboard", href: "/admin-dashboard" },
{ label: "Features", href: "#features" },
{ label: "3D Features", href: "#features" },
],
},
{
@@ -242,4 +262,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}