Modern Landing Page - Copy this Html, Tailwind Component to your project
Abajo de beneficios puedes agregar <!-- Next Level Section --> <section id="nivel" class="bg-white py-20"> <div class="container mx-auto text-left"> <div class="flex flex-wrap lg:flex-nowrap items-center"> <!-- Cards on the right --> <div class="w-full lg:w-1/2"> <div class="max-w-2xl mx-auto p-8"> <h2 class="text-3xl font-bold mb-4"> LLEVA TU NEGOCIO AL SIGUIENTE NIVEL </h2> <p class="text-gray-600 text-base mb-12"> Descubre cómo Power Gas System puede ayudarte a maximizar tus ganancias y optimizar tus operaciones. Controla precios desde cualquier dispositivo. Ajusta tus tarifas al instante para no perder ventas. Mejora tu competitividad manteniendo márgenes saludable </p> <a href="#contacto" class="inline-block bg-[#FF5B04] text-white px-8 py-3 rounded-lg hover:bg-[#ff7a34] transition duration-300 text-center"> SOLICITAR DEMO </a> </div> </div> <!-- Image on the left --> <div class="relative w-full lg:w-1/2 mb-8 lg:mb-0 lg:mr-8"> <!-- Imagen de fondo --> <img src="images/level-bg.png" alt="Imagen de fondo" class="absolute inset-0 w-full h-full object-fill"> <!-- Imagen principal --> <img src="images/nivel.png" alt="Imagen de soluciones" class="relative w-full h-auto"> </div> </div> </div> </section>
