"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 DeviceShowcase from "./components/sections/DeviceShowcase"; // import TelehealthSolutions from "./components/sections/TelehealthSolutions"; import AppEcosystem from "./components/sections/AppEcosystem"; import Footer from "./components/layout/Footer"; import { ArrowRight, Sparkles } from "lucide-react"; export default function Home() { return (
{/* DNA Background – placed first with negative z-index so it's behind everything */}
{/* Navbar – should be above background */}
{/* Hero Section */}

Institutional
Healthcare{" "} AI

A zero-compromise clinical infrastructure.
Precision diagnostic models, automated clinical notes, and hyper-secure data layers.

{/* Subtle bottom fade to blend into sections */}
{/* Content sections with progressive spacing */}
{/* */} {/* */}
); }