<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>HomeGuard Pro - AI-Powered Home Maintenance</title> <meta name="description" content="HomeGuard Pro is an AI-powered solution for homeowners, offering predictive maintenance, 24/7 emergency response, and cost optimization. Take control of your home maintenance today."> <meta name="keywords" content="AI home maintenance, homeowner maintenance app, predictive home maintenance, HomeGuard Pro, smart home maintenance, emergency home repair, DIY home repair guide, warranty tracking app, contractor management software, home maintenance cost optimization, post-warranty home solutions"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <style> /* General Styles */ body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; margin: 0; padding: 0; background-color: #f9f9f9; color: #333; } .container { width: 80%; margin: auto; overflow: hidden; padding: 0 20px; } /* Header */ header { background: #fff; padding: 1rem 0; border-bottom: 1px solid #ddd; position: sticky; top: 0; z-index: 1000; } nav { display: flex; justify-content: space-between; align-items: center; width: 90%; margin: auto; } .logo { font-size: 1.5rem; font-weight: bold; color: #333; } .nav-links { list-style: none; display: flex; } .nav-links li { margin-left: 20px; } .nav-links a { text-decoration: none; color: #333; font-weight: 500; transition: color 0.3s ease; } .nav-links a:hover { color: #007bff; } .cta-button { background: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .cta-button:hover { background: #0056b3; } /* Hero Section */ #hero { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1580587771525-78b9dba3b914?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1974&q=80') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 0; } .hero-content h1 { font-size: 3rem; margin-bottom: 20px; } .hero-content p { font-size: 1.2rem; margin-bottom: 30px; } .cta-button-large { background: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2rem; font-weight: bold; transition: background-color 0.3s ease; } .cta-button-large:hover { background: #0056b3; } /* Sections */ section { padding: 60px 0; } section h2 { text-align: center; font-size: 2.5rem; margin-bottom: 40px; } .section-intro { text-align: center; max-width: 800px; margin: 0 auto 40px auto; } /* Features Section */ .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; width: 90%; margin: auto; } .feature-card { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); text-align: center; } .feature-card i { font-size: 2.5rem; color: #007bff; margin-bottom: 20px; } .feature-card h3 { font-size: 1.5rem; margin-bottom: 15px; } /* How It Works Section */ .how-it-works-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; width: 90%; margin: auto; } .step-card { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); text-align: center; } .step-number { width: 50px; height: 50px; background: #007bff; color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; font-weight: bold; margin: 0 auto 20px auto; } /* Pricing Section */ .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; width: 90%; margin: auto; } .pricing-card { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); text-align: center; } .pricing-card.popular { border: 2px solid #007bff; transform: scale(1.05); } .pricing-card h3 { font-size: 1.5rem; margin-bottom: 15px; } .price { font-size: 2.5rem; font-weight: bold; margin-bottom: 20px; } .price span { font-size: 1rem; font-weight: normal; } .pricing-card ul { list-style: none; padding: 0; margin-bottom: 30px; } .pricing-card li { margin-bottom: 10px; } /* Testimonials Section */ .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; width: 90%; margin: auto; } .testimonial-card { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .quote { font-style: italic; margin-bottom: 20px; } .author { font-weight: bold; text-align: right; } /* FAQ Section */ .faq-grid { max-width: 800px; margin: auto; } .faq-item { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); margin-bottom: 20px; } .faq-item h3 { font-size: 1.2rem; margin-bottom: 10px; } /* Final CTA Section */ #final-cta { background: #007bff; color: #fff; text-align: center; padding: 60px 0; } #final-cta h2 { font-size: 2.5rem; margin-bottom: 20px; } #final-cta p { font-size: 1.2rem; margin-bottom: 30px; } /* Footer */ footer { background: #333; color: #fff; padding: 40px 0 20px 0; } .footer-content { display: flex; justify-content: space-between; width: 90%; margin: auto; flex-wrap: wrap; } .footer-section { flex: 1; min-width: 200px; margin-bottom: 20px; } .footer-section h4 { font-size: 1.2rem; margin-bottom: 15px; } .footer-section ul { list-style: none; padding: 0; } .footer-section li { margin-bottom: 10px; } .footer-section a { text-decoration: none; color: #fff; transition: color 0.3s ease; } .footer-section a:hover { color: #007bff; } .social-icons a { margin-right: 15px; font-size: 1.5rem; } .footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid #555; margin-top: 20px; } /* Responsive */ @media (max-width: 768px) { .nav-links { display: none; } .hero-content h1 { font-size: 2.5rem; } .footer-content { flex-direction: column; text-align: center; } } </style> </head> <body> <!-- Header --> <header> <nav> <div class="logo">HomeGuard Pro</div> <ul class="nav-links"> <li><a href="#features">Features</a></li> <li><a href="#how-it-works">How It Works</a></li> <li><a href="#pricing">Pricing</a></li> <li><a href="#faq">FAQ</a></li> </ul> <a href="#" class="cta-button">Get Started</a> </nav> </header> <!-- Hero Section --> <section id="hero"> <div class="hero-content"> <h1>Stop Worrying About Home Repairs. Start Living.</h1> <p>HomeGuard Pro is the all-in-one AI-powered solution that manages your home's maintenance, predicts problems before they happen, and connects you with trusted professionals—24/7.</p> <a href="#" class="cta-button-large">Get Your Free Home Assessment</a> </div> </section> <!-- Problem/Solution Section --> <section id="problem-solution"> <h2>The Hidden Costs of Homeownership Are Stressful. We Get It.</h2> <p class="section-intro">Unexpected repairs, appliance failures, and the endless search for reliable contractors can turn your dream home into a source of constant anxiety. 83% of homeowners face surprise repairs each year, costing thousands and wasting precious time.</p> <p class="section-intro">HomeGuard Pro is your home's dedicated guardian. Our AI-powered ecosystem of six specialized agents works around the clock to protect your investment, save you money, and give you back your peace of mind.</p> </section> <!-- Features Section --> <section id="features"> <h2>Your Personal AI Home Management Team</h2> <div class="features-grid"> <div class="feature-card"> <i class="fas fa-bolt"></i> <h3>24/7 Emergency Support</h3> <p>Water leak at 3 AM? HVAC failure on a holiday? Our Emergency Response Agent dispatches a verified contractor in under 15 minutes, any time, any day.</p> </div> <div class="feature-card"> <i class="fas fa-calendar-check"></i> <h3>Predict and Prevent</h3> <p>Our AI analyzes your home's data to predict potential issues and schedules preventive maintenance, saving you from costly emergency repairs.</p> </div> <div class="feature-card"> <i class="fas fa-coins"></i> <h3>Save on Every Project</h3> <p>From materials to contractors, our agent compares over 50 providers in real-time to ensure you get the best price, guaranteed.</p> </div> <div class="feature-card"> <i class="fas fa-tools"></i> <h3>Your Personal DIY Guru</h3> <p>Tackle repairs with confidence. Our AR-powered DIY agent provides step-by-step video guidance, safety checks, and tool recommendations.</p> </div> <div class="feature-card"> <i class="fas fa-file-invoice-dollar"></i> <h3>Never Miss a Claim</h3> <p>We track all your appliance and home warranties, alert you before they expire, and even automate the claim-filing process for you.</p> </div> <div class="feature-card"> <i class="fas fa-hard-hat"></i> <h3>Trusted Pros, On-Demand</h3> <p>Get matched with top-rated, background-checked, and insured contractors for any job, big or small.</p> </div> </div> </section> <!-- How It Works Section --> <section id="how-it-works"> <h2>Effortless Home Maintenance in Three Simple Steps</h2> <div class="how-it-works-grid"> <div class="step-card"> <div class="step-number">1</div> <h3>Tell Us About Your Home</h3> <p>Complete a simple online profile of your home and appliances. Our AI gets to work immediately, creating a custom maintenance plan.</p> </div> <div class="step-card"> <div class="step-number">2</div> <h3>Get Proactive Alerts & Guidance</h3> <p>Receive notifications for maintenance tasks, potential issues, and cost-saving opportunities directly on your phone.</p> </div> <div class="step-card"> <div class="step-number">3</div> <h3>Relax and Enjoy Your Home</h3> <p>Whether it's a DIY project or a major repair, HomeGuard Pro handles the logistics, so you can enjoy your home, worry-free.</p> </div> </div> </section> <!-- Pricing Section --> <section id="pricing"> <h2>Choose the Plan That's Right for You</h2> <div class="pricing-grid"> <div class="pricing-card"> <h3>Basic Plan</h3> <p class="price">$19.99<span>/month</span></p> <ul> <li>Emergency Response (15-min)</li> <li>Basic Preventive Maintenance</li> <li>Cost Optimization Alerts</li> <li>Limited DIY Tutorials</li> <li>Warranty Tracking (5 items)</li> </ul> <a href="#" class="cta-button">Choose Plan</a> </div> <div class="pricing-card popular"> <h3>Pro Plan</h3> <p class="price">$39.99<span>/month</span></p> <ul> <li>All Basic Features</li> <li>Advanced AI Predictions</li> <li>Unlimited DIY with AR</li> <li>Priority Contractor Matching</li> <li>Unlimited Warranty Tracking</li> </ul> <a href="#" class="cta-button">Choose Plan</a> </div> <div class="pricing-card"> <h3>Premium Plan</h3> <p class="price">$79.99<span>/month</span></p> <ul> <li>All Pro Features</li> <li>24/7 Live Support</li> <li>Guaranteed Savings</li> <li>Premium Contractor Network</li> <li>Concierge Service</li> </ul> <a href="#" class="cta-button">Choose Plan</a> </div> </div> </section> <!-- Testimonials Section --> <section id="testimonials"> <h2>What Homeowners Are Saying</h2> <div class="testimonial-grid"> <div class="testimonial-card"> <p class="quote">"HomeGuard Pro saved us from a flooded basement. The emergency response was incredibly fast, and the contractor was top-notch. I can't imagine not having it now."</p> <p class="author">- Sarah J., Austin, TX</p> </div> <div class="testimonial-card"> <p class="quote">"The preventive maintenance alerts are a game-changer. We've avoided at least two major repairs this year alone. It's like having a home expert on call 24/7."</p> <p class="author">- Mark T., San Diego, CA</p> </div> </div> </section> <!-- FAQ Section --> <section id="faq"> <h2>Frequently Asked Questions</h2> <div class="faq-grid"> <div class="faq-item"> <h3>What happens after my home warranty expires?</h3> <p>That's where we shine. HomeGuard Pro is designed specifically for post-warranty homeowners, providing comprehensive coverage and support when you need it most.</p> </div> <div class="faq-item"> <h3>How does the AI predict maintenance needs?</h3> <p>Our AI uses a combination of your home's age, appliance data, local weather patterns, and data from thousands of other homes to predict potential issues with remarkable accuracy.</p> </div> <div class="faq-item"> <h3>Are the contractors in your network reliable?</h3> <p>Absolutely. Every contractor in our network undergoes a rigorous vetting process, including background checks, insurance verification, and quality scoring.</p> </div> </div> </section> <!-- Final CTA Section --> <section id="final-cta"> <h2>Ready to Take Control of Your Home Maintenance?</h2> <p>Join thousands of homeowners who have switched to a smarter, more proactive way of managing their homes.</p> <a href="#" class="cta-button-large">Sign Up for HomeGuard Pro Today</a> </section> <!-- Footer --> <footer> <div class="footer-content"> <div class="footer-section"> <h4>HomeGuard Pro</h4> <p>Your partner in smart home maintenance.</p> </div> <div class="footer-section"> <h4>Quick Links</h4> <ul> <li><a href="#features">Features</a></li> <li><a href="#pricing">Pricing</a></li> <li><a href="#faq">FAQ</a></li> </ul> </div> <div class="footer-section"> <h4>Legal</h4> <ul> <li><a href="#">Privacy Policy</a></li> <li><a href="#">Terms of Service</a></li> </ul> </div> <div class="footer-section"> <h4>Connect With Us</h4> <div class="social-icons"> <a href="#"><i class="fab fa-twitter"></i></a> <a href="#"><i class="fab fa-facebook-f"></i></a> <a href="#"><i class="fab fa-linkedin-in"></i></a> </div> </div> </div> <div class="footer-bottom"> <p>&copy; 2025 HomeGuard Pro. All Rights Reserved.</p> </div> </footer> <script> document.addEventListener('DOMContentLoaded', function() { // Smooth scrolling for anchor links document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); }); }); </script> </body> </html>