Untitled
unknown
plain_text
6 months ago
4.8 kB
3
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Adhirath Home Care</title> <style> body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; color: #333; } header { background: #f4f4f4; padding: 20px; text-align: center; } header h1 { margin: 0; font-size: 2.5rem; color: #007BFF; } header p { font-size: 1.2rem; } nav { background: #007BFF; padding: 10px 20px; text-align: center; } nav a { color: #fff; text-decoration: none; margin: 0 15px; font-size: 1rem; } nav a:hover { text-decoration: underline; } section { padding: 40px 20px; max-width: 1200px; margin: auto; } .cta { text-align: center; margin: 20px 0; } .cta a { background: #007BFF; color: #fff; text-decoration: none; padding: 10px 20px; border-radius: 5px; } .cta a:hover { background: #0056b3; } footer { background: #f4f4f4; text-align: center; padding: 20px; margin-top: 20px; } </style> </head> <body> <header> <h1>Adhirath Home Care</h1> <p>Compassionate healthcare delivered in the comfort of your home.</p> <div class="cta"> <a href="#contact">Schedule Your Free Consultation</a> </div> </header> <nav> <a href="#problem">Why Home Healthcare</a> <a href="#guide">Why Choose Us</a> <a href="#plan">How It Works</a> <a href="#success">Success Stories</a> <a href="#contact">Contact Us</a> </nav> <section id="problem"> <h2>Why Home Healthcare Matters</h2> <p>Managing health at home can feel overwhelming. From frequent hospital visits to finding trusted care, families often face significant challenges. Without reliable support, patients risk delayed recovery, and families face emotional burnout.</p> </section> <section id="guide"> <h2>Why Choose Adhirath Home Care?</h2> <p>At Adhirath, we understand the stress of caregiving and the importance of expert, compassionate care. Our team of certified professionals ensures your loved ones receive personalized medical attention while you gain peace of mind.</p> <ul> <li>Certified nurses and therapists.</li> <li>Compassionate elder care and rehabilitation services.</li> <li>Advanced home ICU setups and emergency care.</li> </ul> </section> <section id="plan"> <h2>How It Works</h2> <ol> <li><strong>Contact Us:</strong> Schedule a free consultation to discuss your needs.</li> <li><strong>Personalized Care Plan:</strong> We design a plan tailored to your requirements.</li> <li><strong>Expert Care:</strong> Our team provides professional healthcare at your doorstep.</li> </ol> </section> <section id="success"> <h2>What Success Looks Like</h2> <p>With Adhirath Home Care, patients heal faster, families feel supported, and lives are transformed. Here’s what our clients say:</p> <blockquote> “Thanks to Adhirath, my father recovered at home with the best care possible. The team was professional, caring, and always available.” - <em>Priya S.</em> </blockquote> </section> <section id="contact"> <h2>Contact Us</h2> <p>Take the first step towards better healthcare at home. Schedule your free consultation today!</p> <form> <label for="name">Name:</label><br> <input type="text" id="name" name="name" required><br><br> <label for="email">Email:</label><br> <input type="email" id="email" name="email" required><br><br> <label for="message">Message:</label><br> <textarea id="message" name="message" rows="4" required></textarea><br><br> <button type="submit">Submit</button> </form> </section> <footer> <p>© 2025 Adhirath Home Care. Compassion, Expertise, and Healing Delivered to Your Doorstep.</p> </footer> </body> </html>
Editor is loading...
Leave a Comment