<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rocky Mountain Home Care | Denver Handyman Services</title>
<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- FontAwesome for Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body class="bg-gray-50 text-gray-800 font-sans">
<!-- 1. HEADER / NAVIGATION -->
<header class="sticky top-0 z-50 bg-white shadow-md">
<div class="container mx-auto px-4 py-4 flex flex-col md:flex-row justify-between items-center gap-4">
<a href="#" class="flex items-center gap-2">
<i class="fa-solid fa-house-chimney text-blue-600 text-2xl"></i>
<span class="font-bold text-xl tracking-tight text-gray-900">Rocky Mountain <span class="text-blue-600">Home Care</span></span>
</a>
<nav class="hidden lg:flex space-x-6 font-medium text-gray-600">
<a href="#home" class="hover:text-blue-600 transition">Home</a>
<a href="#services" class="hover:text-blue-600 transition">Services</a>
<a href="#why-choose-us" class="hover:text-blue-600 transition">Why Choose Us</a>
<a href="#coverage" class="hover:text-blue-600 transition">Coverage</a>
<a href="#testimonials" class="hover:text-blue-600 transition">Testimonials</a>
<a href="#faq" class="hover:text-blue-600 transition">FAQ</a>
</nav>
<div class="flex items-center gap-3">
<a href="tel:7205551234" class="bg-blue-600 hover:bg-blue-700 text-white px-5 py-2.5 rounded-full font-semibold flex items-center gap-2 shadow transition-all transform hover:scale-105 text-sm md:text-base">
<i class="fa-solid fa-phone"></i> Call or Text: (720) 555-1234
</a>
</div>
</div>
</header>
<!-- 2. HERO SECTION -->
<section id="home" class="relative bg-slate-900 text-white py-20 md:py-32 overflow-hidden">
<!-- Background image with opacity -->
<div class="absolute inset-0 z-0 opacity-40 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1200&q=80');"></div>
<div class="container mx-auto px-4 relative z-10 max-w-4xl text-center">
<span class="bg-blue-600/90 text-white text-xs md:text-sm font-bold uppercase tracking-wider px-4 py-1.5 rounded-full mb-6 inline-block">Local Denver, CO Team</span>
<h1 class="text-3xl md:text-5xl lg:text-6xl font-extrabold tracking-tight leading-tight mb-6">
Everything your Denver home needs — <span class="text-blue-400">one trusted call.</span>
</h1>
<p class="text-lg md:text-xl text-gray-300 mb-10 max-w-2xl mx-auto">
Professional maintenance, repairs, and upgrades for both interiors and exteriors. Fast, honest, and 100% guaranteed service.
</p>
<div class="flex flex-col sm:flex-row justify-center items-center gap-4">
<a href="tel:7205551234" class="w-full sm:w-auto bg-blue-600 hover:bg-blue-700 text-white font-bold px-8 py-4 rounded-xl text-lg shadow-lg flex items-center justify-center gap-3 transition">
<i class="fa-solid fa-phone"></i> Call Now
</a>
<a href="sms:7205551234" class="w-full sm:w-auto bg-green-600 hover:bg-green-700 text-white font-bold px-8 py-4 rounded-xl text-lg shadow-lg flex items-center justify-center gap-3 transition">
<i class="fa-solid fa-comment-sms"></i> Text Us Now
</a>
</div>
</div>
</section>
<!-- 3. SERVICES SECTION -->
<section id="services" class="py-20 bg-white">
<div class="container mx-auto px-4">
<div class="text-center max-w-2xl mx-auto mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Our Professional Services</h2>
<p class="text-gray-600">We provide comprehensive home care and handyman solutions backed by expert technicians.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="bg-gray-50 p-8 rounded-2xl border border-gray-100 hover:shadow-xl transition-all duration-300 group">
<div class="w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center mb-6 text-blue-600 text-2xl group-hover:bg-blue-600 group-hover:text-white transition-all">
<i class="fa-solid fa-paint-roller"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Interior & Exterior Painting</h3>
<p class="text-gray-600">Complete refresh for walls, facades, trim, and high-quality finishes built to withstand Colorado's weather.</p>
</div>
<!-- Service 2 -->
<div class="bg-gray-50 p-8 rounded-2xl border border-gray-100 hover:shadow-xl transition-all duration-300 group">
<div class="w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center mb-6 text-blue-600 text-2xl group-hover:bg-blue-600 group-hover:text-white transition-all">
<i class="fa-solid fa-bolt"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Electrical Repairs & Installations</h3>
<p class="text-gray-600">Troubleshooting faults, outlet replacements, modern fixture installations, and safe panel upgrades.</p>
</div>
<!-- Service 3 -->
<div class="bg-gray-50 p-8 rounded-2xl border border-gray-100 hover:shadow-xl transition-all duration-300 group">
<div class="w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center mb-6 text-blue-600 text-2xl group-hover:bg-blue-600 group-hover:text-white transition-all">
<i class="fa-solid fa-faucet-drip"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Plumbing Fixes & Upgrades</h3>
<p class="text-gray-600">Leaky pipe repairs, clog clearing, faucet installations, and water heater maintenance.</p>
</div>
<!-- Service 4 -->
<div class="bg-gray-50 p-8 rounded-2xl border border-gray-100 hover:shadow-xl transition-all duration-300 group">
<div class="w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center mb-6 text-blue-600 text-2xl group-hover:bg-blue-600 group-hover:text-white transition-all">
<i class="fa-solid fa-hammer"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Carpentry & Handyman Services</h3>
<p class="text-gray-600">General household fixes, furniture assembly, door repairs, shelf installations, and custom woodwork.</p>
</div>
<!-- Service 5 -->
<div class="bg-gray-50 p-8 rounded-2xl border border-gray-100 hover:shadow-xl transition-all duration-300 group">
<div class="w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center mb-6 text-blue-600 text-2xl group-hover:bg-blue-600 group-hover:text-white transition-all">
<i class="fa-solid fa-trowel-bricks"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Roof Repairs & Maintenance</h3>
<p class="text-gray-600">Post-storm damage inspections, leak sealing, shingle replacements, and gutter cleaning.</p>
</div>
<!-- Service 6 -->
<div class="bg-gray-50 p-8 rounded-2xl border border-gray-100 hover:shadow-xl transition-all duration-300 group">
<div class="w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center mb-6 text-blue-600 text-2xl group-hover:bg-blue-600 group-hover:text-white transition-all">
<i class="fa-solid fa-seedling"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Garden & Yard Care</h3>
<p class="text-gray-600">Lawn mowing, weed control, seasonal yard cleanups, and property exterior maintenance.</p>
</div>
</div>
</div>
</section>
<!-- 4. WHY CHOOSE US SECTION -->
<section id="why-choose-us" class="py-20 bg-slate-900 text-white">
<div class="container mx-auto px-4">
<div class="text-center max-w-2xl mx-auto mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Why Choose Us</h2>
<p class="text-gray-400">Setting the highest standards of honesty and professionalism across Colorado.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="flex gap-4">
<div class="text-blue-400 text-2xl mt-1"><i class="fa-solid fa-circle-check"></i></div>
<div>
<h4 class="text-xl font-semibold mb-2">Same-Day & Next-Day Service</h4>
<p class="text-gray-400">We understand that home repairs can't wait. We fit your schedule promptly.</p>
</div>
</div>
<div class="flex gap-4">
<div class="text-blue-400 text-2xl mt-1"><i class="fa-solid fa-shield"></i></div>
<div>
<h4 class="text-xl font-semibold mb-2">Fully Licensed & Insured</h4>
<p class="text-gray-400">Your property is safe with backed, certified, and fully legal professionals.</p>
</div>
</div>
<div class="flex gap-4">
<div class="text-blue-400 text-2xl mt-1"><i class="fa-solid fa-hand-holding-dollar"></i></div>
<div>
<h4 class="text-xl font-semibold mb-2">Honest Upfront Pricing</h4>
<p class="text-gray-400">Clear quotes provided before we begin. Absolutely no hidden fees or unexpected costs.</p>
</div>
</div>
<div class="flex gap-4 md:col-start-1 lg:col-start-2">
<div class="text-blue-400 text-2xl mt-1"><i class="fa-solid fa-star"></i></div>
<div>
<h4 class="text-xl font-semibold mb-2">100% Satisfaction Guarantee</h4>
<p class="text-gray-400">The job isn't finished until you are completely happy with the quality of our work.</p>
</div>
</div>
</div>
</div>
</section>
<!-- 5. COVERAGE AREA -->
<section id="coverage" class="py-16 bg-blue-50 border-y border-blue-100">
<div class="container mx-auto px-4 max-w-4xl text-center">
<h3 class="text-2xl md:text-3xl font-bold text-gray-900 mb-4">Service Areas in Metro Denver</h3>
<p class="text-gray-600 text-lg mb-6">Proudly serving the entire Denver metropolitan community and neighboring cities:</p>
<div class="flex flex-wrap justify-center gap-3 font-semibold text-blue-800 text-sm md:text-base">
<span class="bg-white px-4 py-2 rounded-lg shadow-sm border border-blue-100">Denver</span>
<span class="bg-white px-4 py-2 rounded-lg shadow-sm border border-blue-100">Aurora</span>
<span class="bg-white px-4 py-2 rounded-lg shadow-sm border border-blue-100">Lakewood</span>
<span class="bg-white px-4 py-2 rounded-lg shadow-sm border border-blue-100">Thornton</span>
<span class="bg-white px-4 py-2 rounded-lg shadow-sm border border-blue-100">Arvada</span>
<span class="bg-white px-4 py-2 rounded-lg shadow-sm border border-blue-100">Westminster</span>
<span class="bg-white px-4 py-2 rounded-lg shadow-sm border border-blue-100">Centennial</span>
<span class="bg-white px-4 py-2 rounded-lg shadow-sm border border-blue-100">Littleton</span>
</div>
</div>
</section>
<!-- 6. TESTIMONIALS SECTION -->
<section id="testimonials" class="py-20 bg-white">
<div class="container mx-auto px-4 max-w-3xl">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-900">What Our Customers Say</h2>
</div>
<div class="bg-gray-50 p-8 md:p-12 rounded-3xl border border-gray-100 relative shadow-inner">
<div class="text-blue-200 text-6xl absolute top-6 left-6 opacity-40 font-serif">“</div>
<p class="text-xl text-gray-700 italic relative z-10 mb-6 pt-4">
Fixed my leaking roof and painted my whole house — excellent work! Clean, fast, and very professional.
</p>
<div class="flex items-center gap-3">
<div class="w-10 h-10 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold">SM</div>
<div>
<h5 class="font-bold text-gray-900">Sarah M.</h5>
<p class="text-sm text-gray-500">Denver, CO</p>
</div>
</div>
</div>
</div>
</section>
<!-- 7. FREQUENTLY ASKED QUESTIONS (FAQ) -->
<section id="faq" class="py-20 bg-gray-50 border-t border-gray-200">
<div class="container mx-auto px-4 max-w-3xl">
<h2 class="text-3xl font-bold text-center text-gray-900 mb-12">Frequently Asked Questions</h2>
<div class="space-y-6">
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100">
<h4 class="font-bold text-lg text-gray-900 mb-2">Do you charge for estimates?</h4>
<p class="text-gray-600">No, we provide completely free initial estimates based on photos or description details you send us via text message.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100">
<h4 class="font-bold text-lg text-gray-900 mb-2">Do you offer same-day emergency services?</h4>
<p class="text-gray-600">Yes, we do our best to prioritize urgent plumbing or electrical issues on the same day within the Metro Denver area.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100">
<h4 class="font-bold text-lg text-gray-900 mb-2">Are your technicians insured?</h4>
<p class="text-gray-600">Absolutely. Our entire team carries comprehensive general liability insurance and active commercial licenses for your peace of mind.</p>
</div>
</div>
</div>
</section>
<!-- 8. BOTTOM CALL TO ACTION -->
<section class="py-20 bg-blue-600 text-white text-center relative overflow-hidden">
<div class="container mx-auto px-4 max-w-2xl relative z-10">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Ready to get your home back in shape?</h2>
<p class="text-blue-100 text-lg mb-8">Don't let small repairs turn into expensive headaches. Make one trusted call today.</p>
<div class="flex flex-col sm:flex-row justify-center items-center gap-4">
<a href="tel:7205551234" class="w-full sm:w-auto bg-slate-900 hover:bg-slate-800 text-white font-bold px-8 py-4 rounded-xl shadow-md flex items-center justify-center gap-2 transition">
<i class="fa-solid fa-phone"></i> (720) 555-1234
</a>
<a href="sms:7205551234" class="w-full sm:w-auto bg-white hover:bg-gray-100 text-blue-600 font-bold px-8 py-4 rounded-xl shadow-md flex items-center justify-center gap-2 transition">
<i class="fa-solid fa-comment-sms"></i> Text Us Now
</a>
</div>
</div>
</section>
<!-- 9. FOOTER -->
<footer class="bg-slate-950 text-gray-500 py-8 text-sm border-t border-slate-900">
<div class="container mx-auto px-4 flex flex-col md:flex-row justify-between items-center gap-4 text-center md:text-left">
<p>© 2026 Rocky Mountain Home Care. All rights reserved.</p>
<p>Denver, CO | Hours: Mon to Sat - 7:00 AM to 7:00 PM</p>
</div>
</footer>
</body>
</html>