Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content="Vision Equipment - Trusted manufacturer's representative for municipal water and wastewater solutions in Texas for 25 years"> | |
| <title>Vision Equipment | Texas Water & Wastewater Solutions</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></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://unpkg.com/feather-icons"></script> | |
| <script> | |
| tailwind.config = { | |
| theme: { | |
| extend: { | |
| colors: { | |
| primary: '#0066CC', | |
| secondary: '#003366', | |
| accent: '#00A0E9', | |
| dark: '#1A2930', | |
| light: '#F5F7FA' | |
| } | |
| } | |
| } | |
| } | |
| </script> | |
| <style> | |
| .hero-gradient { | |
| background: linear-gradient(135deg, rgba(0,102,204,0.9) 0%, rgba(0,51,102,0.9) 100%); | |
| } | |
| .water-wave { | |
| position: absolute; | |
| bottom: 0; | |
| left: 0; | |
| width: 100%; | |
| overflow: hidden; | |
| line-height: 0; | |
| } | |
| .water-wave svg { | |
| position: relative; | |
| display: block; | |
| width: calc(100% + 1.3px); | |
| height: 100px; | |
| } | |
| .water-wave .shape-fill { | |
| fill: #F5F7FA; | |
| } | |
| .bg-primary { | |
| background: #0066CC; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans antialiased text-gray-800 bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-md 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-20"> | |
| <div class="flex items-center"> | |
| <a href="index.html" class="flex-shrink-0 flex items-center"> | |
| <img class="h-10 w-auto" src="http://static.photos/blue/200x200/1" alt="Vision Equipment Logo"> | |
| <span class="ml-3 text-xl font-bold text-primary">Vision Equipment</span> | |
| </a> | |
| </div> | |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> | |
| <a href="index.html" class="text-primary font-medium border-b-2 border-primary px-1 py-4">Home</a> | |
| <a href="manufacturers.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Manufacturers</a> | |
| <a href="projects.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Projects</a> | |
| <a href="blog.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Blog</a> | |
| <a href="contact.html" class="bg-primary text-white px-4 py-2 rounded-md font-medium hover:bg-secondary transition duration-300">Contact Us</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-600 hover:text-primary focus:outline-none" aria-controls="mobile-menu" aria-expanded="false" id="mobile-menu-button"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div class="hidden md:hidden" id="mobile-menu"> | |
| <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 bg-white shadow-lg"> | |
| <a href="index.html" class="block px-3 py-2 rounded-md text-base font-medium text-primary bg-blue-50">Home</a> | |
| <a href="manufacturers.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-blue-50">Manufacturers</a> | |
| <a href="projects.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-blue-50">Projects</a> | |
| <a href="blog.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-blue-50">Blog</a> | |
| <a href="contact.html" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-primary hover:bg-secondary text-center">Contact Us</a> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <div class="relative hero-gradient text-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 md:py-32"> | |
| <div class="text-center" data-aos="fade-up"> | |
| <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Trusted Water & Wastewater Solutions for Texas Municipalities</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">For 25 years, Vision Equipment has partnered with Texas utilities to deliver reliable, cost-effective treatment solutions from leading manufacturers.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="contact.html" class="bg-white text-primary px-8 py-3 rounded-md font-bold hover:bg-gray-100 transition duration-300 text-center">Contact a Rep</a> | |
| <a href="manufacturers.html" class="bg-transparent border-2 border-white px-8 py-3 rounded-md font-bold hover:bg-white hover:text-primary transition duration-300 text-center">Explore Manufacturers</a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="water-wave"> | |
| <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"> | |
| <path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path> | |
| <path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path> | |
| <path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path> | |
| </svg> | |
| </div> | |
| </div> | |
| <!-- Trust Indicators --> | |
| <div class="bg-white py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center"> | |
| <div class="p-4" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="text-4xl font-bold text-primary mb-2">25+</div> | |
| <div class="text-gray-600">Years in Business</div> | |
| </div> | |
| <div class="p-4" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="text-4xl font-bold text-primary mb-2">50+</div> | |
| <div class="text-gray-600">Manufacturer Partners</div> | |
| </div> | |
| <div class="p-4" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="text-4xl font-bold text-primary mb-2">100+</div> | |
| <div class="text-gray-600">Texas Municipalities Served</div> | |
| </div> | |
| <div class="p-4" data-aos="fade-up" data-aos-delay="400"> | |
| <div class="text-4xl font-bold text-primary mb-2">BABA</div> | |
| <div class="text-gray-600">Compliant Solutions</div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Solutions Section --> | |
| <div 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 mb-12" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-secondary mb-4">Water & Wastewater Treatment Solutions</h2> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">We represent leading manufacturers across all key process areas to deliver comprehensive treatment solutions.</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="100"> | |
| <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/1" alt="Headworks"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-secondary mb-3">Headworks</h3> | |
| <p class="text-gray-600 mb-4">Screening, grit removal, and preliminary treatment solutions to protect downstream processes.</p> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="200"> | |
| <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/2" alt="Aeration"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-secondary mb-3">Aeration</h3> | |
| <p class="text-gray-600 mb-4">Energy-efficient diffused aeration systems and blowers for biological treatment.</p> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="300"> | |
| <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/3" alt="Disinfection"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-secondary mb-3">Disinfection</h3> | |
| <p class="text-gray-600 mb-4">UV, chlorine, and alternative disinfection systems for regulatory compliance.</p> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-10" data-aos="fade-up"> | |
| <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-primary hover:bg-secondary transition duration-300"> | |
| View All Process Areas | |
| <i data-feather="chevron-down" class="ml-2 w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Featured Manufacturers --> | |
| <div class="bg-white py-16"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-12" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-secondary mb-4">Featured Manufacturers</h2> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">We partner with industry-leading manufacturers to bring you the best solutions for your treatment challenges.</p> | |
| </div> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-6"> | |
| <div class="bg-gray-50 p-6 rounded-lg flex items-center justify-center h-32" data-aos="fade-up" data-aos-delay="100"> | |
| <img src="http://static.photos/technology/320x240/1" alt="Manufacturer 1" class="max-h-16 max-w-full"> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg flex items-center justify-center h-32" data-aos="fade-up" data-aos-delay="200"> | |
| <img src="http://static.photos/technology/320x240/2" alt="Manufacturer 2" class="max-h-16 max-w-full"> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg flex items-center justify-center h-32" data-aos="fade-up" data-aos-delay="300"> | |
| <img src="http://static.photos/technology/320x240/3" alt="Manufacturer 3" class="max-h-16 max-w-full"> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg flex items-center justify-center h-32" data-aos="fade-up" data-aos-delay="400"> | |
| <img src="http://static.photos/technology/320x240/4" alt="Manufacturer 4" class="max-h-16 max-w-full"> | |
| </div> | |
| </div> | |
| <div class="text-center mt-10" data-aos="fade-up"> | |
| <a href="manufacturers.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-primary hover:bg-secondary transition duration-300"> | |
| View All Manufacturers | |
| <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Case Study Highlight --> | |
| <div class="bg-primary text-white py-16 relative overflow-hidden"> | |
| <div class="absolute inset-0 opacity-10"> | |
| <svg class="w-full h-full" viewBox="0 0 100 100" preserveAspectRatio="none"> | |
| <path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="white" stroke-width="2" stroke-dasharray="5,5"></path> | |
| </svg> | |
| </div> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative"> | |
| <div class="grid md:grid-cols-2 gap-12 items-center"> | |
| <div data-aos="fade-right"> | |
| <h2 class="text-3xl font-bold mb-6">City of Austin WWTP Upgrade</h2> | |
| <p class="text-lg mb-6">Vision Equipment partnered with the City of Austin to upgrade their aging aeration system, reducing energy costs by 35% while maintaining effluent quality.</p> | |
| <div class="space-y-4 mb-8"> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <i data-feather="check-circle" class="w-5 h-5 text-accent"></i> | |
| </div> | |
| <p class="ml-3 text-gray-100">$1.2M annual energy savings</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <i data-feather="check-circle" class="w-5 h-5 text-accent"></i> | |
| </div> | |
| <p class="ml-3 text-gray-100">BABA-compliant equipment</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <i data-feather="check-circle" class="w-5 h-5 text-accent"></i> | |
| </div> | |
| <p class="ml-3 text-gray-100">Completed 2 weeks ahead of schedule</p> | |
| </div> | |
| </div> | |
| <a href="projects.html" class="inline-flex items-center px-6 py-3 border border-white text-base font-medium rounded-md text-white hover:bg-white hover:text-primary transition duration-300"> | |
| View Project Details | |
| <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i> | |
| </a> | |
| </div> | |
| <div class="relative" data-aos="fade-left"> | |
| <img class="w-full rounded-lg shadow-xl" src="http://static.photos/industry/640x360/1" alt="Austin WWTP"> | |
| <div class="absolute -bottom-4 -right-4 bg-accent p-4 rounded-lg shadow-lg"> | |
| <div class="text-2xl font-bold">35%</div> | |
| <div class="text-sm">Energy Reduction</div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Blog Highlights --> | |
| <div 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 mb-12" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-secondary mb-4">Latest Insights</h2> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">Technical articles and case studies for water and wastewater professionals.</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="100"> | |
| <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/4" alt="Blog Post 1"> | |
| <div class="p-6"> | |
| <div class="text-sm text-primary font-medium mb-2">Aeration</div> | |
| <h3 class="text-xl font-bold text-secondary mb-3">Optimizing Blower Systems for Energy Efficiency</h3> | |
| <p class="text-gray-600 mb-4">Learn how to reduce energy costs by up to 40% with modern aeration control strategies.</p> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Read Article | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="200"> | |
| <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/5" alt="Blog Post 2"> | |
| <div class="p-6"> | |
| <div class="text-sm text-primary font-medium mb-2">Disinfection</div> | |
| <h3 class="text-xl font-bold text-secondary mb-3">UV vs. Chlorine: Choosing the Right Disinfection System</h3> | |
| <p class="text-gray-600 mb-4">Comparative analysis of disinfection technologies for municipal wastewater treatment.</p> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Read Article | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="300"> | |
| <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/6" alt="Blog Post 3"> | |
| <div class="p-6"> | |
| <div class="text-sm text-primary font-medium mb-2">Regulations</div> | |
| <h3 class="text-xl font-bold text-secondary mb-3">Navigating BABA Compliance for Water Infrastructure Projects</h3> | |
| <p class="text-gray-600 mb-4">Essential guide to meeting Build America, Buy America requirements for funding.</p> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Read Article | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-10" data-aos="fade-up"> | |
| <a href="blog.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-primary hover:bg-secondary transition duration-300"> | |
| View All Articles | |
| <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- CTA Section --> | |
| <div class="bg-secondary text-white py-16"> | |
| <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="text-3xl font-bold mb-6" data-aos="fade-up">Ready to Upgrade Your Treatment System?</h2> | |
| <p class="text-xl mb-8" data-aos="fade-up" data-aos-delay="100">Our Texas-based team of experts is ready to help you evaluate solutions and connect you with the right manufacturers for your project.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4" data-aos="fade-up" data-aos-delay="200"> | |
| <a href="contact.html" class="bg-white text-secondary px-8 py-3 rounded-md font-bold hover:bg-gray-100 transition duration-300 text-center">Contact a Rep</a> | |
| <a href="tel:+18005551234" class="bg-transparent border-2 border-white px-8 py-3 rounded-md font-bold hover:bg-white hover:text-secondary transition duration-300 text-center flex items-center justify-center"> | |
| <i data-feather="phone" class="mr-2 w-5 h-5"></i> (800) 555-1234 | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-dark text-white pt-16 pb-8"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12"> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Company</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Our Team</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Careers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">News</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Solutions</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Headworks</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Aeration</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Clarification</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Disinfection</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Resources</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="blog.html" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li> | |
| <li><a href="projects.html" class="text-gray-400 hover:text-white transition duration-300">Case Studies</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">White Papers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">FAQ</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Contact</h3> | |
| <address class="not-italic text-gray-400"> | |
| <p class="mb-2">123 Industrial Way</p> | |
| <p class="mb-2">Houston, TX 77001</p> | |
| <p class="mb-2">Phone: (800) 555-1234</p> | |
| <p class="mb-4">Email: info@visionequipment.com</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i data-feather="linkedin"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i data-feather="twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i data-feather="facebook"></i> | |
| </a> | |
| </div> | |
| </address> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <div class="flex items-center mb-4 md:mb-0"> | |
| <img class="h-8 w-auto" src="http://static.photos/blue/200x200/1" alt="Vision Equipment Logo"> | |
| <span class="ml-3 text-xl font-bold">Vision Equipment</span> | |
| </div> | |
| <div class="text-gray-400 text-sm"> | |
| <p>© 2023 Vision Equipment. All rights reserved. <a href="privacy.html" class="hover:text-white transition duration-300">Privacy Policy</a></p> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| if (menu.classList.contains('hidden')) { | |
| menu.classList.remove('hidden'); | |
| feather.replace(); | |
| } else { | |
| menu.classList.add('hidden'); | |
| } | |
| }); | |
| // Initialize animations | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| // Feather icons | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |