kr181-roll-master / index.html
Robertogdl's picture
Crea una portada de roladoras de lamina kr18
2ff1f3a verified
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KR181 - Roladoras de Lámina Industriales</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="components/hero.js"></script>
</head>
<body class="bg-gray-50">
<custom-navbar></custom-navbar>
<custom-hero></custom-hero>
<!-- Features Section -->
<section class="py-20 px-4 bg-white">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-900 mb-4">Características Principales</h2>
<p class="text-xl text-gray-600">Diseñadas para máxima eficiencia y precisión</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-blue-50 p-8 rounded-xl hover:shadow-xl transition-shadow">
<div class="w-16 h-16 bg-blue-600 rounded-lg flex items-center justify-center mb-6">
<i data-feather="zap" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-2xl font-semibold text-gray-900 mb-4">Alta Potencia</h3>
<p class="text-gray-600">Motor de 15HP con capacidad para laminar hasta 6mm de espesor</p>
</div>
<div class="bg-blue-50 p-8 rounded-xl hover:shadow-xl transition-shadow">
<div class="w-16 h-16 bg-blue-600 rounded-lg flex items-center justify-center mb-6">
<i data-feather="settings" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-2xl font-semibold text-gray-900 mb-4">Precisión Milimétrica</h3>
<p class="text-gray-600">Control digital con tolerancia de ±0.1mm</p>
</div>
<div class="bg-blue-50 p-8 rounded-xl hover:shadow-xl transition-shadow">
<div class="w-16 h-16 bg-blue-600 rounded-lg flex items-center justify-center mb-6">
<i data-feather="shield" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-2xl font-semibold text-gray-900 mb-4">Seguridad Industrial</h3>
<p class="text-gray-600">Sistema de protección con parada de emergencia y sensores</p>
</div>
</div>
</div>
</section>
<!-- Specifications Section -->
<section class="py-20 px-4 bg-gray-100">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-900 mb-4">Especificaciones Técnicas</h2>
<p class="text-xl text-gray-600">KR181 - Referencia en la industria</p>
</div>
<div class="bg-white rounded-2xl shadow-xl p-8 md:p-12">
<div class="grid md:grid-cols-2 gap-8">
<div class="space-y-6">
<div class="flex justify-between items-center pb-4 border-b">
<span class="text-gray-600 font-medium">Capacidad de Laminado</span>
<span class="text-gray-900 font-semibold">6mm máx</span>
</div>
<div class="flex justify-between items-center pb-4 border-b">
<span class="text-gray-600 font-medium">Ancho Máximo</span>
<span class="text-gray-900 font-semibold">1800mm</span>
</div>
<div class="flex justify-between items-center pb-4 border-b">
<span class="text-gray-600 font-medium">Diámetro Rodillos</span>
<span class="text-gray-900 font-semibold">80mm</span>
</div>
<div class="flex justify-between items-center pb-4 border-b">
<span class="text-gray-600 font-medium">Potencia Motor</span>
<span class="text-gray-900 font-semibold">15 HP</span>
</div>
</div>
<div class="space-y-6">
<div class="flex justify-between items-center pb-4 border-b">
<span class="text-gray-600 font-medium">Velocidad de Laminado</span>
<span class="text-gray-900 font-semibold">5 m/min</span>
</div>
<div class="flex justify-between items-center pb-4 border-b">
<span class="text-gray-600 font-medium">Control</span>
<span class="text-gray-900 font-semibold">Digital PLC</span>
</div>
<div class="flex justify-between items-center pb-4 border-b">
<span class="text-gray-600 font-medium">Peso</span>
<span class="text-gray-900 font-semibold">2,500 kg</span>
</div>
<div class="flex justify-between items-center pb-4 border-b">
<span class="text-gray-600 font-medium">Garantía</span>
<span class="text-gray-900 font-semibold">2 años</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Gallery Section -->
<section class="py-20 px-4 bg-white">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-900 mb-4">Galería de Productos</h2>
<p class="text-xl text-gray-600">Conozca nuestras roladoras en acción</p>
</div>
<div class="grid md:grid-cols-3 gap-6">
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
<img src="http://static.photos/industrial/640x360/1" alt="Roladora KR181 Vista Frontal" class="w-full h-64 object-cover group-hover:scale-110 transition-transform duration-300">
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end">
<p class="text-white p-6 font-semibold">Vista Frontal</p>
</div>
</div>
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
<img src="http://static.photos/technology/640x360/2" alt="Panel de Control" class="w-full h-64 object-cover group-hover:scale-110 transition-transform duration-300">
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end">
<p class="text-white p-6 font-semibold">Panel de Control</p>
</div>
</div>
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
<img src="http://static.photos/industry/640x360/3" alt="Operación en Planta" class="w-full h-64 object-cover group-hover:scale-110 transition-transform duration-300">
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end">
<p class="text-white p-6 font-semibold">Operación en Planta</p>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 px-4 bg-gradient-to-r from-blue-600 to-blue-700">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-4xl font-bold text-white mb-6">¿Listo para mejorar su producción?</h2>
<p class="text-xl text-blue-100 mb-8">Contáctenos hoy mismo para una consulta personalizada</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<button class="bg-white text-blue-600 px-8 py-4 rounded-lg font-semibold hover:bg-gray-100 transition-colors flex items-center justify-center gap-2">
<i data-feather="phone" class="w-5 h-5"></i>
Llamar Ahora
</button>
<button class="bg-transparent border-2 border-white text-white px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-blue-600 transition-colors flex items-center justify-center gap-2">
<i data-feather="mail" class="w-5 h-5"></i>
Solicitar Cotización
</button>
</div>
</div>
</section>
<custom-footer></custom-footer>
<script src="script.js"></script>
<script>feather.replace();</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>