Spaces:
Running
Running
File size: 14,435 Bytes
1767bb5 9182994 1767bb5 9182994 1767bb5 61b447c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 | <!DOCTYPE html>
<html lang="en-ET">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quantummed - AI-Powered Teleradiology Services in Ethiopia</title>
<meta name="description" content="Ethiopia's premier AI Radiology & Teleradiology provider. Our advanced RIS/PACS platform delivers faster, more accurate diagnoses for better patient outcomes.">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<!-- [DEV] JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Quantummed",
"url": "https://www.quantummed.et",
"logo": "https://www.quantummed.et/static/logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "[Phone Number]",
"contactType": "customer service",
"areaServed": "ET"
}
}
</script>
</head>
<body class="font-sans antialiased text-gray-800 bg-white">
<!-- Navigation -->
<nav class="bg-white shadow-sm fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<a href="/" class="flex-shrink-0 flex items-center">
<img src="https://huggingface.co/spaces/DMT91/quantumrad-website/resolve/main/images/20250823_194139.jpg" alt="Quantummed - AI Teleradiology Ethiopia" class="h-8 w-auto">
</a>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="/services" class="text-gray-600 hover:text-blue-600 px-3 py-2 text-sm font-medium">Services</a>
<a href="/pricing" class="text-gray-600 hover:text-blue-600 px-3 py-2 text-sm font-medium">Pricing</a>
<a href="/blog" class="text-gray-600 hover:text-blue-600 px-3 py-2 text-sm font-medium">Blog</a>
<a href="/about" class="text-gray-600 hover:text-blue-600 px-3 py-2 text-sm font-medium">About</a>
<a href="/contact" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700 transition">Get Started</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="pt-24 pb-16 md:pt-32 md:pb-24 bg-gradient-to-br from-blue-50 to-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-4">Revolutionizing Medical Imaging in Ethiopia with AI</h1>
<p class="text-xl md:text-2xl text-gray-600 mb-8 max-w-3xl mx-auto">Our AI-powered Teleradiology platform delivers accurate diagnoses faster, improving patient care across Ethiopia.</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="/pricing" class="bg-blue-600 text-white px-6 py-3 rounded-md text-lg font-medium hover:bg-blue-700 transition shadow-md">View Plans</a>
<a href="/services" class="border border-blue-600 text-blue-600 px-6 py-3 rounded-md text-lg font-medium hover:bg-blue-50 transition">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Video Section -->
<section class="py-16 bg-white">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold text-gray-900 mb-4">See Quantummed in Action</h2>
<p class="text-gray-600 mb-8">A brief overview showing our AI Radiology platform seamlessly integrating with existing hospital systems to reduce time-to-diagnosis.</p>
<!-- [DEV] Video placeholder with play button overlay. Video shows a demo of the platform interface, a radiologist reviewing a case, and a data visualization of reduced diagnosis times. -->
<div class="relative rounded-lg overflow-hidden shadow-xl cursor-pointer" onclick="playVideo(this)">
<img src="http://static.photos/medical/1024x576/1" alt="Quantummed AI Teleradiology Platform Demo Video" class="w-full h-auto">
<div class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-30 hover:bg-opacity-20 transition">
<div class="w-16 h-16 md:w-20 md:h-20 bg-blue-600 rounded-full flex items-center justify-center hover:bg-blue-700 transition">
<i data-feather="play" class="text-white ml-1" stroke-width="2"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Feature Grid -->
<section class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-center text-gray-900 mb-12">Why Choose Quantummed?</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="text-center" data-aos="fade-up">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="clock" class="text-blue-600" stroke-width="1.5"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Faster Diagnoses</h3>
<p class="text-gray-600">Reduce time-to-diagnosis with our AI-powered analysis and streamlined workflows.</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="100">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="activity" class="text-blue-600" stroke-width="1.5"></i>
</div>
<h3 class="text-xl font-semibold mb-2">AI Accuracy</h3>
<p class="text-gray-600">Our advanced algorithms enhance detection accuracy for better patient outcomes.</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="200">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="globe" class="text-blue-600" stroke-width="1.5"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Nationwide Access</h3>
<p class="text-gray-600">Reach expert radiologists anywhere in Ethiopia through our secure cloud platform.</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="300">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="dollar-sign" class="text-blue-600" stroke-width="1.5"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Cost-Effective</h3>
<p class="text-gray-600">Eliminate the need for expensive hardware with our RIS/PACS Ethiopia solution.</p>
</div>
</div>
</div>
</section>
<!-- Partners Section -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-center text-gray-900 mb-12">Trusted by Healthcare Providers Across Ethiopia</h2>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-8 items-center justify-items-center">
<img src="/static/partners/partner-1.png" alt="Addis Ababa Medical Center" class="h-12 w-auto grayscale hover:grayscale-0 transition">
<img src="/static/partners/partner-2.png" alt="Ethiopian Ministry of Health" class="h-12 w-auto grayscale hover:grayscale-0 transition">
<img src="/static/partners/partner-3.png" alt="St. Paul's Hospital Millennium Medical College" class="h-12 w-auto grayscale hover:grayscale-0 transition">
<img src="/static/partners/partner-4.png" alt="Black Lion Specialized Hospital" class="h-12 w-auto grayscale hover:grayscale-0 transition">
<img src="/static/partners/partner-5.png" alt="Jimma University Medical Center" class="h-12 w-auto grayscale hover:grayscale-0 transition">
</div>
</div>
</section>
<!-- Contact Grid -->
<section class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-center text-gray-900 mb-12">Get in Touch</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="text-center bg-white p-6 rounded-lg shadow-sm hover:shadow-md transition">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="phone" class="text-blue-600"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Call Us</h3>
<p class="text-gray-600">Speak with our team directly</p>
<p class="text-blue-600 font-medium mt-2">[Phone Number]</p>
</div>
<div class="text-center bg-white p-6 rounded-lg shadow-sm hover:shadow-md transition">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="mail" class="text-blue-600"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Email Us</h3>
<p class="text-gray-600">Send us your questions</p>
<p class="text-blue-600 font-medium mt-2">[Email Address]</p>
</div>
<div class="text-center bg-white p-6 rounded-lg shadow-sm hover:shadow-md transition">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="map-pin" class="text-blue-600"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Visit Us</h3>
<p class="text-gray-600">Our headquarters in Addis Ababa</p>
<p class="text-blue-600 font-medium mt-2">[Office Address]</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<img src="https://huggingface.co/spaces/DMT91/quantumrad-website/resolve/main/images/20250823_193607.jpg" alt="Quantummed - AI Teleradiology Ethiopia" class="h-8 w-auto mb-4">
<p class="text-gray-400 mb-4">Transforming healthcare in Ethiopia through AI-powered medical imaging.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="facebook"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="linkedin"></i></a>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Company</h3>
<ul class="space-y-2">
<li><a href="/about" class="text-gray-400 hover:text-white transition">About Us</a></li>
<li><a href="/blog" class="text-gray-400 hover:text-white transition">Blog</a></li>
<li><a href="/careers" class="text-gray-400 hover:text-white transition">Careers</a></li>
<li><a href="/contact" class="text-gray-400 hover:text-white transition">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Services</h3>
<ul class="space-y-2">
<li><a href="/services" class="text-gray-400 hover:text-white transition">Teleradiology</a></li>
<li><a href="/services" class="text-gray-400 hover:text-white transition">AI Radiology</a></li>
<li><a href="/services" class="text-gray-400 hover:text-white transition">RIS/PACS</a></li>
<li><a href="/pricing" class="text-gray-400 hover:text-white transition">Pricing</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Stay Updated</h3>
<p class="text-gray-400 mb-4">Subscribe to our newsletter for the latest updates.</p>
<form class="flex flex-col space-y-2">
<input type="email" placeholder="Your Email" class="px-4 py-2 rounded-md bg-gray-800 border border-gray-700 text-white placeholder-gray-500 focus:outline-none focus:ring-2 focus:ring-blue-500">
<button type="submit" class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 transition">Subscribe</button>
</form>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<p>© 2023 Quantummed. All rights reserved.</p>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
once: true
});
feather.replace();
function playVideo(element) {
// [DEV] Video play functionality to be implemented
console.log('Video play triggered');
}
</script>
</body>
</html>
|