Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>STBS Companies - Medical Devices & Accessories</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 { | |
| background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .product-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); | |
| } | |
| .transition-all { | |
| transition: all 0.3s ease; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans text-gray-700"> | |
| <!-- Header/Navigation --> | |
| <header class="bg-white shadow-sm sticky top-0 z-50"> | |
| <div class="container mx-auto px-4 py-3 flex justify-between items-center"> | |
| <div class="flex items-center"> | |
| <div class="flex mr-4"> | |
| <a href="#" class="font-bold text-blue-800 mr-2">ES</a> | |
| <span class="text-gray-400">|</span> | |
| <a href="#" class="font-medium text-gray-600 ml-2">EN</a> | |
| </div> | |
| <span class="text-xl font-bold text-blue-800">STBS Companies</span> | |
| </div> | |
| <nav class="hidden md:flex space-x-8"> | |
| <a href="#home" class="text-blue-800 font-medium hover:text-blue-600 transition-all">Home</a> | |
| <a href="#about" class="text-gray-600 hover:text-blue-800 transition-all">About Us</a> | |
| <a href="#products" class="text-gray-600 hover:text-blue-800 transition-all">Products</a> | |
| <a href="#contact" class="text-gray-600 hover:text-blue-800 transition-all">Contact</a> | |
| </nav> | |
| <button class="md:hidden text-gray-600"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| </header> | |
| <!-- Hero Section --> | |
| <section id="home" class="hero text-white py-20 md:py-32"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-6">Innovating Healthcare Solutions</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Providing high-quality medical devices and accessories to healthcare professionals across Spain and beyond.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="#products" class="bg-blue-700 hover:bg-blue-600 text-white px-8 py-3 rounded-lg font-medium transition-all">Our Products</a> | |
| <a href="#contact" class="bg-white hover:bg-gray-100 text-blue-800 px-8 py-3 rounded-lg font-medium transition-all">Contact Us</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Trust Indicators --> | |
| <section class="bg-gray-50 py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16"> | |
| <div class="text-center"> | |
| <div class="text-3xl font-bold text-blue-800">15+</div> | |
| <div class="text-gray-600">Years in Business</div> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-3xl font-bold text-blue-800">500+</div> | |
| <div class="text-gray-600">Healthcare Partners</div> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-3xl font-bold text-blue-800">100+</div> | |
| <div class="text-gray-600">Quality Products</div> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-3xl font-bold text-blue-800">Spain</div> | |
| <div class="text-gray-600">Headquartered</div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Us --> | |
| <section id="about" class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold text-blue-800 mb-4">About STBS Companies</h2> | |
| <div class="w-20 h-1 bg-blue-600 mx-auto"></div> | |
| </div> | |
| <div class="flex flex-col md:flex-row gap-12 items-center"> | |
| <div class="md:w-1/2"> | |
| <img src="https://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Medical professionals" class="rounded-lg shadow-lg w-full"> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <h3 class="text-2xl font-semibold text-gray-800 mb-4">Our Commitment to Healthcare Excellence</h3> | |
| <p class="text-gray-600 mb-4">Founded in 2008, STBS Companies has established itself as a trusted provider of medical devices and accessories in Spain. We partner with healthcare institutions and professionals to deliver innovative solutions that improve patient outcomes.</p> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <div class="text-blue-600 mt-1 mr-3"> | |
| <i class="fas fa-check-circle"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-gray-800">Quality Assurance</h4> | |
| <p class="text-gray-600">All our products meet stringent quality standards and regulatory requirements.</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-blue-600 mt-1 mr-3"> | |
| <i class="fas fa-check-circle"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-gray-800">Innovation Focus</h4> | |
| <p class="text-gray-600">We continuously research and develop new solutions to meet evolving healthcare needs.</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-blue-600 mt-1 mr-3"> | |
| <i class="fas fa-check-circle"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-gray-800">Customer Support</h4> | |
| <p class="text-gray-600">Our dedicated team provides exceptional service and technical assistance.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Partner With Us --> | |
| <section class="bg-blue-800 text-white py-16"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h2 class="text-3xl font-bold mb-6">Partner With STBS</h2> | |
| <p class="text-xl mb-8 max-w-3xl mx-auto">Are you a healthcare professional looking for reliable medical equipment? Let's discuss how we can support your practice.</p> | |
| <a href="#contact" class="bg-white hover:bg-gray-100 text-blue-800 px-8 py-3 rounded-lg font-medium transition-all">Get in Touch</a> | |
| </div> | |
| </section> | |
| <!-- Products --> | |
| <section id="products" class="py-16 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold text-blue-800 mb-4">Our Products</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Explore our catalog of medical devices and accessories designed for healthcare professionals.</p> | |
| <div class="w-20 h-1 bg-blue-600 mx-auto mt-4"></div> | |
| </div> | |
| <!-- Product Categories --> | |
| <div class="flex justify-center mb-12"> | |
| <div class="inline-flex rounded-md shadow-sm"> | |
| <button class="px-4 py-2 text-sm font-medium rounded-l-lg bg-blue-700 text-white">All Products</button> | |
| <button class="px-4 py-2 text-sm font-medium bg-white text-gray-700 hover:bg-gray-50">Medical Devices</button> | |
| <button class="px-4 py-2 text-sm font-medium bg-white text-gray-700 hover:bg-gray-50 rounded-r-lg">Accessories</button> | |
| </div> | |
| </div> | |
| <!-- Product Grid --> | |
| <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Product 1 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all"> | |
| <img src="https://images.unsplash.com/photo-1581094794329-c811329b5721?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Diagnostic Equipment" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Diagnostic Ultrasound</h3> | |
| <p class="text-gray-600 mb-4">High-resolution imaging system for accurate diagnostics with advanced visualization features.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-700 font-medium">View Details</span> | |
| <button class="text-blue-700 hover:text-blue-500"> | |
| <i class="fas fa-arrow-right"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 2 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all"> | |
| <img src="https://images.unsplash.com/photo-1581595219315-a187dd40c322?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Surgical Instruments" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Surgical Instrument Set</h3> | |
| <p class="text-gray-600 mb-4">Premium quality stainless steel instruments for precision surgical procedures.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-700 font-medium">View Details</span> | |
| <button class="text-blue-700 hover:text-blue-500"> | |
| <i class="fas fa-arrow-right"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 3 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all"> | |
| <img src="https://images.unsplash.com/photo-1579684453423-f84349ef60b2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1974&q=80" alt="Patient Monitor" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Multi-Parameter Monitor</h3> | |
| <p class="text-gray-600 mb-4">Comprehensive patient monitoring system with ECG, SpO2, NIBP, and temperature.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-700 font-medium">View Details</span> | |
| <button class="text-blue-700 hover:text-blue-500"> | |
| <i class="fas fa-arrow-right"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 4 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all"> | |
| <img src="https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Infusion Pump" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Infusion Pump System</h3> | |
| <p class="text-gray-600 mb-4">Reliable and accurate medication delivery with multiple safety features.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-700 font-medium">View Details</span> | |
| <button class="text-blue-700 hover:text-blue-500"> | |
| <i class="fas fa-arrow-right"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 5 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all"> | |
| <img src="https://images.unsplash.com/photo-1579154343071-9d51c6d0a9a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Hospital Bed" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Electric Hospital Bed</h3> | |
| <p class="text-gray-600 mb-4">Ergonomic design with multiple positioning options for patient comfort.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-700 font-medium">View Details</span> | |
| <button class="text-blue-700 hover:text-blue-500"> | |
| <i class="fas fa-arrow-right"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 6 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all"> | |
| <img src="https://images.unsplash.com/photo-1631815588090-7d2d7f3cf5b7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Disposable Supplies" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Disposable Medical Supplies</h3> | |
| <p class="text-gray-600 mb-4">Sterile, single-use products including gloves, masks, and syringes.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-700 font-medium">View Details</span> | |
| <button class="text-blue-700 hover:text-blue-500"> | |
| <i class="fas fa-arrow-right"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 7 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all"> | |
| <img src="https://images.unsplash.com/photo-1581093057301-c0c9d5f5b5c1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Defibrillator" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Portable Defibrillator</h3> | |
| <p class="text-gray-600 mb-4">Life-saving AED device with voice prompts and clear visual instructions.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-700 font-medium">View Details</span> | |
| <button class="text-blue-700 hover:text-blue-500"> | |
| <i class="fas fa-arrow-right"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 8 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all"> | |
| <img src="https://images.unsplash.com/photo-1581595219315-a187dd40c322?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Ventilator" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-80 mb-2">ICU Ventilator System</h3> | |
| <p class="text-gray-600 mb-4">Advanced respiratory support with multiple ventilation modes and monitoring.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-700 font-medium">View Details</span> | |
| <button class="text-blue-700 hover:text-blue-500"> | |
| <i class="fas fa-arrow-right"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 9 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden product-card transition-all"> | |
| <img src="https://images.unsplash.com/photo-1581093057301-c0c9d5f5b5c1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="X-ray Machine" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Digital X-ray System</h3> | |
| <p class="text-gray-600 mb-4">High-resolution digital imaging with low radiation dose and fast processing.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-700 font-medium">View Details</span> | |
| <button class="text-blue-700 hover:text-blue-500"> | |
| <i class="fas fa-arrow-right"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-12"> | |
| <a href="#" class="inline-block bg-blue-700 hover:bg-blue-600 text-white px-8 py-3 rounded-lg font-medium transition-all">View All Products</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials --> | |
| <section class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold text-blue-800 mb-4">Trusted by Healthcare Professionals</h2> | |
| <div class="w-20 h-1 bg-blue-600 mx-auto"></div> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-8 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <div class="text-yellow-400 mr-2"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-6">"STBS Companies has been our reliable partner for medical equipment for over 5 years. Their products meet our high standards for quality and their service is exceptional."</p> | |
| <div class="flex items-center"> | |
| <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Dr. Elena Martínez" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-medium text-gray-800">Dr. Elena Martínez</h4> | |
| <p class="text-gray-500 text-sm">Chief of Cardiology, Madrid</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <div class="text-yellow-400 mr-2"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-6">"The diagnostic equipment we purchased from STBS has significantly improved our patient care capabilities. Their technical support team is always responsive and helpful."</p> | |
| <div class="flex items-center"> | |
| <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Dr. Carlos Ruiz" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-medium text-gray-800">Dr. Carlos Ruiz</h4> | |
| <p class="text-gray-500 text-sm">Medical Director, Barcelona</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <div class="text-yellow-400 mr-2"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-6">"We appreciate STBS's commitment to innovation. They regularly update us about new products that could benefit our practice, without being pushy with sales."</p> | |
| <div class="flex items-center"> | |
| <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Dr. Sofia González" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-medium text-gray-800">Dr. Sofia González</h4> | |
| <p class="text-gray-500 text-sm">Pediatric Specialist, Valencia</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact --> | |
| <section id="contact" class="py-16 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold text-blue-800 mb-4">Contact Us</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Get in touch with our team for product inquiries, technical support, or partnership opportunities.</p> | |
| <div class="w-20 h-1 bg-blue-600 mx-auto mt-4"></div> | |
| </div> | |
| <div class="flex flex-col md:flex-row gap-12"> | |
| <div class="md:w-1/2"> | |
| <form class="bg-white p-8 rounded-lg shadow-md" id="contactForm"> | |
| <div class="mb-6"> | |
| <label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label> | |
| <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" required> | |
| </div> | |
| <div class="mb-6"> | |
| <label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label> | |
| <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" required> | |
| </div> | |
| <div class="mb-6"> | |
| <label for="subject" class="block text-gray-700 font-medium mb-2">Subject</label> | |
| <select id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" required> | |
| <option value="">Select a subject</option> | |
| <option value="product">Product Inquiry</option> | |
| <option value="support">Technical Support</option> | |
| <option value="partnership">Partnership Opportunity</option> | |
| <option value="other">Other</option> | |
| </select> | |
| </div> | |
| <div class="mb-6"> | |
| <label for="message" class="block text-gray-700 font-medium mb-2">Message</label> | |
| <textarea id="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" required></textarea> | |
| </div> | |
| <button type="submit" class="w-full bg-blue-700 hover:bg-blue-600 text-white px-6 py-3 rounded-lg font-medium transition-all">Send Message</button> | |
| </form> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <div class="bg-white p-8 rounded-lg shadow-md h-full"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-6">Our Office</h3> | |
| <div class="space-y-6"> | |
| <div class="flex items-start"> | |
| <div class="text-blue-600 mt-1 mr-4"> | |
| <i class="fas fa-map-marker-alt"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-gray-800">Location</h4> | |
| <p class="text-gray-600">Calle de la Innovación 42, 28015 Madrid, Spain</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-blue-600 mt-1 mr-4"> | |
| <i class="fas fa-phone-alt"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-gray-800">Phone</h4> | |
| <p class="text-gray-600">+34 654 48 66 70</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-blue-600 mt-1 mr-4"> | |
| <i class="fas fa-clock"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-gray-800">Business Hours</h4> | |
| <p class="text-gray-600">Monday - Friday: 9:00 AM - 6:00 PM</p> | |
| <p class="text-gray-600">Saturday - Sunday: Closed</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-8"> | |
| <h4 class="font-medium text-gray-800 mb-4">Find Us On</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-blue-600 hover:text-blue-800 text-xl"> | |
| <i class="fab fa-linkedin"></i> | |
| </a> | |
| <a href="#" class="text-blue-600 hover:text-blue-800 text-xl"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="text-blue-600 hover:text-blue-800 text-xl"> | |
| <i class="fab fa-facebook"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-blue-900 text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <div class="flex items-center mb-4"> | |
| <span class="text-xl font-bold">STBS Companies</span> | |
| </div> | |
| <p class="text-blue-200 mb-4">Innovating healthcare solutions through quality medical devices and accessories.</p> | |
| <p class="text-blue-200 text-sm">© 2023 STBS Companies. All rights reserved.</p> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Quick Links</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#home" class="text-blue-200 hover:text-white transition-all">Home</a></li> | |
| <li><a href="#about" class="text-blue-200 hover:text-white transition-all">About Us</a></li> | |
| <li><a href="#products" class="text-blue-200 hover:text-white transition-all">Products</a></li> | |
| <li><a href="#contact" class="text-blue-200 hover:text-white transition-all">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Products</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-blue-200 hover:text-white transition-all">Medical Devices</a></li> | |
| <li><a href="#" class="text-blue-200 hover:text-white transition-all">Medical Accessories</a></li> | |
| <li><a href="#" class="text-blue-200 hover:text-white transition-all">Diagnostic Equipment</a></li> | |
| <li><a href="#" class="text-blue-200 hover:text-white transition-all">Surgical Instruments</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Newsletter</h4> | |
| <p class="text-blue-200 mb-4">Subscribe to receive updates on new products and healthcare innovations.</p> | |
| <div class="flex"> | |
| <input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-lg text-gray-800 w-full focus:outline-none"> | |
| <button class="bg-blue-700 hover:bg-blue-600 px-4 py-2 rounded-r-lg transition-all"> | |
| <i class="fas fa-paper-plane"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-blue-800 mt-8 pt-8 text-center text-blue-200 text-sm"> | |
| <p>STBS Companies - Registered in Spain. <a href="https://marketdynamite.com" target="_blank" class="underline hover:text-white">Designed by MarketDynamite.com</a></p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Simple mobile menu toggle | |
| document.querySelector('button.md\\:hidden').addEventListener('click', function() { | |
| const nav = document.querySelector('nav.md\\:flex'); | |
| nav.classList.toggle('hidden'); | |
| nav.classList.toggle('flex'); | |
| nav.classList.toggle('flex-col'); | |
| nav.classList.toggle('absolute'); | |
| nav.classList.toggle('top-16'); | |
| nav.classList.toggle('left-0'); | |
| nav.classList.toggle('right-0'); | |
| nav.classList.toggle('bg-white'); | |
| nav.classList.toggle('p-4'); | |
| nav.classList.toggle('shadow-md'); | |
| nav.classList.toggle('space-y-4'); | |
| nav.classList.toggle('space-x-8'); | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| }); | |
| // Form submission handler | |
| document.getElementById('contactForm').addEventListener('submit', function(e) { | |
| e.preventDefault(); | |
| // In a real implementation, you would send this data to your server | |
| // For this demo, we'll just show an alert | |
| alert('Thank you for your message! We will contact you soon.'); | |
| // Reset the form | |
| this.reset(); | |
| }); | |
| </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="src/assets/logo.gif" alt="Genesis Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://aazzrrooddeell-genesis.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >Genesis</a> - 🧬 <a href="https://aazzrrooddeell-genesis.hf.space?remix=aazzrrooddeell/stbscrop" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |