<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>BackyardPartner | Fund, Build & Manage Your Backyard ADU</title>

  <script src="https://cdn.tailwindcss.com"></script>

  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">

  <style>

    .hero-bg { background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('https://picsum.photos/id/1015/2000/1200') center/cover no-repeat; }

  </style>

</head>

<body class="font-sans">


  <!-- Navbar -->

  <nav class="bg-white shadow-md sticky top-0 z-50">

    <div class="max-w-7xl mx-auto px-6 py-5 flex justify-between items-center">

      <div class="flex items-center gap-3">

        <div class="w-10 h-10 bg-emerald-600 rounded-2xl flex items-center justify-center text-white text-2xl">🏡</div>

        <span class="text-3xl font-bold text-emerald-700">BackyardPartner</span>

      </div>

      <div class="hidden md:flex items-center gap-8 text-lg">

        <a href="#how" class="hover:text-emerald-600 transition">How It Works</a>

        <a href="#why" class="hover:text-emerald-600 transition">Why Us</a>

        <a href="#stories" class="hover:text-emerald-600 transition">Success Stories</a>

        <a href="#contact" class="hover:text-emerald-600 transition">Contact</a>

      </div>

      <a href="#contact" class="bg-emerald-600 hover:bg-emerald-700 text-white px-8 py-3 rounded-2xl font-semibold transition">Get Free Assessment</a>

    </div>

  </nav>


  <!-- Hero -->

  <section class="hero-bg h-screen flex items-center text-white">

    <div class="max-w-4xl mx-auto px-6 text-center">

      <h1 class="text-6xl md:text-7xl font-bold leading-none mb-6">

        Your Backyard,<br><span class="text-emerald-400">Our Partnership</span>

      </h1>

      <p class="text-3xl md:text-4xl mb-8 text-emerald-100">

        We fund • We build • We manage your ADU or guest house<br>

        Turn your unused backyard into monthly passive income

      </p>

      <div class="flex flex-col md:flex-row gap-4 justify-center">

        <a href="#contact" class="bg-white text-emerald-700 hover:bg-emerald-50 text-2xl font-semibold px-12 py-6 rounded-3xl inline-flex items-center justify-center gap-3">

          <i class="fas fa-handshake"></i>

          Become Our Backyard Partner

        </a>

        <a href="#how" class="border-2 border-white hover:bg-white/10 text-2xl font-semibold px-12 py-6 rounded-3xl">

          See the 3-Step Process

        </a>

      </div>

      <p class="mt-12 text-emerald-100 text-xl">Helping 87+ American families earn $2,800+ per month</p>

    </div>

  </section>


  <!-- How It Works -->

  <section id="how" class="py-20 bg-gray-50">

    <div class="max-w-7xl mx-auto px-6">

      <h2 class="text-5xl font-bold text-center mb-16">3 Simple Steps to Passive Income</h2>

      <div class="grid md:grid-cols-3 gap-10">

        <div class="bg-white p-10 rounded-3xl shadow-xl text-center">

          <div class="text-6xl mb-6">📍</div>

          <h3 class="text-3xl font-semibold mb-4">1. Submit Your Backyard</h3>

          <p class="text-gray-600 text-lg">Send photos + address. We evaluate feasibility and projected income in 48 hours — free.</p>

        </div>

        <div class="bg-white p-10 rounded-3xl shadow-xl text-center border-2 border-emerald-600">

          <div class="text-6xl mb-6">💰</div>

          <h3 class="text-3xl font-semibold mb-4">2. We Fund & Build Everything</h3>

          <p class="text-gray-600 text-lg">We cover 100% of design, permits, construction. You pay nothing upfront.</p>

        </div>

        <div class="bg-white p-10 rounded-3xl shadow-xl text-center">

          <div class="text-6xl mb-6">🔑</div>

          <h3 class="text-3xl font-semibold mb-4">3. We Manage & Rent It Out</h3>

          <p class="text-gray-600 text-lg">We handle marketing, tenant screening, rent collection, and maintenance. You get monthly profit share.</p>

        </div>

      </div>

    </div>

  </section>


  <!-- Why Us -->

  <section id="why" class="py-20">

    <div class="max-w-7xl mx-auto px-6">

      <h2 class="text-5xl font-bold text-center mb-16">Why American Homeowners Choose BackyardPartner</h2>

      <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">

        <div class="text-center">

          <i class="fas fa-dollar-sign text-6xl text-emerald-600 mb-6"></i>

          <h4 class="text-2xl font-semibold mb-3">Zero Down Payment</h4>

          <p class="text-gray-600">We provide 100% financing. You only provide the land.</p>

        </div>

        <div class="text-center">

          <i class="fas fa-hard-hat text-6xl text-emerald-600 mb-6"></i>

          <h4 class="text-2xl font-semibold mb-3">Full Turnkey Service</h4>

          <p class="text-gray-600">Permits, design, construction, inspections — we handle everything.</p>

        </div>

        <div class="text-center">

          <i class="fas fa-chart-line text-6xl text-emerald-600 mb-6"></i>

          <h4 class="text-2xl font-semibold mb-3">High Returns</h4>

          <p class="text-gray-600">Average 18-28% annualized ROI with contract-protected profit share.</p>

        </div>

        <div class="text-center">

          <i class="fas fa-shield-alt text-6xl text-emerald-600 mb-6"></i>

          <h4 class="text-2xl font-semibold mb-3">Zero Risk for You</h4>

          <p class="text-gray-600">All construction and operational risk is on us.</p>

        </div>

      </div>

    </div>

  </section>


  <!-- Success Stories -->

  <section id="stories" class="py-20 bg-emerald-700 text-white">

    <div class="max-w-7xl mx-auto px-6">

      <h2 class="text-5xl font-bold text-center mb-16">Real Homeowners, Real Results</h2>

      <div class="grid md:grid-cols-3 gap-8">

        <div class="bg-white/10 backdrop-blur p-8 rounded-3xl">

          <p class="italic text-xl">"My backyard sat unused for years. BackyardPartner built a beautiful ADU in 3 months. Now I get $3,200/month with zero effort!"</p>

          <div class="mt-8 flex items-center gap-4">

            <div class="w-12 h-12 bg-emerald-300 rounded-2xl"></div>

            <div>

              <div class="font-semibold">Michael Chen — Los Angeles, CA</div>

              <div class="text-emerald-300">December 2025</div>

            </div>

          </div>

        </div>

        <div class="bg-white/10 backdrop-blur p-8 rounded-3xl">

          <p class="italic text-xl">"First-time ADU owner. Their team made everything stress-free. Clear contract, on-time payments every month."</p>

          <div class="mt-8 flex items-center gap-4">

            <div class="w-12 h-12 bg-emerald-300 rounded-2xl"></div>

            <div>

              <div class="font-semibold">Sarah Patel — San Jose, CA</div>

              <div class="text-emerald-300">March 2026</div>

            </div>

          </div>

        </div>

        <div class="bg-white/10 backdrop-blur p-8 rounded-3xl">

          <p class="italic text-xl">"From evaluation to renting — under 4 months. Best decision for my property!"</p>

          <div class="mt-8 flex items-center gap-4">

            <div class="w-12 h-12 bg-emerald-300 rounded-2xl"></div>

            <div>

              <div class="font-semibold">David Rodriguez — Austin, TX</div>

              <div class="text-emerald-300">January 2026</div>

            </div>

          </div>

        </div>

      </div>

    </div>

  </section>


  <!-- CTA -->

  <section id="contact" class="py-20 bg-white">

    <div class="max-w-3xl mx-auto px-6 text-center">

      <h2 class="text-5xl font-bold mb-6">Ready to Turn Your Backyard Into Income?</h2>

      <p class="text-2xl text-gray-600 mb-10">Fill out the form below. We'll contact you within 24 hours for a free backyard assessment.</p>

      

      <form class="space-y-6 bg-gray-50 p-10 rounded-3xl shadow-2xl">

        <div class="grid md:grid-cols-2 gap-6">

          <input type="text" placeholder="Full Name" class="w-full px-6 py-5 rounded-2xl border focus:outline-none focus:border-emerald-600">

          <input type="tel" placeholder="Phone Number" class="w-full px-6 py-5 rounded-2xl border focus:outline-none focus:border-emerald-600">

        </div>

        <input type="email" placeholder="Email Address" class="w-full px-6 py-5 rounded-2xl border focus:outline-none focus:border-emerald-600">

        <textarea placeholder="Your backyard address or brief description (optional)" rows="4" class="w-full px-6 py-5 rounded-2xl border focus:outline-none focus:border-emerald-600"></textarea>

        

        <button type="submit" class="w-full bg-emerald-600 hover:bg-emerald-700 text-white text-2xl font-semibold py-7 rounded-3xl transition">

          Submit for Free Assessment

        </button>

      </form>

    </div>

  </section>


  <!-- Footer -->

  <footer class="bg-gray-900 text-white py-16">

    <div class="max-w-7xl mx-auto px-6 grid md:grid-cols-4 gap-10">

      <div>

        <div class="flex items-center gap-3 mb-6">

          <div class="w-10 h-10 bg-emerald-600 rounded-2xl flex items-center justify-center text-white text-3xl">🏡</div>

          <span class="text-3xl font-bold">BackyardPartner</span>

        </div>

        <p class="text-gray-400">America's Trusted Backyard ADU Investment Partner</p>

      </div>

      <div>

        <h5 class="font-semibold mb-4">Quick Links</h5>

        <a href="#how" class="block text-gray-400 hover:text-white mb-2">How It Works</a>

        <a href="#why" class="block text-gray-400 hover:text-white mb-2">Why Choose Us</a>

        <a href="#stories" class="block text-gray-400 hover:text-white">Success Stories</a>

      </div>

      <div>

        <h5 class="font-semibold mb-4">Contact</h5>

        <p class="text-gray-400">📞 (415) 555-0187</p>

        <p class="text-gray-400">✉️ hello@backyardpartner.com</p>

        <p class="text-gray-400 mt-6">Serving all 50 states • Focus: CA, TX, FL</p>

      </div>

      <div>

        <p class="text-xs text-gray-500">© 2026 BackyardPartner LLC. All Rights Reserved.</p>

      </div>

    </div>

  </footer>

</body>

</html>