movers / index.html
miqlin11's picture
create a page for vip movers uganda using this website
c928c5c verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VIP Movers Uganda - Professional Moving Services</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>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@700;800&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Poppins', sans-serif;
}
.heading-font {
font-family: 'Montserrat', sans-serif;
}
.hero-bg {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('http://static.photos/cityscape/1200x630/42') no-repeat center center/cover;
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.testimonial-card {
transition: all 0.3s ease;
}
.testimonial-card:hover {
transform: scale(1.03);
}
.btn-primary {
background: linear-gradient(to right, #e53e3e, #dd6b20);
transition: all 0.3s ease;
}
.btn-primary:hover {
background: linear-gradient(to right, #c53030, #dd6b20);
transform: translateY(-3px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.stats-card {
transition: all 0.3s ease;
}
.stats-card:hover {
transform: translateY(-5px);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-md 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-20">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="truck" class="text-red-600 mr-2"></i>
<span class="heading-font text-2xl font-bold text-gray-900">VIP Movers</span>
<span class="text-red-600 heading-font">Uganda</span>
</div>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#" class="text-gray-700 hover:text-red-600 font-medium">Home</a>
<a href="#services" class="text-gray-700 hover:text-red-600 font-medium">Services</a>
<a href="#about" class="text-gray-700 hover:text-red-600 font-medium">About</a>
<a href="#testimonials" class="text-gray-700 hover:text-red-600 font-medium">Testimonials</a>
<a href="#contact" class="text-gray-700 hover:text-red-600 font-medium">Contact</a>
<a href="#contact" class="btn-primary text-white px-6 py-2 rounded-full font-medium">Get Quote</a>
</div>
<div class="md:hidden flex items-center">
<button id="mobile-menu-button" class="text-gray-700">
<i data-feather="menu" class="h-6 w-6"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-red-600 hover:bg-gray-50">Home</a>
<a href="#services" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-red-600 hover:bg-gray-50">Services</a>
<a href="#about" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-red-600 hover:bg-gray-50">About</a>
<a href="#testimonials" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-red-600 hover:bg-gray-50">Testimonials</a>
<a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-red-600 hover:bg-gray-50">Contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-bg h-screen flex items-center">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h1 class="heading-font text-4xl md:text-6xl font-extrabold text-white mb-6" data-aos="fade-up">
Professional Moving Services in Uganda
</h1>
<p class="text-xl text-gray-200 mb-10 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
Trust VIP Movers Uganda for safe, efficient, and reliable relocation services across the country and beyond.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4" data-aos="fade-up" data-aos-delay="200">
<a href="#contact" class="btn-primary text-white px-8 py-4 rounded-full text-lg font-semibold">Get Free Quote</a>
<a href="#services" class="bg-white text-red-600 px-8 py-4 rounded-full text-lg font-semibold hover:bg-gray-100">Our Services</a>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="py-16 bg-white">
<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="stats-card bg-gray-50 p-6 rounded-lg shadow-sm" data-aos="fade-up">
<div class="text-4xl font-bold text-red-600 mb-2">500+</div>
<div class="text-gray-600">Happy Clients</div>
</div>
<div class="stats-card bg-gray-50 p-6 rounded-lg shadow-sm" data-aos="fade-up" data-aos-delay="100">
<div class="text-4xl font-bold text-red-600 mb-2">10+</div>
<div class="text-gray-600">Years Experience</div>
</div>
<div class="stats-card bg-gray-50 p-6 rounded-lg shadow-sm" data-aos="fade-up" data-aos-delay="200">
<div class="text-4xl font-bold text-red-600 mb-2">100%</div>
<div class="text-gray-600">Satisfaction Rate</div>
</div>
<div class="stats-card bg-gray-50 p-6 rounded-lg shadow-sm" data-aos="fade-up" data-aos-delay="300">
<div class="text-4xl font-bold text-red-600 mb-2">24/7</div>
<div class="text-gray-600">Customer Support</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="heading-font text-3xl md:text-4xl font-bold text-gray-900 mb-4">Our Moving Services</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">We offer comprehensive moving solutions tailored to your needs</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10">
<div class="service-card bg-white p-8 rounded-xl shadow-md" data-aos="fade-up">
<div class="w-16 h-16 rounded-full bg-red-100 flex items-center justify-center mb-6">
<i data-feather="home" class="text-red-600 w-8 h-8"></i>
</div>
<h3 class="heading-font text-2xl font-bold text-gray-900 mb-4">Residential Moving</h3>
<p class="text-gray-600 mb-6">Professional packing and moving services for homes and apartments. We handle everything from fragile items to bulky furniture.</p>
<a href="#contact" class="text-red-600 font-medium flex items-center">Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i></a>
</div>
<div class="service-card bg-white p-8 rounded-xl shadow-md" data-aos="fade-up" data-aos-delay="100">
<div class="w-16 h-16 rounded-full bg-red-100 flex items-center justify-center mb-6">
<i data-feather="briefcase" class="text-red-600 w-8 h-8"></i>
</div>
<h3 class="heading-font text-2xl font-bold text-gray-900 mb-4">Commercial Moving</h3>
<p class="text-gray-600 mb-6">Seamless office relocations with minimal disruption to your business operations. We move businesses of all sizes.</p>
<a href="#contact" class="text-red-600 font-medium flex items-center">Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i></a>
</div>
<div class="service-card bg-white p-8 rounded-xl shadow-md" data-aos="fade-up" data-aos-delay="200">
<div class="w-16 h-16 rounded-full bg-red-100 flex items-center justify-center mb-6">
<i data-feather="globe" class="text-red-600 w-8 h-8"></i>
</div>
<h3 class="heading-font text-2xl font-bold text-gray-900 mb-4">International Moving</h3>
<p class="text-gray-600 mb-6">Expert international relocation services with customs clearance and worldwide shipping to any destination.</p>
<a href="#contact" class="text-red-600 font-medium flex items-center">Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i></a>
</div>
<div class="service-card bg-white p-8 rounded-xl shadow-md" data-aos="fade-up" data-aos-delay="300">
<div class="w-16 h-16 rounded-full bg-red-100 flex items-center justify-center mb-6">
<i data-feather="archive" class="text-red-600 w-8 h-8"></i>
</div>
<h3 class="heading-font text-2xl font-bold text-gray-900 mb-4">Packing Services</h3>
<p class="text-gray-600 mb-6">Professional packing with high-quality materials to ensure your belongings arrive safely at your destination.</p>
<a href="#contact" class="text-red-600 font-medium flex items-center">Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i></a>
</div>
<div class="service-card bg-white p-8 rounded-xl shadow-md" data-aos="fade-up" data-aos-delay="400">
<div class="w-16 h-16 rounded-full bg-red-100 flex items-center justify-center mb-6">
<i data-feather="truck" class="text-red-600 w-8 h-8"></i>
</div>
<h3 class="heading-font text-2xl font-bold text-gray-900 mb-4">Storage Solutions</h3>
<p class="text-gray-600 mb-6">Secure, climate-controlled storage facilities for short or long-term storage of your belongings.</p>
<a href="#contact" class="text-red-600 font-medium flex items-center">Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i></a>
</div>
<div class="service-card bg-white p-8 rounded-xl shadow-md" data-aos="fade-up" data-aos-delay="500">
<div class="w-16 h-16 rounded-full bg-red-100 flex items-center justify-center mb-6">
<i data-feather="tool" class="text-red-600 w-8 h-8"></i>
</div>
<h3 class="heading-font text-2xl font-bold text-gray-900 mb-4">Specialized Moving</h3>
<p class="text-gray-600 mb-6">Expert handling of fragile items, pianos, artwork, antiques, and other valuable possessions.</p>
<a href="#contact" class="text-red-600 font-medium flex items-center">Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i></a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col lg:flex-row items-center gap-12">
<div class="lg:w-1/2" data-aos="fade-right">
<img src="http://static.photos/people/1200x630/15" alt="VIP Movers Team" class="rounded-xl shadow-lg">
</div>
<div class="lg:w-1/2" data-aos="fade-left">
<h2 class="heading-font text-3xl md:text-4xl font-bold text-gray-900 mb-6">Why Choose VIP Movers Uganda?</h2>
<p class="text-gray-600 mb-6 text-lg">
With over a decade of experience in the moving industry, VIP Movers Uganda has established itself as the most trusted moving company in the region. We combine professional expertise with personalized service to ensure your move is stress-free.
</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="text-green-500 w-6 h-6"></i>
</div>
<p class="ml-3 text-gray-600">Fully licensed and insured moving services</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i data-feather="check-circle" class="text-green-500 w-6 h-6"></i>
</div>
<p class="ml-3 text-gray-600">Experienced and trained moving professionals</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i data-feather="check-circle" class="text-green-500 w-6 h-6"></i>
</div>
<p class="ml-3 text-gray-600">State-of-the-art equipment and vehicles</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i data-feather="check-circle" class="text-green-500 w-6 h-6"></i>
</div>
<p class="ml-3 text-gray-600">24/7 customer support and communication</p>
</div>
</div>
<a href="#contact" class="btn-primary text-white px-8 py-4 rounded-full text-lg font-semibold inline-block">Contact Us Today</a>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="heading-font text-3xl md:text-4xl font-bold text-gray-900 mb-4">What Our Clients Say</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Don't just take our word for it - hear from our satisfied customers</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="testimonial-card bg-white p-8 rounded-xl shadow-md" data-aos="fade-up">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-red-100 flex items-center justify-center">
<i data-feather="user" class="text-red-600 w-6 h-6"></i>
</div>
<div class="ml-4">
<h4 class="font-bold text-gray-900">Samuel Mubiru</h4>
<p class="text-gray-600">Kampala</p>
</div>
</div>
<p class="text-gray-600 mb-6">
"VIP Movers made our relocation to Entebbe seamless. Their team was professional, careful with our belongings, and arrived on time. Highly recommended!"
</p>
<div class="flex text-yellow-400">
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
</div>
</div>
<div class="testimonial-card bg-white p-8 rounded-xl shadow-md" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-red-100 flex items-center justify-center">
<i data-feather="user" class="text-red-600 w-6 h-6"></i>
</div>
<div class="ml-4">
<h4 class="font-bold text-gray-900">Grace Nakato</h4>
<p class="text-gray-600">Mukono</p>
</div>
</div>
<p class="text-gray-600 mb-6">
"I was impressed by their attention to detail and care for fragile items. My antique furniture arrived in perfect condition. Will definitely use them again!"
</p>
<div class="flex text-yellow-400">
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
</div>
</div>
<div class="testimonial-card bg-white p-8 rounded-xl shadow-md" data-aos="fade-up" data-aos-delay="200">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-red-100 flex items-center justify-center">
<i data-feather="user" class="text-red-600 w-6 h-6"></i>
</div>
<div class="ml-4">
<h4 class="font-bold text-gray-900">Robert Omondi</h4>
<p class="text-gray-600">Kenya</p>
</div>
</div>
<p class="text-gray-600 mb-6">
"As an international client, I appreciated their professionalism and clear communication throughout the process. VIP Movers Uganda exceeded my expectations."
</p>
<div class="flex text-yellow-400">
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="heading-font text-3xl md:text-4xl font-bold text-gray-900 mb-4">Get Your Free Moving Quote</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Contact us today for a personalized moving estimate</p>
</div>
<div class="flex flex-col lg:flex-row gap-12">
<div class="lg:w-1/2" data-aos="fade-right">
<form class="space-y-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Full Name</label>
<input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-red-500 focus:border-red-500">
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700 mb-1">Phone Number</label>
<input type="tel" id="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-red-500 focus:border-red-500">
</div>
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-red-500 focus:border-red-500">
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<label for="move-date" class="block text-sm font-medium text-gray-700 mb-1">Moving Date</label>
<input type="date" id="move-date" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-red-500 focus:border-red-500">
</div>
<div>
<label for="move-type" class="block text-sm font-medium text-gray-700 mb-1">Move Type</label>
<select id="move-type" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-red-500 focus:border-red-500">
<option>Residential Move</option>
<option>Commercial Move</option>
<option>International Move</option>
<option>Storage</option>
<option>Other</option>
</select>
</div>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Additional Details</label>
<textarea id="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-red-500 focus:border-red-500"></textarea>
</div>
<button type="submit" class="btn-primary text-white w-full py-4 rounded-lg text-lg font-semibold">Get Free Quote</button>
</form>
</div>
<div class="lg:w-1/2" data-aos="fade-left">
<div class="bg-gray-50 p-8 rounded-xl h-full">
<h3 class="heading-font text-2xl font-bold text-gray-900 mb-6">Contact Information</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i data-feather="map-pin" class="text-red-600 w-6 h-6"></i>
</div>
<div class="ml-4">
<h4 class="font-bold text-gray-900">Our Location</h4>
<p class="text-gray-600">Plot 123, Industrial Road<br>Kampala, Uganda</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i data-feather="phone" class="text-red-600 w-6 h-6"></i>
</div>
<div class="ml-4">
<h4 class="font-bold text-gray-900">Phone Numbers</h4>
<p class="text-gray-600">+256 701 234 567<br>+256 772 345 678</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i data-feather="mail" class="text-red-600 w-6 h-6"></i>
</div>
<div class="ml-4">
<h4 class="font-bold text-gray-900">Email Address</h4>
<p class="text-gray-600">info@vipmoversuganda.com<br>support@vipmoversuganda.com</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i data-feather="clock" class="text-red-600 w-6 h-6"></i>
</div>
<div class="ml-4">
<h4 class="font-bold text-gray-900">Working Hours</h4>
<p class="text-gray-600">Monday - Friday: 8:00 AM - 6:00 PM<br>Saturday: 9:00 AM - 4:00 PM<br>Sunday: Closed</p>
</div>
</div>
</div>
<div class="mt-10">
<h4 class="font-bold text-gray-900 mb-4">Follow Us</h4>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 rounded-full bg-red-600 flex items-center justify-center text-white hover:bg-red-700">
<i data-feather="facebook" class="w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-red-600 flex items-center justify-center text-white hover:bg-red-700">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-red-600 flex items-center justify-center text-white hover:bg-red-700">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-red-600 flex items-center justify-center text-white hover:bg-red-700">
<i data-feather="linkedin" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 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-1 md:grid-cols-4 gap-8 mb-12">
<div>
<div class="flex items-center mb-6">
<i data-feather="truck" class="text-red-600 mr-2"></i>
<span class="heading-font text-2xl font-bold">VIP Movers</span>
<span class="text-red-600 heading-font">Uganda</span>
</div>
<p class="text-gray-400 mb-6">
Professional moving services in Uganda with over 10 years of experience. We ensure safe and timely relocation for residential and commercial clients.
</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="linkedin" class="w-5 h-5"></i>
</a>
</div>
</div>
<div>
<h3 class="heading-font text-lg font-bold mb-6">Our Services</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white">Residential Moving</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Commercial Moving</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">International Moving</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Packing Services</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Storage Solutions</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Specialized Moving</a></li>
</ul>
</div>
<div>
<h3 class="heading-font text-lg font-bold mb-6">Quick Links</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white">Home</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white">Services</a></li>
<li><a href="#about" class="text-gray-400 hover:text-white">About Us</a></li>
<li><a href="#testimonials" class="text-gray-400 hover:text-white">Testimonials</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white">Contact</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Get Quote</a></li>
</ul>
</div>
<div>
<h3 class="heading-font text-lg font-bold mb-6">Newsletter</h3>
<p class="text-gray-400 mb-4">Subscribe to our newsletter for moving tips and special offers.</p>
<form class="flex">
<input type="email" placeholder="Your email" class="px-4 py-2 w-full rounded-l-lg focus:outline-none text-gray-800">
<button class="bg-red-600 hover:bg-red-700 px-4 rounded-r-lg">
<i data-feather="send" class="w-5 h-5 text-white"></i>
</button>
</form>
</div>
</div>
<div class="border-t border-gray-800 pt-8 text-center text-gray-400">
<p>&copy; 2023 VIP Movers Uganda. All rights reserved.</p>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 1000,
once: true
});
feather.replace();
// Mobile menu toggle
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
window.scrollTo({
top: target.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
</script>
</body>
</html>