MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/sb_web/b1705/dacroe.com/
File Upload :
Current < : //hermes/sb_web/sb_web/b1705/dacroe.com/index.php

<!-- index.php (Homepage) -->
<?php
$pageTitle = 'Home';
$metaDescription = 'Secure & Affordable Outdoor Vehicle Storage – Your Trusted Storage Solution';
$metaKeywords = 'outdoor vehicle storage, RV storage, boat storage, truck storage';
include 'header.php'; ?>

<!-- Hero Section -->
<section class="bg-image text-white text-center d-flex align-items-center" style="background:url('/assets/images/storage-hero.jpeg') center/cover no-repeat; height:60vh;">
  <div class="container">
    <h1 class="display-4 fw-bold">Secure &amp; Affordable Outdoor Vehicle Storage</h1>
    <p class="lead mb-4">Your Trusted Storage Solution — Reserve Online in Minutes</p>
    <a href="/storage-reservation.php" class="btn btn-lg btn-custom">Book Now</a>
  </div>
</section>

<!-- What We Store Section -->
<section class="py-5 bg-light">
  <div class="container">
    <div class="row align-items-start">
      <div class="col-md-6 border-end">
        <div class="d-flex flex-column justify-content-start h-100">
          <h2 class="mb-3">Safe, Spacious, and Convenient Storage for Your Vehicles</h2>
          <p>We provide affordable and protected storage options for all types of vehicles. Whether you need short-term or long-term vehicle storage, our facility offers easy access, competitive pricing, and 24/7 surveillance.</p>
        </div>
      </div>
      <div class="col-md-6 ps-md-5">
        <div class="d-flex flex-column justify-content-start h-100">
          <h2 class="mb-3">What We Store:</h2>
          <ul class="list-unstyled">
            <li>🚐 RVs &amp; Campers</li>
            <li>🚤 Boats &amp; Trailers</li>
            <li>🛻 Pickup Trucks &amp; Work Vehicles</li>
            <li>🚚 Box Trucks &amp; Delivery Vehicles</li>
            <li>🚜 Construction Equipment</li>
            <li>🚗 Cars &amp; Extra Vehicles</li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- Select Your Unit Section with alternating background -->
<section class="py-5 bg-light">
  <div class="container">
    <h2 class="mb-4">Select Your Unit</h2>
    <div class="row row-cols-1 row-cols-md-3 g-4">
      
      <div class="col">
        <div class="card h-100 shadow-sm">
          <div class="d-flex justify-content-center gap-2 px-3 pt-3">
            <img src="/assets/images/unit-10x20-e1.jpg" class="example-img" alt="Stored Small Trailer" loading="lazy" />
            <img src="/assets/images/unit-10x20-e2.jpg" class="example-img" alt="Stored Compact Car" loading="lazy" />
            <img src="/assets/images/unit-10x20-e3.jpeg" class="example-img" alt="Stored Small Camper" loading="lazy" />
          </div>
          <div class="card-body text-center">
            <h5 class="card-title">10×20</h5>
            <p class="card-text">$70 / month</p>
            <a href="/storage-reservation.php?unit=10x20" class="btn btn-primary">Select</a>
          </div>
        </div>
      </div>
      
      <div class="col">
        <div class="card h-100 shadow-sm">
          <div class="d-flex justify-content-center gap-2 px-3 pt-3">
            <img src="/assets/images/unit-10x30-e1.jpg" class="example-img" alt="Stored Mid Size Car Example" loading="lazy" />
            <img src="/assets/images/unit-10x30-e2.jpg" class="example-img" alt="Stored Camper Example" loading="lazy" />
            <img src="/assets/images/unit-10x30-e3.jpg" class="example-img" alt="Stored Pickup Truck Example" loading="lazy" />
          </div>
          <div class="card-body text-center">
            <h5 class="card-title">10×30</h5>
            <p class="card-text">$80 / month</p>
            <a href="/storage-reservation.php?unit=10x30" class="btn btn-primary">Select</a>
          </div>
        </div>
      </div>
      
      <div class="col">
        <div class="card h-100 shadow-sm">
        <div class="d-flex justify-content-center gap-2 px-3 pt-3">
            <img src="/assets/images/unit-10x40-e1.jpg" class="example-img" alt="Stored Box Truck Example" loading="lazy" />
            <img src="/assets/images/unit-10x40-e2.jpg" class="example-img" alt="Stored RV Example" loading="lazy" />
            <img src="/assets/images/unit-10x40-e3.jpg" class="example-img" alt="Stored Pickup Truck Example" loading="lazy" />
          </div>
          <div class="card-body text-center">
            <h5 class="card-title">10×40</h5>
            <p class="card-text">$90 / month</p>
            <a href="/storage-reservation.php?unit=10x40" class="btn btn-primary">Select</a>
          </div>
        </div>
      </div>

    </div>
  </div>
</section>


<?php include 'footer.php'; ?>