File size: 18,188 Bytes
daf7dfb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c1faf1e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>TAF Storage - Secure Self Storage Solutions</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        navy: {
                            500: '#001f3f',
                            600: '#001a35',
                            700: '#00152b',
                        }
                    }
                }
            }
        }
    </script>
    <style>
        .hero-section {
            background-image: linear-gradient(rgba(0, 31, 63, 0.7), rgba(0, 31, 63, 0.7)), url('http://static.photos/industry/1200x630/5');
            background-size: cover;
background-position: center;
            height: 80vh;
        }
        .storage-unit {
            transition: all 0.3s ease;
        }
        .storage-unit:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
    </style>
</head>
<body class="bg-gray-50">
    <!-- Navigation -->
    <nav class="bg-navy-500 text-white shadow-lg">
        <div class="container mx-auto px-6 py-3">
            <div class="flex justify-between items-center">
                <div class="flex items-center space-x-4">
                    <i data-feather="package" class="w-8 h-8 text-yellow-400"></i>
                    <span class="text-xl font-bold relative">
                        <span class="text-white">TAF</span>
                        <span class="text-yellow-400">Storage</span>
                        <span class="absolute bottom-0 left-0 w-full h-0.5 bg-yellow-400"></span>
                    </span>
</div>
                <div class="hidden md:flex items-center space-x-8">
                    <a href="#" class="text-white hover:text-gray-300">Home</a>
                    <a href="#about" class="text-white hover:text-gray-300">About Us</a>
                    <a href="#location" class="text-white hover:text-gray-300">Location</a>
                    <a href="#contact" class="text-white hover:text-gray-300">Contact</a>
                    <button class="bg-white text-navy-500 px-4 py-2 rounded-md hover:bg-gray-100 transition">Book Now</button>
                </div>
                <button class="md:hidden focus:outline-none">
                    <i data-feather="menu" class="w-6 h-6 text-white"></i>
                </button>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <section class="hero-section flex items-center justify-center text-white">
        <div class="text-center px-4">
            <h1 class="text-4xl md:text-5xl font-bold mb-4">Secure Storage Solutions</h1>
            <p class="text-xl md:text-2xl mb-8">Safe, flexible, and convenient storage for all your needs</p>
            <button class="bg-white text-navy-500 px-6 py-3 rounded-md font-semibold hover:bg-gray-100 transition">Explore Our Units</button>
        </div>
    </section>
    <!-- Container Showcase -->
    <section class="py-12 bg-navy-700">
        <div class="container mx-auto px-6">
            <h2 class="text-3xl font-bold text-center text-white mb-12">Our Secure Container Units</h2>
            <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
                <div>
                    <img src="http://static.photos/industry/640x360/20" alt="Shipping Container" class="rounded-lg shadow-xl w-full h-48 object-cover">
                </div>
                <div>
                    <img src="http://static.photos/industry/640x360/21" alt="Shipping Container Interior" class="rounded-lg shadow-xl w-full h-48 object-cover">
                </div>
                <div>
                    <img src="http://static.photos/industry/640x360/22" alt="Secure Containers" class="rounded-lg shadow-xl w-full h-48 object-cover">
                </div>
                <div>
                    <img src="http://static.photos/industry/640x360/23" alt="Container Storage" class="rounded-lg shadow-xl w-full h-48 object-cover">
                </div>
            </div>
        </div>
    </section>

    <!-- About Us Section -->
    <section id="about" class="py-16 bg-white">
        <div class="container mx-auto px-6">
            <h2 class="text-3xl font-bold text-center text-navy-500 mb-12">Why Choose TAF Storage?</h2>
            <div class="flex flex-col md:flex-row items-center gap-12">
                <div class="md:w-1/2">
                    <img src="http://static.photos/industry/640x360/24" alt="Secure Storage Facility" class="rounded-lg shadow-lg w-full">
</div>
                <div class="md:w-1/2">
                    <p class="text-gray-700 mb-6 text-lg">
                        TAF Storage provides premium shipping container storage solutions designed for security and convenience. Our weatherproof steel containers offer the ultimate protection for your belongings during life transitions.
                    </p>
                    <p class="text-gray-700 mb-6">
                        Whether you're moving, renovating your home, or need a secure base for your small business inventory, our storage solutions provide the perfect balance of security, flexibility and cost-effectiveness.
                    </p>
<div class="space-y-4">
                        <div class="flex items-start">
                            <i data-feather="lock" class="text-navy-500 mr-3 mt-1"></i>
                            <div>
                                <h3 class="font-semibold text-gray-800">Security</h3>
                                <p class="text-gray-600">24/7 surveillance and secure access for your peace of mind.</p>
                            </div>
                        </div>
                        <div class="flex items-start">
                            <i data-feather="clock" class="text-navy-500 mr-3 mt-1"></i>
                            <div>
                                <h3 class="font-semibold text-gray-800">Flexibility</h3>
                                <p class="text-gray-600">Choose the size you need and change as your requirements evolve.</p>
                            </div>
                        </div>
                        <div class="flex items-start">
                            <i data-feather="dollar-sign" class="text-navy-500 mr-3 mt-1"></i>
                            <div>
                                <h3 class="font-semibold text-gray-800">Cost-Effective</h3>
                                <p class="text-gray-600">Affordable solutions without long-term commitments.</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Storage Units Showcase -->
    <section class="py-16 bg-gray-100">
        <div class="container mx-auto px-6">
            <h2 class="text-3xl font-bold text-center text-navy-500 mb-12">Our Storage Solutions</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Unit 1 -->
                <div class="storage-unit bg-white rounded-lg overflow-hidden shadow-lg">
                    <img src="http://static.photos/industry/640x360/1" alt="Small Storage Unit" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold text-navy-500 mb-2">Small Unit</h3>
                        <p class="text-gray-600 mb-4">Perfect for boxes, small furniture, or seasonal items.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-navy-500 font-bold">$49/month</span>
                            <button class="bg-navy-500 text-white px-4 py-2 rounded hover:bg-navy-600 transition">Book Now</button>
                        </div>
                    </div>
                </div>
                <!-- Unit 2 -->
                <div class="storage-unit bg-white rounded-lg overflow-hidden shadow-lg">
                    <img src="http://static.photos/industry/640x360/2" alt="Medium Storage Unit" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold text-navy-500 mb-2">Medium Unit</h3>
                        <p class="text-gray-600 mb-4">Ideal for furniture sets, business inventory, or during moves.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-navy-500 font-bold">$89/month</span>
                            <button class="bg-navy-500 text-white px-4 py-2 rounded hover:bg-navy-600 transition">Book Now</button>
                        </div>
                    </div>
                </div>
                <!-- Unit 3 -->
                <div class="storage-unit bg-white rounded-lg overflow-hidden shadow-lg">
                    <img src="http://static.photos/industry/640x360/3" alt="Large Storage Unit" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold text-navy-500 mb-2">Large Unit</h3>
                        <p class="text-gray-600 mb-4">Great for entire household moves or substantial business storage.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-navy-500 font-bold">$129/month</span>
                            <button class="bg-navy-500 text-white px-4 py-2 rounded hover:bg-navy-600 transition">Book Now</button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- Location Section -->
    <section id="location" class="py-16 bg-gray-100">
        <div class="container mx-auto px-6">
            <h2 class="text-3xl font-bold text-center text-navy-500 mb-12">Visit Our Facility</h2>
<div class="flex flex-col md:flex-row items-center gap-12">
                <div class="md:w-1/2">
                    <div class="bg-gray-100 p-6 rounded-lg shadow-md">
                        <h3 class="text-xl font-semibold text-navy-500 mb-4">Visit Us</h3>
                        <div class="space-y-4">
                    <div class="flex items-start">
                        <i data-feather="map-pin" class="text-yellow-400 mr-3 mt-1"></i>
                        <div>
                            <p class="text-gray-800 font-medium">123 Industrial Way</p>
                            <p class="text-gray-700">Storage City, SC 12345</p>
                            <p class="text-gray-600 mt-2">Conveniently located near Highway 101</p>
                        </div>
                    </div>
<div class="flex items-start">
                                <i data-feather="clock" class="text-navy-500 mr-3 mt-1"></i>
                                <div>
                                    <p class="text-gray-700">Access Hours:</p>
                                    <p class="text-gray-700">Monday - Sunday: 6:00 AM - 10:00 PM</p>
                                </div>
                            </div>
                            <div class="flex items-start">
                                <i data-feather="phone" class="text-navy-500 mr-3 mt-1"></i>
                                <div>
                                    <p class="text-gray-700">(555) 123-4567</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="md:w-1/2 h-96">
                    <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.215662606767!2d-73.9878446845938!3d40.75798587932694!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25855c6480299%3A0x55194ec5a1ae072e!2sTimes%20Square!5e0!3m2!1sen!2sus!4v1623867894566!5m2!1sen!2sus" 
                            class="w-full h-full rounded-lg shadow-xl" 
                            style="border:0;"
                            allowfullscreen=""
                            loading="lazy"
                            title="TAF Storage Location"></iframe>
</div>
            </div>
        </div>
    </section>
    <!-- Contact Section -->
    <section id="contact" class="py-16 bg-navy-500 text-white">
        <div class="container mx-auto px-6">
            <h2 class="text-3xl font-bold text-center mb-12">Get In Touch</h2>
            <div class="flex flex-col lg:flex-row gap-12">
                <div class="lg:w-1/2">
                    <div class="bg-navy-600 p-8 rounded-lg shadow-lg">
                        <h3 class="text-xl font-semibold mb-6">Our Contact Info</h3>
                        <div class="space-y-4">
                            <div class="flex items-start">
                                <i data-feather="map-pin" class="text-yellow-400 mr-4 mt-1"></i>
                                <div>
                                    <p>123 Industrial Way</p>
                                    <p>Storage City, SC 12345</p>
                                </div>
                            </div>
                            <div class="flex items-center">
                                <i data-feather="phone" class="text-yellow-400 mr-4"></i>
                                <p>(555) 987-6543</p>
                            </div>
                            <div class="flex items-center">
                                <i data-feather="mail" class="text-yellow-400 mr-4"></i>
                                <p>info@tafstorage.com</p>
                            </div>
                            <div class="flex items-center">
                                <i data-feather="clock" class="text-yellow-400 mr-4"></i>
                                <p>Open 7 days a week, 6AM-10PM</p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="lg:w-1/2">
                    <form class="bg-navy-600 p-8 rounded-lg shadow-lg">
<div>
                        <label for="name" class="block mb-2">Full Name</label>
                        <input type="text" id="name" class="w-full px-4 py-2 rounded text-navy-500">
                    </div>
                    <div>
                        <label for="email" class="block mb-2">Email Address</label>
                        <input type="email" id="email" class="w-full px-4 py-2 rounded text-navy-500">
                    </div>
                    <div class="md:col-span-2">
                        <label for="subject" class="block mb-2">Subject</label>
                        <input type="text" id="subject" class="w-full px-4 py-2 rounded text-navy-500">
                    </div>
                    <div class="md:col-span-2">
                        <label for="message" class="block mb-2">Message</label>
                        <textarea id="message" rows="4" class="w-full px-4 py-2 rounded text-navy-500"></textarea>
                    </div>
                    <div class="md:col-span-2 text-center">
                        <button type="submit" class="bg-white text-navy-500 px-6 py-3 rounded-md font-semibold hover:bg-gray-100 transition">Send Message</button>
                    </div>
                </form>
            </div>
        </div>
    </section>
    <!-- Footer -->
    <footer class="bg-navy-700 text-white py-8">
<div class="container mx-auto px-6">
            <div class="flex flex-col md:flex-row justify-between items-center">
                <div class="mb-6 md:mb-0">
                    <div class="flex items-center space-x-2">
                        <i data-feather="package" class="w-6 h-6"></i>
                        <span class="text-lg font-bold">TAF Storage</span>
                    </div>
                    <p class="text-gray-300 mt-2">Secure storage solutions since 2010</p>
                </div>
                <div class="flex space-x-6">
                    <a href="#" class="text-gray-300 hover:text-yellow-400 transition">
                        <i data-feather="facebook" class="w-5 h-5"></i>
                    </a>
                    <a href="#" class="text-gray-300 hover:text-yellow-400 transition">
                        <i data-feather="twitter" class="w-5 h-5"></i>
                    </a>
                    <a href="#" class="text-gray-300 hover:text-yellow-400 transition">
                        <i data-feather="instagram" class="w-5 h-5"></i>
                    </a>
                    <a href="#" class="text-gray-300 hover:text-yellow-400 transition">
                        <i data-feather="youtube" class="w-5 h-5"></i>
                    </a>
</div>
            </div>
            <div class="border-t border-navy-500 mt-8 pt-8 flex flex-col md:flex-row justify-between">
                <div class="text-gray-300 mb-4 md:mb-0">
                    <p>© 2023 TAF Storage. All rights reserved.</p>
                </div>
                <div class="flex flex-wrap gap-4">
                    <a href="#" class="text-gray-300 hover:text-white transition">Privacy Policy</a>
                    <a href="#" class="text-gray-300 hover:text-white transition">Terms of Service</a>
                    <a href="#" class="text-gray-300 hover:text-white transition">FAQ</a>
                </div>
            </div>
        </div>
    </footer>

    <script>
        feather.replace();
        
        // Mobile menu toggle functionality would go here
        document.addEventListener('DOMContentLoaded', function() {
            const mobileMenuButton = document.querySelector('.md\\:hidden');
            // Add click event for mobile menu toggle
        });
    </script>
</body>
</html>