| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Solutions - ITEMDD</title> |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script> |
| tailwind.config = { |
| theme: { |
| extend: { |
| colors: { |
| primary: '#2E7D32', |
| secondary: '#81C784', |
| accent: '#4CAF50', |
| dark: '#1B5E20', |
| light: '#C8E6C9' |
| } |
| } |
| } |
| } |
| </script> |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/animejs/lib/anime.iife.min.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <style> |
| .solution-card:hover { |
| transform: translateY(-5px); |
| box-shadow: 0 10px 20px rgba(0,0,0,0.1); |
| } |
| .nav-link:hover { |
| color: #81C784; |
| } |
| .solution-bg { |
| background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80'); |
| background-size: cover; |
| background-position: center; |
| } |
| </style> |
| </head> |
| <body class="font-sans bg-gray-50"> |
| |
| <nav class="bg-white shadow-md sticky top-0 z-50"> |
| <div class="container mx-auto px-6 py-3"> |
| <div class="flex items-center justify-between"> |
| <div class="flex items-center"> |
| <a href="index.html" class="text-2xl font-bold text-primary">ITEMDD</a> |
| </div> |
| <div class="hidden md:flex items-center space-x-8"> |
| <a href="index.html" class="nav-link text-gray-800 hover:text-primary transition">Home</a> |
| <a href="products.html" class="nav-link text-gray-800 hover:text-primary transition">Products</a> |
| <a href="solutions.html" class="nav-link text-primary font-medium transition">Solutions</a> |
| <a href="projects.html" class="nav-link text-gray-800 hover:text-primary transition">Projects</a> |
| <a href="about.html" class="nav-link text-gray-800 hover:text-primary transition">About Us</a> |
| <a href="contact.html" class="nav-link text-gray-800 hover:text-primary transition">Contact</a> |
| </div> |
| <div class="md:hidden"> |
| <button class="text-gray-800 focus:outline-none"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <section class="solution-bg text-white py-32"> |
| <div class="container mx-auto px-6 text-center"> |
| <h1 class="text-4xl md:text-6xl font-bold mb-6" data-aos="fade-down">Tailored AV Solutions</h1> |
| <p class="text-xl md:text-2xl mb-8" data-aos="fade-up" data-aos-delay="200">Customized audio visual solutions for every environment</p> |
| <a href="contact.html" class="bg-accent hover:bg-dark text-white font-bold py-3 px-8 rounded-full transition duration-300" data-aos="fade-up" data-aos-delay="400">Get a Consultation</a> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-white"> |
| <div class="container mx-auto px-6"> |
| <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Our Solutions</h2> |
| |
| |
| <div class="flex flex-col md:flex-row items-center mb-20" data-aos="fade-up"> |
| <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8"> |
| <img src="https://images.unsplash.com/photo-1497366754035-f200968a6e72?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Corporate AV Solutions" class="rounded-lg shadow-lg"> |
| </div> |
| <div class="md:w-1/2"> |
| <h3 class="text-2xl font-bold text-gray-800 mb-4">Corporate AV Solutions</h3> |
| <p class="text-gray-600 mb-4">Transform your workplace with our comprehensive corporate AV solutions designed to enhance communication, collaboration, and productivity.</p> |
| <ul class="mb-6 space-y-2 text-gray-600"> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Conference room systems</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Digital signage networks</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Video conferencing solutions</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Presentation systems</span> |
| </li> |
| </ul> |
| <a href="solution-detail.html" class="inline-block bg-primary hover:bg-dark text-white font-bold py-2 px-6 rounded-full transition duration-300">Learn More</a> |
| </div> |
| </div> |
| |
| |
| <div class="flex flex-col md:flex-row items-center mb-20" data-aos="fade-up"> |
| <div class="md:w-1/2 mb-8 md:mb-0 md:order-last md:pl-8"> |
| <img src="https://images.unsplash.com/photo-1505373877841-8d25f7d46678?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Hospitality AV Solutions" class="rounded-lg shadow-lg"> |
| </div> |
| <div class="md:w-1/2 md:order-first"> |
| <h3 class="text-2xl font-bold text-gray-800 mb-4">Hospitality AV Solutions</h3> |
| <p class="text-gray-600 mb-4">Enhance guest experiences with our innovative hospitality AV solutions designed for hotels, resorts, restaurants, and entertainment venues.</p> |
| <ul class="mb-6 space-y-2 text-gray-600"> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>In-room entertainment systems</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Digital signage and wayfinding</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Background music systems</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Event and banquet AV solutions</span> |
| </li> |
| </ul> |
| <a href="solution-detail.html" class="inline-block bg-primary hover:bg-dark text-white font-bold py-2 px-6 rounded-full transition duration-300">Learn More</a> |
| </div> |
| </div> |
| |
| |
| <div class="flex flex-col md:flex-row items-center mb-20" data-aos="fade-up"> |
| <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8"> |
| <img src="https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Education AV Solutions" class="rounded-lg shadow-lg"> |
| </div> |
| <div class="md:w-1/2"> |
| <h3 class="text-2xl font-bold text-gray-800 mb-4">Education AV Solutions</h3> |
| <p class="text-gray-600 mb-4">Empower learning with our cutting-edge education AV solutions that facilitate interactive and engaging educational experiences.</p> |
| <ul class="mb-6 space-y-2 text-gray-600"> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Interactive classroom displays</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Lecture capture systems</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Distance learning solutions</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Auditorium and theater systems</span> |
| </li> |
| </ul> |
| <a href="solution-detail.html" class="inline-block bg-primary hover:bg-dark text-white font-bold py-2 px-6 rounded-full transition duration-300">Learn More</a> |
| </div> |
| </div> |
| |
| |
| <div class="flex flex-col md:flex-row items-center" data-aos="fade-up"> |
| <div class="md:w-1/2 mb-8 md:mb-0 md:order-last md:pl-8"> |
| <img src="https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Residential AV Solutions" class="rounded-lg shadow-lg"> |
| </div> |
| <div class="md:w-1/2 md:order-first"> |
| <h3 class="text-2xl font-bold text-gray-800 mb-4">Residential AV Solutions</h3> |
| <p class="text-gray-600 mb-4">Create the ultimate smart home experience with our premium residential AV solutions that combine luxury, convenience, and cutting-edge technology.</p> |
| <ul class="mb-6 space-y-2 text-gray-600"> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Home theater systems</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Whole-home audio</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Smart home automation</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="text-primary mr-2 mt-1"></i> |
| <span>Security and surveillance</span> |
| </li> |
| </ul> |
| <a href="solution-detail.html" class="inline-block bg-primary hover:bg-dark text-white font-bold py-2 px-6 rounded-full transition duration-300">Learn More</a> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-gray-100"> |
| <div class="container mx-auto px-6"> |
| <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Our Process</h2> |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> |
| <div class="text-center" data-aos="fade-up"> |
| <div class="bg-primary text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4"> |
| <i data-feather="search" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Discovery</h3> |
| <p class="text-gray-600">We begin by understanding your needs, goals, and challenges.</p> |
| </div> |
| |
| <div class="text-center" data-aos="fade-up" data-aos-delay="100"> |
| <div class="bg-primary text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4"> |
| <i data-feather="layout" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Design</h3> |
| <p class="text-gray-600">Our experts create customized solutions tailored to your requirements.</p> |
| </div> |
| |
| <div class="text-center" data-aos="fade-up" data-aos-delay="200"> |
| <div class="bg-primary text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4"> |
| <i data-feather="tool" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Implementation</h3> |
| <p class="text-gray-600">We install and configure your AV systems with precision and care.</p> |
| </div> |
| |
| <div class="text-center" data-aos="fade-up" data-aos-delay="300"> |
| <div class="bg-primary text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4"> |
| <i data-feather="headphones" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Support</h3> |
| <p class="text-gray-600">Ongoing maintenance and support to ensure optimal performance.</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-primary text-white"> |
| <div class="container mx-auto px-6 text-center"> |
| <h2 class="text-3xl font-bold mb-6">Ready to Transform Your Space?</h2> |
| <p class="text-xl mb-8 max-w-2xl mx-auto">Contact our team of experts to discuss your audio visual needs and discover how we can create exceptional experiences for you.</p> |
| <a href="contact.html" class="inline-block bg-white hover:bg-gray-100 text-primary font-bold py-3 px-8 rounded-full transition duration-300">Get Started Today</a> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-gray-900 text-white py-12"> |
| <div class="container mx-auto px-6"> |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> |
| <div> |
| <h3 class="text-xl font-bold mb-4">ITEMDD</h3> |
| <p class="text-gray-400">Professional audio visual solutions for businesses and homes.</p> |
| <div class="flex mt-4 space-x-4"> |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="facebook"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="linkedin"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="instagram"></i></a> |
| </div> |
| </div> |
| |
| <div> |
| <h3 class="text-lg font-semibold mb-4">Quick Links</h3> |
| <ul class="space-y-2"> |
| <li><a href="index.html" class="text-gray-400 hover:text-white transition">Home</a></li> |
| <li><a href="products.html" class="text-gray-400 hover:text-white transition">Products</a></li> |
| <li><a href="solutions.html" class="text-gray-400 hover:text-white transition">Solutions</a></li> |
| <li><a href="projects.html" class="text-gray-400 hover:text-white transition">Projects</a></li> |
| <li><a href="about.html" class="text-gray-400 hover:text-white transition">About Us</a></li> |
| <li><a href="contact.html" class="text-gray-400 hover:text-white transition">Contact</a></li> |
| </ul> |
| </div> |
| |
| <div> |
| <h3 class="text-lg font-semibold mb-4">Contact Info</h3> |
| <ul class="space-y-2 text-gray-400"> |
| <li class="flex items-start"> |
| <i data-feather="map-pin" class="mr-2 mt-1"></i> |
| <span>123 AV Street, Bangkok, Thailand</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="phone" class="mr-2 mt-1"></i> |
| <span>+66 2 123 4567</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="mail" class="mr-2 mt-1"></i> |
| <span>info@itemdd.com</span> |
| </li> |
| </ul> |
| </div> |
| |
| <div> |
| <h3 class="text-lg font-semibold mb-4">Newsletter</h3> |
| <p class="text-gray-400 mb-4">Subscribe to our newsletter for the latest updates and offers.</p> |
| <form class="flex"> |
| <input type="email" placeholder="Your email" class="px-4 py-2 w-full rounded-l focus:outline-none text-gray-800"> |
| <button type="submit" class="bg-accent hover:bg-dark px-4 rounded-r"> |
| <i data-feather="send"></i> |
| </button> |
| </form> |
| </div> |
| </div> |
| <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400"> |
| <p>© 2023 ITEMDD. All rights reserved.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script>AOS.init();</script> |
| <script>feather.replace();</script> |
| </body> |
| </html> |
|
|
|
|
|
|