Sami
s
af14a86
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Investors Overview | IA Hospital Hub</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body class="bg-gradient-to-br from-gray-900 to-gray-800 text-white min-h-screen" data-language="es">
<!-- Include shared nav -->
<include src="/templates/nav.html"></include>
<main class="container">
<h1 class="text-4xl font-bold mb-8 text-blue-400 text-center">
<span lang="es">Visi贸n General para Inversores</span>
<span lang="en">Investors Overview</span>
</h1>
<section class="mb-12">
<h2 class="text-3xl font-bold mb-6 text-blue-400">
<span lang="es">Nuestra Misi贸n</span>
<span lang="en">Our Mission</span>
</h2>
<p class="text-gray-300 text-lg mb-4">
<span lang="es">Nuestra misi贸n es revolucionar la atenci贸n m茅dica mediante la implementaci贸n de soluciones de inteligencia artificial innovadoras.</span>
<span lang="en">Our mission is to revolutionize healthcare by implementing innovative artificial intelligence solutions.</span>
</p>
</section>
<section class="mb-12">
<h2 class="text-3xl font-bold mb-6 text-blue-400">
<span lang="es">Oportunidad de Mercado</span>
<span lang="en">Market Opportunity</span>
</h2>
<p class="text-gray-300 text-lg mb-4">
<span lang="es">El mercado de la IA en la salud est谩 en r谩pido crecimiento, y estamos posicionados para liderar esta transformaci贸n.</span>
<span lang="en">The market for AI in healthcare is rapidly growing, and we are positioned to lead this transformation.</span>
</p>
</section>
<section class="mb-12">
<h2 class="text-3xl font-bold mb-6 text-blue-400">
<span lang="es">Nuestra Tecnolog铆a</span>
<span lang="en">Our Technology</span>
</h2>
<p class="text-gray-300 text-lg mb-4">
<span lang="es">Utilizamos modelos de aprendizaje profundo y procesamiento de lenguaje natural para ofrecer soluciones precisas y eficientes.</span>
<span lang="en">We use deep learning models and natural language processing to deliver accurate and efficient solutions.</span>
</p>
</section>
<section class="mb-12">
<h2 class="text-3xl font-bold mb-6 text-blue-400">
<span lang="es">Equipo</span>
<span lang="en">Team</span>
</h2>
<p class="text-gray-300 text-lg mb-4">
<span lang="es">Nuestro equipo est谩 compuesto por expertos en IA, medicina y desarrollo de software.</span>
<span lang="en">Our team is composed of experts in AI, medicine, and software development.</span>
</p>
</section>
<section class="mb-12">
<h2 class="text-3xl font-bold mb-6 text-blue-400">
<span lang="es">Proyecciones Financieras</span>
<span lang="en">Financial Projections</span>
</h2>
<p class="text-gray-300 text-lg mb-4">
<span lang="es">Proyectamos un crecimiento significativo en los pr贸ximos a帽os, con un fuerte retorno de la inversi贸n.</span>
<span lang="en">We project significant growth in the coming years, with a strong return on investment.</span>
</p>
</section>
<section class="mb-12">
<h2 class="text-3xl font-bold mb-6 text-blue-400">
<span lang="es">Contacto</span>
<span lang="en">Contact</span>
</h2>
<p class="text-gray-300 text-lg mb-4">
<span lang="es">Para m谩s informaci贸n, cont谩ctenos en <a href="mailto:sami@eyeunit.ai" class="text-blue-500">sami@eyeunit.ai</a>.</span>
<span lang="en">For more information, contact us at <a href="mailto:sami@eyeunit.ai" class="text-blue-500">sami@eyeunit.ai</a>.</span>
</p>
</section>
</main>
<!-- Include shared contact buttons -->
<include src="/templates/contact-buttons.html"></include>
<!-- Include shared footer -->
<include src="/templates/footer.html"></include>
<script src="/assets/js/main.js"></script>
</body>
</html>