Spaces:
Running
Running
Hardy commited on
take out "small unit" section
Browse files- index.html +3 -15
index.html
CHANGED
|
@@ -144,21 +144,9 @@ background-size: cover;
|
|
| 144 |
<section class="py-16 bg-gray-100">
|
| 145 |
<div class="container mx-auto px-6">
|
| 146 |
<h2 class="text-3xl font-bold text-center text-navy-500 mb-12">Our Storage Solutions</h2>
|
| 147 |
-
<div class="grid grid-cols-1 md:grid-cols-2
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
<img src="http://static.photos/industry/640x360/1" alt="Small Storage Unit" class="w-full h-48 object-cover">
|
| 151 |
-
<div class="p-6">
|
| 152 |
-
<h3 class="text-xl font-semibold text-navy-500 mb-2">Small Unit</h3>
|
| 153 |
-
<p class="text-gray-600 mb-4">Perfect for boxes, small furniture, or seasonal items.</p>
|
| 154 |
-
<div class="flex justify-between items-center">
|
| 155 |
-
<span class="text-navy-500 font-bold">$49/month</span>
|
| 156 |
-
<button class="bg-navy-500 text-white px-4 py-2 rounded hover:bg-navy-600 transition">Book Now</button>
|
| 157 |
-
</div>
|
| 158 |
-
</div>
|
| 159 |
-
</div>
|
| 160 |
-
<!-- Unit 2 -->
|
| 161 |
-
<div class="storage-unit bg-white rounded-lg overflow-hidden shadow-lg">
|
| 162 |
<img src="http://static.photos/industry/640x360/2" alt="Medium Storage Unit" class="w-full h-48 object-cover">
|
| 163 |
<div class="p-6">
|
| 164 |
<h3 class="text-xl font-semibold text-navy-500 mb-2">Medium Unit</h3>
|
|
|
|
| 144 |
<section class="py-16 bg-gray-100">
|
| 145 |
<div class="container mx-auto px-6">
|
| 146 |
<h2 class="text-3xl font-bold text-center text-navy-500 mb-12">Our Storage Solutions</h2>
|
| 147 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 148 |
+
<!-- Unit 1 -->
|
| 149 |
+
<div class="storage-unit bg-white rounded-lg overflow-hidden shadow-lg">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
<img src="http://static.photos/industry/640x360/2" alt="Medium Storage Unit" class="w-full h-48 object-cover">
|
| 151 |
<div class="p-6">
|
| 152 |
<h3 class="text-xl font-semibold text-navy-500 mb-2">Medium Unit</h3>
|