<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Quality Small Engine Repair | Authorized ECHO Dealer | Grand Rapids, MI</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body class="bg-slate-50 text-slate-800 font-sans">

    <!-- Navigation/Header -->
    <nav class="bg-white shadow-sm sticky top-0 z-50">
        <div class="max-w-6xl mx-auto px-4 py-4 flex justify-between items-center">
            <div class="flex items-center space-x-2">
                <div class="bg-emerald-700 text-white p-2 rounded-lg">
                    <i class="fas fa-tools text-xl"></i>
                </div>
                <span class="text-xl font-bold tracking-tight text-slate-900">Quality Small Engine Repair</span>
            </div>
            <div class="hidden md:flex space-x-8 font-medium text-slate-600">
                <a href="#services" class="hover:text-orange-600 transition">Services</a>
                <a href="#about" class="hover:text-orange-600 transition">About</a>
                <a href="#reviews" class="hover:text-orange-600 transition">Reviews</a>
                <a href="#contact" class="hover:text-orange-600 transition">Contact</a>
            </div>
                <a href="#contact" class="bg-emerald-700 text-white px-5 py-2 rounded-full font-bold hover:bg-emerald-800 transition shadow-md">
                <i class="fas fa-phone-alt mr-2"></i>(616) 554-0040
            </a>
        </div>
    </nav>

    <!-- Hero Section -->
    <header class="relative bg-slate-900 py-24 px-4 overflow-hidden">
        <div class="absolute inset-0 opacity-20">
            <img src="https://images.unsplash.com/photo-1597435111333-96699630060e?auto=format&fit=crop&q=80&w=2000" alt="Background" class="w-full h-full object-cover">
        </div>
        <div class="relative max-w-4xl mx-auto text-center">
            <div class="inline-block bg-emerald-600/20 text-emerald-400 px-4 py-1 rounded-full text-sm font-bold mb-6 border border-emerald-600/30">
                <i class="fas fa-certificate mr-2"></i>Authorized ECHO, Briggs & Stratton, and Kohler Dealer
            </div>
            <h1 class="text-4xl md:text-6xl font-extrabold text-white mb-6 leading-tight">
                Expert Repair for Your <span class="text-emerald-500">Small Engines</span>
            </h1>
            <p class="text-xl text-slate-300 mb-10 max-w-2xl mx-auto">
                Keeping your lawnmowers, trimmers, and outdoor power equipment running like new. Reliable service in Grand Rapids.
            </p>
            <div class="flex flex-col sm:flex-row justify-center gap-4">
                <a href="#contact" class="bg-emerald-700 text-white px-5 py-2 rounded-full font-bold hover:bg-emerald-800 transition shadow-md">
                    Request a Service
                </a>
                <a href="tel:6165540040" class="bg-white/10 backdrop-blur-md text-white border border-white/20 px-8 py-4 rounded-lg font-bold text-lg hover:bg-white/20 transition">
                    Call Now
                </a>
            </div>
        </div>
    </header>

    <!-- Services Section -->
    <section id="services" class="py-20 px-4 max-w-6xl mx-auto">
        <div class="text-center mb-16">
            <h2 class="text-3xl md:text-4xl font-bold text-slate-900 mb-4">Our Services</h2>
            <div class="w-20 h-1.5 bg-emerald-600 mx-auto rounded-full"></div >
        </div>
        
        <div class="grid md:grid-cols-3 gap-8">
            <!-- Service 1 -->
            <div class="bg-white p-8 rounded-2xl shadow-sm border border-slate-100 hover:shadow-md transition">
                <div class="text-emerald-600 text-3xl mb-4"><i class="fas fa-tools"></i></div >
                <h3 class="text-xl font-bold mb-3">Lawn & Garden</h3>
                <p class="text-slate-600">Full service for lawnmowers, push mowers, and riding tractors. From blade sharpening to engine rebuilds.</p>
            </div>
            <!-- Service 2 -->
            <div class="bg-white p-8 rounded-2xl shadow-sm border border-slate-100 hover:shadow-md transition">
                <div class="text-emerald-600 text-3xl mb-4"><i class="fas fa-tools"></i></div >
                <h3 class="text-xl font-bold mb-3">Trimmers & Blowers</h3>
                <p class="text-slate-600">Specialized repair for string trimmers, leaf blowers, and hedge trimmers. Expert service for all major brands.</p>
            </div>
            <!-- Service 3 -->
            <div class="bg-white p-8 rounded-2xl shadow-sm border border-slate-100 hover:shadow-md transition">
                <div class="text-emerald-600 text-3xl mb-4"><i class="fas fa-tools"></i></div >
                <h3 class="text-xl font-bold mb-3">Tune-Ups & Maintenance</h3>
                <p class="text-slate-600">Preventative maintenance to extend the life of your equipment. Carburetor cleaning, spark plugs, and oil changes.</p>
            </div>
        </div>
    </section>

    <!-- Reviews Section -->
    <section id="reviews" class="py-20 bg-slate-100 px-4">
        <div class="max-w-6xl mx-auto">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-slate-900 mb-4">What Our Customers Say</h2>
            <div class="w-20 h-1.5 bg-emerald-600 mx-auto rounded-full"></div >
                <p class="text-slate-600 mt-4">Trusted by the Grand Rapids community for honest and reliable service.</p>
            </div>

            <div class="grid md:grid-cols-3 gap-8">
                <!-- Review 1 -->
                <div class="bg-white p-8 rounded-2xl shadow-sm border border-slate-200">
                    <div class="flex text-emerald-500 mb-4">
                        <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>
                    <p class="text-slate-700 italic mb-6">"Honest pricing and very reliable. They really know their stuff when it comes to small engines."</p>
                    <div class="flex items-center">
                        <div class="w-10 h-10 bg-slate-200 rounded-full flex items-center justify-center mr-3">
                            <i class="fas fa-user text-slate-500"></i>
                        </div>
                        <span class="font-bold text-slate-900">Local Customer</span>
                    </div>
                </div>

                <!-- Review 2 -->
                <div class="bg-white p-8 rounded-2xl shadow-sm border border-slate-200">
                    <div class="flex text-emerald-500 mb-4">
                        <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>
                    <p class="text-slate-700 italic mb-6">"Great service! They helped me get my mower back in shape quickly before the mowing season started."</p>
                    <div class="flex items-center">
                        <div class="w-10 h-10 bg-slate-200 rounded-full flex items-center justify-center mr-3">
                            <i class="fas fa-user text-slate-500"></i>
                        </div>
                        <span class="font-bold text-slate-900">Satisfied Homeowner</span>
                    </div>
                </div>

                <!-- Review 3 -->
                <div class="bg-white p-8 rounded-2xl shadow-sm border border-slate-200">
                    <div class="flex text-emerald-500 mb-4">
                        <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>
                    <p class="text-slate-700 italic mb-6">"Professional, knowledgeable, and fair. Highly recommend for anyone needing small engine work."</p>
                    <div class="flex items-center">
                        <div class="w-10 h-10 bg-slate-200 rounded-full flex items-center justify-center mr-3">
                            <i class="fas fa-user text-slate-500"></i>
                        </div>
                        <span class="font-bold text-slate-900">Grand Rapids Resident</span>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- About/Trust Section -->
    <section id="about" class="bg-white py-20 px-4">
        <div class="max-w-5xl mx-auto grid md:grid-cols-2 gap-12 items-center">
            <div>
                <h2 class="text-3xl font-bold text-slate-900 mb-6">Why Choose Quality Small Engine Repair?</h2>
                <ul class="space-y-4">
                    <li class="flex items-start">
                        <i class="fas fa-check-circle text-emerald-600 mt-1 mr-3"></i>
                        <span><strong class="text-slate-900">Authorized Dealer:</strong> We service ECHO, Briggs & Stratton, Kohler, Snapper, and more with genuine parts.</span>
                    </li>
                    <li class="flex items-start">
                        <i class="fas fa-check-circle text-emerald-600 mt-1 mr-3"></i>
                        <span><strong class="text-slate-900">Local Expertise:</strong> Proudly serving the Grand Rapids and Kent County community.</span>
                    </li>
                    <li class="flex items-start">
                        <i class="fas fa-check-circle text-emerald-600 mt-1 mr-3"></i>
                        <span><strong class="text-slate-900">Fast Turnaround:</strong> We know you need your gear back for the season.</span>
                    </li>
                </ul>
            </div>
            <div class="bg-slate-50 p-8 rounded-2xl shadow-lg border border-slate-200">
                <h3 class="text-xl font-bold mb-4 text-center">Business Hours</h3>
                <div class="space-y-3 text-slate-600">
                    <div class="flex justify-between border-b pb-2"><span class="font-medium">Monday</span> <span class="text-slate-900">9:00 AM - 4:00 PM</span></div>
                    <div class="flex justify-between border-b pb-2"><span class="font-medium">Tuesday</span> <span class="text-slate-900">9:00 AM - 4:00 PM</span></div>
                    <div class="flex justify-between border-b pb-2"><span class="font-medium">Wednesday</span> <span class="text-slate-900">9:00 AM - 4:00 PM</span></div>
                    <div class="flex justify-between border-b pb-2"><span class="font-medium">Thursday</span> <span class="text-slate-900">9:00 AM - 4:00 PM</span></div>
                    <div class="flex justify-between border-b pb-2"><span class="font-medium">Friday</span> <span class="text-slate-900">9:00 AM - 4:00 PM</span></div>
                    <div class="flex justify-between text-emerald-600 font-bold"><span class="font-medium">Saturday - Sunday</span> <span>Closed</span></div >
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Section -->
    <section id="contact" class="py-20 px-4 max-w-6xl mx-auto">
        <div class="grid md:grid-cols-2 gap-16">
            <div>
                <h2 class="text-3xl font-bold text-slate-900 mb-6">Get In Touch</h2>
                <p class="text-lg text-slate-600 mb-8">
                    Have a question about a repair or want to schedule a tune-up? Drop us a message or visit our shop.
                </p>
                
                <div class="space-y-6">
                    <div class="flex items-center">
                        <div class="w-12 h-12 bg-emerald-100 text-emerald-600 rounded-full flex items-center justify-center mr-4">
                            <i class="fas fa-map-marker-alt"></i>
                        </div>
                        <div>
                            <p class="text-sm text-slate-500 uppercase font-bold tracking-wider">Address</p>
                            <p class="text-slate-900 font-medium">1562 68th St SE, Grand Rapids, MI 49508</p>
                        </div>
                    </div>
                    <div class="flex items-center">
                        <div class="w-12 h-12 bg-emerald-100 text-emerald-600 rounded-full flex items-center justify-center mr-4">
                            <i class="fas fa-phone"></i>
                        </div>
                        <div>
                            <p class="text-sm text-slate-500 uppercase font-bold tracking-wider">Phone</p>
                            <a href="tel:6165540040" class="text-slate-900 font-medium hover:text-orange-600 transition">(616) 554-0040</a>
                        </div>
                    </div>
                    <div class="flex items-center">
                        <div class="w-12 h-12 bg-emerald-100 text-emerald-600 rounded-full flex items-center justify-center mr-4">
                            <i class="fas fa-envelope"></i>
                        </div>
                        <div>
                            <p class="text-sm text-slate-500 uppercase font-bold tracking-wider">Email</p>
                            <a href="mailto:qualityser.chad@gmail.com" class="text-slate-900 font-medium hover:text-orange-600 transition">qualityser.chad@gmail.com</a>
                        </div>
                    </div>
                </div>
            </div>

            <div class="bg-white p-8 rounded-2xl shadow-xl border border-slate-100">
                <h3 class="text-2xl font-bold mb-6">Send a Message</h3>
                <form class="space-y-4">
                    <div>
                        <label class="block text-sm font-semibold text-slate-700 mb-1">Full Name</label>
                        <input type="text" placeholder="John Doe" class="w-full p-3 bg-slate-50 border border-slate-200 rounded-lg focus:ring-2 focus:ring-emerald-500 focus:border-transparent outline-none transition">
                    </div>
                    <div>
                        <label class="block text-sm font-semibold text-slate-700 mb-1">Email Address</label>
                        <input type="email" placeholder="john@example.com" class="w-full p-3 bg-slate-50 border border-slate-200 rounded-lg focus:ring-2 focus:ring-emerald-500 focus:border-transparent outline-none transition">
                    </div>
                    <div>
                        <label class="block text-sm font-semibold text-slate-700 mb-1">How can we help?</label>
                        <textarea rows="4" placeholder="Describe your equipment and the issue..." class="w-full p-3 bg-slate-50 border border-slate-200 rounded-lg focus:ring-2 focus:ring-emerald-500 focus:border-transparent outline-none transition"></textarea>
                    </div>
                    <button type="submit" class="w-full bg-emerald-700 text-white py-4 rounded-lg font-bold text-lg hover:bg-emerald-800 transition shadow-lg">
                        Send Message
                    </button>
                </form>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-slate-900 text-slate-400 py-12 px-4">
        <div class="max-w-6xl mx-auto text-center">
            <div class="flex justify-center items-center space-x-2 mb-6">
                <div class="bg-emerald-700 text-white p-1.5 rounded">
                    <i class="fas fa-tools text-sm"></i>
                </div >
                <span class="text-white font-bold">Quality Small Engine Repair</span>
            </div >
            <p class="mb-4">Serving Grand Rapids, MI and surrounding areas.</p>
            <div class="border-t border-slate-800 pt-8 text-sm">
                &copy; 2026 Quality Small Engine Repair. All rights reserved.
            </div >
        </div >
    </footer>

</body>
</html>