61 lines
3.4 KiB
HTML
61 lines
3.4 KiB
HTML
<footer class="bg-primary text-gray-300 mt-16">
|
|
<div class="max-w-7xl mx-auto px-4 py-12">
|
|
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
<!-- Brand -->
|
|
<div class="md:col-span-1">
|
|
<div class="flex items-center space-x-2 mb-4">
|
|
<svg class="w-7 h-7 text-warm" fill="currentColor" viewBox="0 0 24 24">
|
|
<path d="M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/>
|
|
</svg>
|
|
<span class="text-lg font-bold text-white">NexHome</span>
|
|
</div>
|
|
<p class="text-sm text-gray-400">Your trusted partner in finding the perfect home. Browse thousands of properties across the United States.</p>
|
|
</div>
|
|
|
|
<!-- Quick Links -->
|
|
<div>
|
|
<h3 class="text-white font-semibold mb-4">Quick Links</h3>
|
|
<ul class="space-y-2 text-sm">
|
|
<li><a href="/" class="hover:text-warm transition">Home</a></li>
|
|
<li><a href="/properties" class="hover:text-warm transition">Browse Properties</a></li>
|
|
<li><a href="/properties/new" class="hover:text-warm transition">List a Property</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Property Types -->
|
|
<div>
|
|
<h3 class="text-white font-semibold mb-4">Property Types</h3>
|
|
<ul class="space-y-2 text-sm">
|
|
<li><a href="/properties?type=house" class="hover:text-warm transition">Houses</a></li>
|
|
<li><a href="/properties?type=condo" class="hover:text-warm transition">Condos</a></li>
|
|
<li><a href="/properties?type=townhouse" class="hover:text-warm transition">Townhouses</a></li>
|
|
<li><a href="/properties?type=land" class="hover:text-warm transition">Land</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Contact -->
|
|
<div>
|
|
<h3 class="text-white font-semibold mb-4">Contact Us</h3>
|
|
<ul class="space-y-2 text-sm">
|
|
<li class="flex items-center space-x-2">
|
|
<svg class="w-4 h-4 text-warm" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/>
|
|
</svg>
|
|
<span>info@nexhome.com</span>
|
|
</li>
|
|
<li class="flex items-center space-x-2">
|
|
<svg class="w-4 h-4 text-warm" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/>
|
|
</svg>
|
|
<span>(800) 555-1154</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="border-t border-gray-600 mt-10 pt-6 text-center text-sm text-gray-500">
|
|
© 2026 NexHome. All rights reserved. All prices in USD.
|
|
</div>
|
|
</div>
|
|
</footer>
|