Spaces:
Running
Running
File size: 49,967 Bytes
4bf19fe | 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 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 | <!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solare - Energía Solar para un Futuro Brillante</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.hero-gradient {
background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
}
.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.chart-container {
background: linear-gradient(to right, #ffffff, #f8fafc);
}
.section-divider {
height: 150px;
overflow: hidden;
background: #f8fafc;
}
.section-divider svg {
height: 100%;
width: 100%;
}
.section-divider .shape-fill {
fill: #ffffff;
}
.testimonial-card {
background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 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">
<div class="flex-shrink-0 flex items-center">
<i class="fas fa-solar-panel text-yellow-500 text-3xl mr-2"></i>
<span class="text-xl font-bold text-gray-900">SOLARE</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#inicio" class="text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-yellow-500 text-sm font-medium">Inicio</a>
<a href="#productos" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Productos</a>
<a href="#beneficios" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Beneficios</a>
<a href="#graficas" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Ventas</a>
<a href="#nosotros" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Nosotros</a>
<a href="#contacto" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Contacto</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-yellow-500" aria-controls="mobile-menu" aria-expanded="false" id="mobile-menu-button">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="hidden md:hidden" id="mobile-menu">
<div class="pt-2 pb-3 space-y-1">
<a href="#inicio" class="bg-yellow-50 border-yellow-500 text-yellow-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Inicio</a>
<a href="#productos" class="border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Productos</a>
<a href="#beneficios" class="border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Beneficios</a>
<a href="#graficas" class="border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Ventas</a>
<a href="#nosotros" class="border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Nosotros</a>
<a href="#contacto" class="border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Contacto</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="inicio" class="hero-gradient">
<div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl">
Energía Solar para un Futuro Brillante
</h1>
<p class="mt-6 max-w-lg mx-auto text-xl text-white">
Soluciones solares innovadoras para hogares, empresas e instituciones educativas. Ayudamos a los colegios a ahorrar en costos de energía y garantizar la continuidad de las clases.
</p>
<div class="mt-10">
<a href="#productos" class="inline-block bg-white py-3 px-8 border border-transparent rounded-md text-base font-medium text-yellow-600 hover:bg-yellow-50">Ver Productos</a>
<a href="#contacto" class="ml-8 inline-block bg-yellow-600 bg-opacity-80 py-3 px-8 border border-transparent rounded-md text-base font-medium text-white hover:bg-opacity-100">Contactar</a>
</div>
</div>
</div>
</section>
<!-- Benefits for Schools -->
<section id="beneficios" class="bg-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Beneficios para Instituciones Educativas
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
Nuestros sistemas solares garantizan que los estudiantes nunca pierdan valioso tiempo de aprendizaje por cortes de energía.
</p>
</div>
<div class="mt-16">
<div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
<div class="pt-6">
<div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full">
<div class="-mt-6">
<div>
<span class="inline-flex items-center justify-center p-3 bg-yellow-500 rounded-md shadow-lg">
<i class="fas fa-chalkboard-teacher text-white text-2xl"></i>
</span>
</div>
<h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Clases Ininterrumpidas</h3>
<p class="mt-5 text-base text-gray-500">
Con nuestros sistemas de respaldo, los cortes de energía no afectarán el desarrollo normal de las clases, permitiendo que los estudiantes aprovechen al máximo su tiempo de aprendizaje.
</p>
</div>
</div>
</div>
<div class="pt-6">
<div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full">
<div class="-mt-6">
<div>
<span class="inline-flex items-center justify-center p-3 bg-yellow-500 rounded-md shadow-lg">
<i class="fas fa-piggy-bank text-white text-2xl"></i>
</span>
</div>
<h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Ahorro Significativo</h3>
<p class="mt-5 text-base text-gray-500">
Reduzca hasta un 70% en su factura eléctrica mensual. Los recursos ahorrados pueden ser reinvertidos en mejoras educativas y materiales didácticos.
</p>
</div>
</div>
</div>
<div class="pt-6">
<div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full">
<div class="-mt-6">
<div>
<span class="inline-flex items-center justify-center p-3 bg-yellow-500 rounded-md shadow-lg">
<i class="fas fa-leaf text-white text-2xl"></i>
</span>
</div>
<h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Educación Ambiental</h3>
<p class="mt-5 text-base text-gray-500">
Nuestros sistemas sirven como herramienta educativa práctica para enseñar a los estudiantes sobre energías renovables y cuidado del medio ambiente.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Wave Divider -->
<div class="section-divider">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
<!-- Products Section -->
<section id="productos" class="bg-gray-50 py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Nuestros Productos
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
Sistemas solares de alta calidad para todas sus necesidades energéticas.
</p>
</div>
<div class="mt-16 grid grid-cols-1 gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-3 xl:gap-x-8">
<!-- Product 1 -->
<div class="group relative product-card transition-all duration-300 ease-in-out rounded-lg overflow-hidden shadow-md bg-white">
<div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none">
<img src="https://images.unsplash.com/photo-1509391366360-2e959784a276?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1472&q=80" alt="Panel solar residencial" class="w-full h-full object-center object-cover lg:w-full lg:h-full">
</div>
<div class="mt-4 p-4">
<div>
<h3 class="text-lg font-medium text-gray-900">
<a href="#">
<span aria-hidden="true" class="absolute inset-0"></span>
Sistema Residencial Básico
</a>
</h3>
<p class="mt-1 text-sm text-gray-500">3kW - Ideal para hogares</p>
</div>
<div class="mt-4 flex items-center">
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star-half-alt text-yellow-400"></i>
<span class="ml-2 text-sm text-gray-500">4.5 (32 reseñas)</span>
</div>
</div>
<p class="mt-2 text-sm text-gray-600">
Perfecto para familias que buscan reducir su factura eléctrica hasta en un 60%. Incluye 8 paneles solares, inversor y sistema de monitoreo.
</p>
<div class="mt-4 flex justify-between items-center">
<p class="text-lg font-semibold text-gray-900">$2,999</p>
<button class="bg-yellow-500 text-white px-4 py-2 rounded-md hover:bg-yellow-600 transition">Consultar</button>
</div>
</div>
</div>
<!-- Product 2 -->
<div class="group relative product-card transition-all duration-300 ease-in-out rounded-lg overflow-hidden shadow-md bg-white">
<div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none">
<img src="https://images.unsplash.com/photo-1508514177221-188e1eaf0883?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Panel solar comercial" class="w-full h-full object-center object-cover lg:w-full lg:h-full">
</div>
<div class="mt-4 p-4">
<div>
<h3 class="text-lg font-medium text-gray-900">
<a href="#">
<span aria-hidden="true" class="absolute inset-0"></span>
Sistema Comercial Avanzado
</a>
</h3>
<p class="mt-1 text-sm text-gray-500">10kW - Para pequeñas empresas</p>
</div>
<div class="mt-4 flex items-center">
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<span class="ml-2 text-sm text-gray-500">5.0 (18 reseñas)</span>
</div>
</div>
<p class="mt-2 text-sm text-gray-600">
Diseñado para negocios que requieren un suministro constante de energía. Reduce costos operativos y mejora tu imagen ecológica.
</p>
<div class="mt-4 flex justify-between items-center">
<p class="text-lg font-semibold text-gray-900">$8,499</p>
<button class="bg-yellow-500 text-white px-4 py-2 rounded-md hover:bg-yellow-600 transition">Consultar</button>
</div>
</div>
</div>
<!-- Product 3 -->
<div class="group relative product-card transition-all duration-300 ease-in-out rounded-lg overflow-hidden shadow-md bg-white">
<div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none">
<img src="https://images.unsplash.com/photo-1509391366360-2e959784a276?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1472&q=80" alt="Panel solar institucional" class="w-full h-full object-center object-cover lg:w-full lg:h-full">
</div>
<div class="mt-4 p-4">
<div>
<h3 class="text-lg font-medium text-gray-900">
<a href="#">
<span aria-hidden="true" class="absolute inset-0"></span>
Sistema Institucional Premium
</a>
</h3>
<p class="mt-1 text-sm text-gray-500">25kW - Para escuelas y universidades</p>
</div>
<div class="mt-4 flex items-center">
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="far fa-star text-yellow-400"></i>
<span class="ml-2 text-sm text-gray-500">4.0 (12 reseñas)</span>
</div>
</div>
<p class="mt-2 text-sm text-gray-600">
La solución perfecta para instituciones educativas. Garantiza continuidad en las clases durante cortes de energía y reduce gastos operativos.
</p>
<div class="mt-4 flex justify-between items-center">
<p class="text-lg font-semibold text-gray-900">$19,999</p>
<button class="bg-yellow-500 text-white px-4 py-2 rounded-md hover:bg-yellow-600 transition">Consultar</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Lo que dicen nuestros clientes
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
Instituciones educativas que ya están disfrutando de nuestros sistemas solares.
</p>
</div>
<div class="mt-16 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
<!-- Testimonial 1 -->
<div class="testimonial-card rounded-lg p-8 shadow-md">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1577887014539-780b27874638?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1372&q=80" alt="Colegio San Miguel">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Colegio San Miguel</h3>
<p class="text-gray-500">Bogotá, Colombia</p>
</div>
</div>
<div class="mt-4">
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
<p class="mt-4 text-gray-600">
"Desde que instalamos el sistema solar de Solare, hemos reducido nuestros costos de energía en un 65%. Lo mejor es que durante los cortes de luz, nuestras clases continúan sin problemas. Los estudiantes están más enfocados y hemos integrado el sistema a nuestro currículo de ciencias."
</p>
</div>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card rounded-lg p-8 shadow-md">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1564424224827-cc27c6fa5467?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Escuela La Esperanza">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Escuela La Esperanza</h3>
<p class="text-gray-500">Medellín, Colombia</p>
</div>
</div>
<div class="mt-4">
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star-half-alt text-yellow-400"></i>
</div>
<p class="mt-4 text-gray-600">
"El equipo de Solare fue profesional desde el primer contacto. Nos asesoraron sobre el mejor sistema para nuestras necesidades y el proceso de instalación fue impecable. Ahora podemos destinar los ahorros a mejorar nuestras instalaciones deportivas. ¡Totalmente recomendados!"
</p>
</div>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card rounded-lg p-8 shadow-md">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1523050854058-8df90110c9f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Instituto Tecnológico Moderno">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Instituto Tecnológico Moderno</h3>
<p class="text-gray-500">Cali, Colombia</p>
</div>
</div>
<div class="mt-4">
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
<p class="mt-4 text-gray-600">
"Como institución tecnológica, valoramos las soluciones innovadoras. El sistema de Solare no solo cumple con nuestras expectativas energéticas, sino que se ha convertido en un proyecto educativo transversal. Los estudiantes de ingeniería aprenden con un sistema real y funcional. Excelente inversión."
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Sales Charts Section -->
<section id="graficas" class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Nuestro Impacto en Números
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
Más de 50 instituciones educativas ya confían en nuestros sistemas solares.
</p>
</div>
<div class="mt-16 grid grid-cols-1 gap-8 lg:grid-cols-2">
<!-- Chart 1 -->
<div class="chart-container p-6 rounded-lg shadow-md">
<h3 class="text-lg font-medium text-gray-900 mb-4">Crecimiento Anual de Ventas</h3>
<canvas id="salesChart" width="400" height="250"></canvas>
</div>
<!-- Chart 2 -->
<div class="chart-container p-6 rounded-lg shadow-md">
<h3 class="text-lg font-medium text-gray-900 mb-4">Distribución de Clientes</h3>
<canvas id="clientsChart" width="400" height="250"></canvas>
</div>
</div>
<div class="mt-8 grid grid-cols-1 gap-8 lg:grid-cols-3">
<!-- Stat 1 -->
<div class="bg-white p-6 rounded-lg shadow-md text-center">
<div class="text-5xl font-bold text-yellow-500">85%</div>
<div class="mt-2 text-gray-600">Reducción promedio en interrupciones de clases</div>
</div>
<!-- Stat 2 -->
<div class="bg-white p-6 rounded-lg shadow-md text-center">
<div class="text-5xl font-bold text-yellow-500">60%</div>
<div class="mt-2 text-gray-600">Ahorro promedio en costos de energía</div>
</div>
<!-- Stat 3 -->
<div class="bg-white p-6 rounded-lg shadow-md text-center">
<div class="text-5xl font-bold text-yellow-500">94%</div>
<div class="mt-2 text-gray-600">Satisfacción de clientes institucionales</div>
</div>
</div>
</div>
</section>
<!-- About Us Section -->
<section id="nosotros" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8">
<div>
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Acerca de Solare
</h2>
<p class="mt-3 max-w-3xl text-lg text-gray-500">
Somos un equipo apasionado por la energía renovable y su potencial para transformar la educación en Colombia.
</p>
<div class="mt-12 space-y-10">
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-yellow-500 text-white">
<i class="fas fa-bolt"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg leading-6 font-medium text-gray-900">Nuestra Misión</h3>
<p class="mt-2 text-gray-500">
Democratizar el acceso a energía solar de calidad, especialmente en el sector educativo, donde cada minuto de clase cuenta.
</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-yellow-500 text-white">
<i class="fas fa-eye"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg leading-6 font-medium text-gray-900">Nuestra Visión</h3>
<p class="mt-2 text-gray-500">
Ser líderes en soluciones energéticas sostenibles para instituciones educativas en Latinoamérica para 2030.
</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-yellow-500 text-white">
<i class="fas fa-hand-holding-heart"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg leading-6 font-medium text-gray-900">Nuestros Valores</h3>
<p class="mt-2 text-gray-500">
Sostenibilidad, innovación, educación y compromiso con nuestros clientes. Creemos que la energía solar puede transformar comunidades.
</p>
</div>
</div>
</div>
</div>
<div class="mt-12 lg:mt-0">
<div class="space-y-10">
<div class="bg-gray-50 p-6 rounded-lg">
<h3 class="text-lg font-medium text-gray-900 mb-4">Nuestro Equipo</h3>
<div class="space-y-6">
<!-- Team Member 1 -->
<div class="flex items-start">
<div class="flex-shrink-0">
<img class="h-16 w-16 rounded-full" src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Diego Estrada">
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Diego Estrada</h4>
<p class="text-sm text-gray-500">CEO & Fundador</p>
<p class="mt-1 text-sm text-gray-600">
Ingeniero eléctrico con más de 10 años de experiencia en sistemas fotovoltaicos. Apasionado por llevar energía limpia a las escuelas.
</p>
</div>
</div>
<!-- Team Member 2 -->
<div class="flex items-start">
<div class="flex-shrink-0">
<img class="h-16 w-16 rounded-full" src="https://images.unsplash.com/photo-1531123897727-8f129e1688ce?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Paola Orozco">
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Paola Orozco</h4>
<p class="text-sm text-gray-500">Directora de Proyectos</p>
<p class="mt-1 text-sm text-gray-600">
Especialista en implementación de sistemas solares a gran escala. Su enfoque en eficiencia ha optimizado cientos de instalaciones.
</p>
</div>
</div>
<!-- Team Member 3 -->
<div class="flex items-start">
<div class="flex-shrink-0">
<img class="h-16 w-16 rounded-full" src="https://images.unsplash.com/photo-1544005313-94ddf0286df2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1376&q=80" alt="Catthy Sarmiento">
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Catthy Sarmiento</h4>
<p class="text-sm text-gray-500">Directora Educativa</p>
<p class="mt-1 text-sm text-gray-600">
Pedagoga especializada en integrar tecnología sostenible en entornos educativos. Diseña programas para que las escuelas aprovechen al máximo sus sistemas.
</p>
</div>
</div>
</div>
</div>
<div class="bg-gray-50 p-6 rounded-lg">
<h3 class="text-lg font-medium text-gray-900 mb-4">Nuestro Compromiso</h3>
<p class="text-gray-600">
En Solare no solo instalamos paneles solares. Desarrollamos soluciones energéticas integrales que se convierten en herramientas pedagógicas y garantizan la continuidad educativa. Cada proyecto incluye:
</p>
<ul class="mt-4 space-y-3">
<li class="flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-check-circle text-yellow-500"></i>
</div>
<p class="ml-2 text-gray-600">Asesoría técnica especializada</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-check-circle text-yellow-500"></i>
</div>
<p class="ml-2 text-gray-600">Capacitación para el personal educativo</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-check-circle text-yellow-500"></i>
</div>
<p class="ml-2 text-gray-600">Material didáctico sobre energía solar</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-check-circle text-yellow-500"></i>
</div>
<p class="ml-2 text-gray-600">Soporte técnico permanente</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contacto" class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 lg:items-center">
<div>
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Contáctanos
</h2>
<p class="mt-3 max-w-3xl text-lg text-gray-500">
¿Listo para llevar energía solar a tu institución educativa? Completa el formulario y nos pondremos en contacto contigo.
</p>
<div class="mt-8">
<div class="flex">
<div class="flex-shrink-0">
<i class="fas fa-envelope text-yellow-500 text-xl"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Correo electrónico</h3>
<p class="mt-1 text-gray-600">diegoandrestrada@gmail.com</p>
</div>
</div>
<div class="mt-6 flex">
<div class="flex-shrink-0">
<i class="fas fa-phone-alt text-yellow-500 text-xl"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Teléfono</h3>
<p class="mt-1 text-gray-600">+57 320 555 7890</p>
</div>
</div>
<div class="mt-6 flex">
<div class="flex-shrink-0">
<i class="fas fa-map-marker-alt text-yellow-500 text-xl"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Oficina principal</h3>
<p class="mt-1 text-gray-600">Carrera 15 #88-64, Bogotá, Colombia</p>
</div>
</div>
</div>
</div>
<div class="mt-12 lg:mt-0">
<div class="bg-white py-8 px-6 shadow rounded-lg sm:px-10">
<form class="mb-0 space-y-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700">Nombre completo</label>
<div class="mt-1">
<input id="name" name="name" type="text" required class="w-full border border-gray-300 px-3 py-2 rounded-lg shadow-sm focus:outline-none focus:border-yellow-500 focus:ring-1 focus:ring-yellow-500">
</div>
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Correo electrónico</label>
<div class="mt-1">
<input id="email" name="email" type="email" required class="w-full border border-gray-300 px-3 py-2 rounded-lg shadow-sm focus:outline-none focus:border-yellow-500 focus:ring-1 focus:ring-yellow-500">
</div>
</div>
<div>
<label for="institution" class="block text-sm font-medium text-gray-700">Institución educativa</label>
<div class="mt-1">
<input id="institution" name="institution" type="text" required class="w-full border border-gray-300 px-3 py-2 rounded-lg shadow-sm focus:outline-none focus:border-yellow-500 focus:ring-1 focus:ring-yellow-500">
</div>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700">Mensaje</label>
<div class="mt-1">
<textarea id="message" name="message" rows="4" class="w-full border border-gray-300 px-3 py-2 rounded-lg shadow-sm focus:outline-none focus:border-yellow-500 focus:ring-1 focus:ring-yellow-500"></textarea>
</div>
</div>
<div>
<button type="submit" class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-yellow-600 hover:bg-yellow-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-yellow-500">
Enviar mensaje
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Productos</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white">Residencial</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Comercial</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Institucional</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Accesorios</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Soluciones</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white">Para escuelas</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Para universidades</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Para bibliotecas</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Para centros comunitarios</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Empresa</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white">Nosotros</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Blog</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Trabaja con nosotros</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Prensa</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Legal</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white">Privacidad</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Términos</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">FAQ</a></li>
</ul>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between">
<div class="flex space-x-6 md:order-2">
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-youtube"></i>
</a>
</div>
<p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1">
© 2023 Solare. Todos los derechos reservados.
</p>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Sales Chart
const salesCtx = document.getElementById('salesChart').getContext('2d');
const salesChart = new Chart(salesCtx, {
type: 'line',
data: {
labels: ['2018', '2019', '2020', '2021', '2022', '2023'],
datasets: [{
label: 'Ventas anuales (en millones)',
data: [1.2, 2.5, 3.8, 5.4, 7.9, 10.2],
backgroundColor: 'rgba(245, 158, 11, 0.1)',
borderColor: 'rgba(245, 158, 11, 1)',
borderWidth: 2,
tension: 0.3,
fill: true
}]
},
options: {
responsive: true,
plugins: {
legend: {
position: 'top',
},
tooltip: {
mode: 'index',
intersect: false,
}
},
scales: {
y: {
beginAtZero: true
}
}
}
});
// Clients Chart
const clientsCtx = document.getElementById('clientsChart').getContext('2d');
const clientsChart = new Chart(clientsCtx, {
type: 'doughnut',
data: {
labels: ['Instituciones educativas', 'Hogares', 'Empresas', 'Gobierno'],
datasets: [{
data: [52, 25, 15, 8],
backgroundColor: [
'rgba(245, 158, 11, 0.8)',
'rgba(251, 191, 36, 0.8)',
'rgba(252, 211, 77, 0.8)',
'rgba(254, 240, 138, 0.8)'
],
borderColor: [
'rgba(245, 158, 11, 1)',
'rgba(251, 191, 36, 1)',
'rgba(252, 211, 77, 1)',
'rgba(254, 240, 138, 1)'
],
borderWidth: 1
}]
},
options: {
responsive: true,
plugins: {
legend: {
position: 'right',
},
title: {
display: false,
}
}
}
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=diegomakerstrae/solare" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |