<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>VertuAgent - Medical Practice Virtual Assistants</title>
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
    <style>
        body { font-family: Arial, sans-serif; }
        .hero { background-color: #f8f9fa; padding: 50px 0; text-align: center; }
        .services { padding: 50px 0; }
        .testimonials { background-color: #e9ecef; padding: 50px 0; }
        .cta { padding: 50px 0; text-align: center; }
    </style>
</head>
<body>
    <header><!-- Navigation menu here --></header>
    <main>
        <section class="hero">
            <h1>Transform Your Medical Practice with Expert Virtual Assistants</h1>
            <p>Streamline patient care, reduce administrative burdens, and focus on what matters most—your patients.</p>
            <a href="#" class="btn btn-primary">Get Started Today</a>
        </section>
        <section class="services">
            <div class="container">
                <h2>Our Services</h2>
                <p>All our VAs are trained and ready for the medical industry—start in 24 hours and save up to 60% on staffing costs.</p>
                <div class="row">
                    <div class="col-md-4">
                        <h3>Patient Scheduling and Management</h3>
                        <p>Our VAs handle appointment bookings, reminders, and patient follow-ups, ensuring your schedule runs smoothly.</p>
                        <p><strong>AI Automation:</strong> Implement AI-driven scheduling tools to optimize appointment slots and reduce no-shows.</p>
                    </div>
                    <div class="col-md-4">
                        <h3>Medical Billing and Coding</h3>
                        <p>Expert VAs manage billing, coding, and insurance claims, reducing errors and improving cash flow.</p>
                        <p><strong>AI Automation:</strong> Use AI to automate claim submissions and track reimbursements in real-time.</p>
                    </div>
                    <div class="col-md-4">
                        <h3>Telehealth Support</h3>
                        <p>VAs assist with telehealth setup, patient onboarding, and technical support, enhancing remote care delivery.</p>
                        <p><strong>AI Automation:</strong> Leverage AI for automated patient check-ins and virtual waiting rooms.</p>
                    </div>
                </div>
            </div>
        </section>
        <section class="testimonials">
            <div class="container">
                <h2>What Our Clients Say</h2>
                <div class="row">
                    <div class="col-md-6">
                        <blockquote>"VertuAgent’s VAs transformed our practice!" - Dr. Smith</blockquote>
                    </div>
                    <div class="col-md-6">
                        <blockquote>"Billing errors dropped significantly." - Clinic Manager</blockquote>
                    </div>
                </div>
            </div>
        </section>
        <section class="cta">
            <h2>Ready to revolutionize your medical practice? Contact us now to get started.</h2>
            <a href="#" class="btn btn-primary">Get Started Today</a>
        </section>
    </main>
    <footer><!-- Footer content here --></footer>
    <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.2/dist/umd/popper.min.js"></script>
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>