"use client"; import { motion } from "framer-motion"; import DNAHeroBackground from "./components/canvas/DNAHeroBackground"; import Navbar from "./components/layout/Navbar"; import AIVoiceSoap from "./components/sections/AIVoiceSoap"; import AIDiagnosis from "./components/sections/AIDiagnosis"; import AIPrescription from "./components/sections/AIPrescription"; import { ArrowRight, Sparkles } from "lucide-react"; export default function Home() { return (
{/* Hero Section */}
The Future of Healthcare is Here

Reimagining Life with
AI Precision

Empowering healthcare providers with end-to-end AI intelligence. From voice-transcribed clinical notes to predictive diagnostics and automated prescriptions.

{/* AI Service Sections */}
{/* Footer */}
); }