| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Our Services | TechConnect</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> |
| <style> |
| .service-card { |
| transition: all 0.3s ease; |
| } |
| .service-card:hover { |
| transform: translateY(-5px); |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); |
| } |
| .btn-hover:hover { |
| transform: translateY(-2px); |
| box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); |
| } |
| </style> |
| </head> |
| <body class="font-sans antialiased text-gray-800"> |
| |
| <nav class="bg-white shadow-sm fixed w-full z-10"> |
| <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 data-feather="cpu" class="text-blue-600 h-8 w-8"></i> |
| <span class="ml-2 text-xl font-bold text-gray-900">TechConnect</span> |
| </div> |
| </div> |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> |
| <a href="index.html" class="text-gray-500 hover:text-blue-600 px-3 py-2 text-sm font-medium">Home</a> |
| <a href="services.html" class="text-blue-600 border-blue-500 px-3 py-2 text-sm font-medium">Services</a> |
| <a href="about.html" class="text-gray-500 hover:text-blue-600 px-3 py-2 text-sm font-medium">About</a> |
| <a href="contact.html" class="text-gray-500 hover:text-blue-600 px-3 py-2 text-sm font-medium">Contact</a> |
| <a href="login.html" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700 transition duration-300 btn-hover">Client Login</a> |
| </div> |
| <div class="-mr-2 flex items-center md:hidden"> |
| <button type="button" id="mobile-menu-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"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| <div class="hidden md:hidden" id="mobile-menu"> |
| <div class="pt-2 pb-3 space-y-1"> |
| <a href="index.html" class="text-gray-500 hover:bg-gray-50 hover:text-blue-600 block px-3 py-2 rounded-md text-base font-medium">Home</a> |
| <a href="services.html" class="bg-blue-50 text-blue-600 block px-3 py-2 rounded-md text-base font-medium">Services</a> |
| <a href="about.html" class="text-gray-500 hover:bg-gray-50 hover:text-blue-600 block px-3 py-2 rounded-md text-base font-medium">About</a> |
| <a href="contact.html" class="text-gray-500 hover:bg-gray-50 hover:text-blue-600 block px-3 py-2 rounded-md text-base font-medium">Contact</a> |
| <a href="login.html" class="bg-blue-600 text-white block px-3 py-2 rounded-md text-base font-medium hover:bg-blue-700">Client Login</a> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <div class="bg-blue-700 pt-24 pb-20"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> |
| <h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl" data-aos="fade-up"> |
| Our IT Support Services |
| </h1> |
| <p class="mt-6 max-w-3xl mx-auto text-xl text-blue-100" data-aos="fade-up" data-aos-delay="100"> |
| Comprehensive remote IT solutions tailored to your business needs |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="py-16 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="lg:text-center mb-12"> |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Solutions</h2> |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
| Expert IT support services |
| </p> |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> |
| We offer a full range of remote IT support services to keep your business running smoothly. |
| </p> |
| </div> |
|
|
| <div class="grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3"> |
| |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm border border-gray-200 service-card" data-aos="fade-up"> |
| <div class="p-6"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> |
| <i data-feather="headphones" class="h-6 w-6"></i> |
| </div> |
| <h3 class="mt-6 text-lg font-medium text-gray-900">Help Desk Support</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| 24/7 remote technical support for all your IT issues. Our experts are available anytime to resolve your problems quickly. |
| </p> |
| <ul class="mt-4 space-y-2 text-sm text-gray-600"> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Unlimited support tickets</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Average response time <15 min</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Phone, chat & email support</span> |
| </li> |
| </ul> |
| </div> |
| <div class="px-6 py-4 bg-gray-100 border-t border-gray-200"> |
| <a href="contact.html" class="text-base font-medium text-blue-600 hover:text-blue-500"> |
| Learn more <span aria-hidden="true">→</span> |
| </a> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm border border-gray-200 service-card" data-aos="fade-up" data-aos-delay="100"> |
| <div class="p-6"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> |
| <i data-feather="shield" class="h-6 w-6"></i> |
| </div> |
| <h3 class="mt-6 text-lg font-medium text-gray-900">Network Security</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Comprehensive protection for your network, systems and data against evolving cyber threats. |
| </p> |
| <ul class="mt-4 space-y-2 text-sm text-gray-600"> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Firewall configuration & management</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Endpoint protection</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Security audits & compliance</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">VPN setup & maintenance</span> |
| </li> |
| </ul> |
| </div> |
| <div class="px-6 py-4 bg-gray-100 border-t border-gray-200"> |
| <a href="contact.html" class="text-base font-medium text-blue-600 hover:text-blue-500"> |
| Learn more <span aria-hidden="true">→</span> |
| </a> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm border border-gray-200 service-card" data-aos="fade-up" data-aos-delay="200"> |
| <div class="p-6"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> |
| <i data-feather="cloud" class="h-6 w-6"></i> |
| </div> |
| <h3 class="mt-6 text-lg font-medium text-gray-900">Cloud Solutions</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Migrate to the cloud or optimize your existing cloud infrastructure for better performance and cost efficiency. |
| </p> |
| <ul class="mt-4 space-y-2 text-sm text-gray-600"> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Cloud migration planning</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">AWS, Azure & Google Cloud support</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Cost optimization strategies</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Hybrid cloud solutions</span> |
| </li> |
| </ul> |
| </div> |
| <div class="px-6 py-4 bg-gray-100 border-t border-gray-200"> |
| <a href="contact.html" class="text-base font-medium text-blue-600 hover:text-blue-500"> |
| Learn more <span aria-hidden="true">→</span> |
| </a> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm border border-gray-200 service-card" data-aos="fade-up"> |
| <div class="p-6"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> |
| <i data-feather="database" class="h-6 w-6"></i> |
| </div> |
| <h3 class="mt-6 text-lg font-medium text-gray-900">Data Backup & Recovery</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Protect your critical business data with automated backups and rapid recovery solutions. |
| </p> |
| <ul class="mt-4 space-y-2 text-sm text-gray-600"> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Automated daily backups</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Disaster recovery planning</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Encrypted storage</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Point-in-time recovery</span> |
| </li> |
| </ul> |
| </div> |
| <div class="px-6 py-4 bg-gray-100 border-t border-gray-200"> |
| <a href="contact.html" class="text-base font-medium text-blue-600 hover:text-blue-500"> |
| Learn more <span aria-hidden="true">→</span> |
| </a> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm border border-gray-200 service-card" data-aos="fade-up" data-aos-delay="100"> |
| <div class="p-6"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> |
| <i data-feather="monitor" class="h-6 w-6"></i> |
| </div> |
| <h3 class="mt-6 text-lg font-medium text-gray-900">System Monitoring</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Proactive monitoring of your IT infrastructure to identify and resolve issues before they impact your business. |
| </p> |
| <ul class="mt-4 space-y-2 text-sm text-gray-600"> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">24/7 system monitoring</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Performance optimization</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Automated alerts</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Monthly health reports</span> |
| </li> |
| </ul> |
| </div> |
| <div class="px-6 py-4 bg-gray-100 border-t border-gray-200"> |
| <a href="contact.html" class="text-base font-medium text-blue-600 hover:text-blue-500"> |
| Learn more <span aria-hidden="true">→</span> |
| </a> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm border border-gray-200 service-card" data-aos="fade-up" data-aos-delay="200"> |
| <div class="p-6"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> |
| <i data-feather="users" class="h-6 w-6"></i> |
| </div> |
| <h3 class="mt-6 text-lg font-medium text-gray-900">IT Consulting</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Strategic IT planning and consulting to align technology with your business goals. |
| </p> |
| <ul class="mt-4 space-y-2 text-sm text-gray-600"> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Technology roadmap development</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Vendor selection & management</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Budget planning</span> |
| </li> |
| <li class="flex items-start"> |
| <i data-feather="check" class="flex-shrink-0 h-4 w-4 text-green-500 mt-0.5"></i> |
| <span class="ml-2">Digital transformation strategy</span> |
| </li> |
| </ul> |
| </div> |
| <div class="px-6 py-4 bg-gray-100 border-t border-gray-200"> |
| <a href="contact.html" class="text-base font-medium text-blue-600 hover:text-blue-500"> |
| Learn more <span aria-hidden="true">→</span> |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-gray-50 py-16"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="lg:text-center mb-12"> |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Plans</h2> |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
| Flexible pricing options |
| </p> |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> |
| Choose the plan that fits your business needs. All plans include 24/7 support. |
| </p> |
| </div> |
|
|
| <div class="mt-12 space-y-4 sm:mt-16 sm:space-y-0 sm:grid sm:grid-cols-3 sm:gap-6 lg:max-w-4xl lg:mx-auto"> |
| |
| <div class="border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200" data-aos="fade-up"> |
| <div class="p-6"> |
| <h2 class="text-lg leading-6 font-medium text-gray-900">Basic</h2> |
| <p class="mt-4"> |
| <span class="text-4xl font-extrabold text-gray-900">$99</span> |
| <span class="text-base font-medium text-gray-500">/month</span> |
| </p> |
| <p class="mt-4 text-sm text-gray-500"> |
| Perfect for small businesses with basic IT needs |
| </p> |
| <a href="contact.html" class="mt-8 block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900 btn-hover"> |
| Get started |
| </a> |
| </div> |
| <div class="pt-6 pb-8 px-6"> |
| <h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3> |
| <ul class="mt-6 space-y-4"> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">5 support tickets/month</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Remote desktop support</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Email & chat support</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Basic security monitoring</span> |
| </li> |
| </ul> |
| </div> |
| </div> |
|
|
| |
| <div class="border-2 border-blue-500 rounded-lg shadow-sm divide-y divide-gray-200 transform scale-105 z-10" data-aos="fade-up" data-aos-delay="100"> |
| <div class="p-6"> |
| <div class="flex justify-between"> |
| <h2 class="text-lg leading-6 font-medium text-gray-900">Professional</h2> |
| <span class="inline-flex items-center px-3 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800"> |
| Most popular |
| </span> |
| </div> |
| <p class="mt-4"> |
| <span class="text-4xl font-extrabold text-gray-900">$299</span> |
| <span class="text-base font-medium text-gray-500">/month</span> |
| </p> |
| <p class="mt-4 text-sm text-gray-500"> |
| Comprehensive support for growing businesses |
| </p> |
| <a href="contact.html" class="mt-8 block w-full bg-blue-600 border border-blue-600 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-blue-700 btn-hover"> |
| Get started |
| </a> |
| </div> |
| <div class="pt-6 pb-8 px-6"> |
| <h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3> |
| <ul class="mt-6 space-y-4"> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Unlimited support tickets</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Priority response</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Phone, email & chat support</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Advanced security monitoring</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Monthly system health reports</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Quarterly strategy sessions</span> |
| </li> |
| </ul> |
| </div> |
| </div> |
|
|
| |
| <div class="border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200" data-aos="fade-up" data-aos-delay="200"> |
| <div class="p-6"> |
| <h2 class="text-lg leading-6 font-medium text-gray-900">Enterprise</h2> |
| <p class="mt-4"> |
| <span class="text-4xl font-extrabold text-gray-900">$599</span> |
| <span class="text-base font-medium text-gray-500">/month</span> |
| </p> |
| <p class="mt-4 text-sm text-gray-500"> |
| Custom solutions for large organizations |
| </p> |
| <a href="contact.html" class="mt-8 block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900 btn-hover"> |
| Get started |
| </a> |
| </div> |
| <div class="pt-6 pb-8 px-6"> |
| <h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3> |
| <ul class="mt-6 space-y-4"> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Unlimited support tickets</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Dedicated account manager</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">24/7 phone support</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Enterprise-grade security</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Weekly system reports</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Monthly strategy sessions</span> |
| </li> |
| <li class="flex space-x-3"> |
| <i data-feather="check" class="flex-shrink-0 h-5 w-5 text-green-500"></i> |
| <span class="text-sm text-gray-500">Custom SLA agreements</span> |
| </li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-blue-700"> |
| <div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8"> |
| <h2 class="text-3xl font-extrabold text-white sm:text-4xl" data-aos="fade-up"> |
| <span class="block">Not sure which plan is right?</span> |
| <span class="block text-blue-200">We'll help you choose.</span> |
| </h2> |
| <p class="mt-4 text-lg leading-6 text-blue-100" data-aos="fade-up" data-aos-delay="100"> |
| Schedule a free consultation with our IT experts to assess your needs and recommend the perfect solution. |
| </p> |
| <a href="contact.html" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50 sm:w-auto btn-hover" data-aos="fade-up" data-aos-delay="200"> |
| Contact Our Team |
| </a> |
| </div> |
| </div> |
|
|
| |
| <footer class="bg-gray-900"> |
| <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-400 tracking-wider uppercase">Company</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="about.html" class="text-base text-gray-300 hover:text-white">About</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Press</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Services</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="services.html" class="text-base text-gray-300 hover:text-white">IT Support</a></li> |
| <li><a href="services.html" class="text-base text-gray-300 hover:text-white">Network Security</a></li> |
| <li><a href="services.html" class="text-base text-gray-300 hover:text-white">Cloud Solutions</a></li> |
| <li><a href="services.html" class="text-base text-gray-300 hover:text-white">Data Backup</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Support</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="contact.html" class="text-base text-gray-300 hover:text-white">Contact Us</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Knowledge Base</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Community</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">System Status</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Cookie Policy</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">GDPR</a></li> |
| </ul> |
| </div> |
| </div> |
| <div class="mt-12 border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center"> |
| <div class="flex space-x-6 md:order-2"> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="twitter" class="h-6 w-6"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="facebook" class="h-6 w-6"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="instagram" class="h-6 w-6"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="linkedin" class="h-6 w-6"></i> |
| </a> |
| </div> |
| <p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1"> |
| © 2023 TechConnect. All rights reserved. |
| </p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { |
| const menu = document.getElementById('mobile-menu'); |
| menu.classList.toggle('hidden'); |
| |
| |
| const icon = this.querySelector('i'); |
| if (menu.classList.contains('hidden')) { |
| icon.setAttribute('data-feather', 'menu'); |
| } else { |
| icon.setAttribute('data-feather', 'x'); |
| } |
| feather.replace(); |
| }); |
| |
| |
| AOS.init({ |
| duration: 800, |
| easing: 'ease-in-out', |
| once: true |
| }); |
| |
| |
| feather.replace(); |
| </script> |
| </body> |
| </html> |
|
|