29 Jul Test Website
Posted at 15:44h in
Uncategorized by lonny <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Longevity | Mobile Medical Imaging in Southern California</title>
<link rel="stylesheet" href="style.css">
<!-- Google Fonts for a clean, professional look -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<header class="site-header">
<div class="container nav-container">
<div class="logo">
<span class="logo-text">Longevity</span>
</div>
<nav class="main-nav">
<a href="#services">Services</a>
<a href="#about">About Us</a>
<a href="#partners">Corporate Partnerships</a>
<a href="#contact" class="btn btn-primary">Request a Screening</a>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="container hero-content">
<h1>Advanced Mobile Medical Imaging</h1>
<p>Bringing professional, state-of-the-art diagnostic testing directly to your facility anywhere in Southern California.</p>
<div class="hero-buttons">
<a href="#contact" class="btn btn-primary">Schedule a Visit</a>
<a href="#services" class="btn btn-outline">Explore Services</a>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services section">
<div class="container">
<div class="section-heading text-center">
<h2>Our Mobile Diagnostics</h2>
<p>We deliver hospital-grade imaging directly to your location, minimizing downtime and maximizing care.</p>
</div>
<div class="grid services-grid">
<div class="card">
<h3>Ultrasound Imaging</h3>
<p>High-resolution, non-invasive ultrasound diagnostics performed by certified sonographers on-site.</p>
</div>
<div class="card">
<h3>Digital X-Ray</h3>
<p>Rapid, high-quality digital X-rays with immediate image availability for faster diagnostic turnarounds.</p>
</div>
<div class="card">
<h3>Corporate Health Screenings</h3>
<p>Comprehensive preventative health and wellness screenings designed for corporate partners and utilities.</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about section bg-light">
<div class="container grid about-grid">
<div class="about-text">
<h2>Why Choose Longevity?</h2>
<p>With a commitment to accessible healthcare, we eliminate the logistical hurdles of traditional imaging. Our fleet is equipped with the latest diagnostic technology, ensuring accuracy, comfort, and immediate results for patients across Southern California.</p>
<ul class="feature-list">
<li>✓ State-of-the-art mobile equipment</li>
<li>✓ Certified, compassionate technologists</li>
<li>✓ Flexible scheduling for facilities and corporate partners</li>
</ul>
</div>
<div class="about-image">
<div class="image-placeholder">
<!-- Replace with an actual image of your mobile unit or team -->
<span>Mobile Clinic Fleet</span>
</div>
</div>
</div>
</section>
<!-- Footer / Contact -->
<footer id="contact" class="site-footer">
<div class="container footer-grid">
<div class="footer-brand">
<h2>Longevity</h2>
<p>Mobile Medical Imaging Solutions</p>
<p>Serving Southern California</p>
</div>
<div class="footer-links">
<h3>Contact Us</h3>
<p>Email: contact@edsl.com</p>
<p>Phone: (555) 123-4567</p>
</div>
</div>
<div class="footer-bottom text-center">
<p>© 2026 Longevity Medical Imaging. All Rights Reserved.</p>
</div>
</footer>
</body>
</html>
Sorry, the comment form is closed at this time.