|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>Contact Us | Justice Law Partners</title> |
|
<link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
|
<script src="https://cdn.tailwindcss.com"></script> |
|
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
|
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
|
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
|
<script src="https://unpkg.com/feather-icons"></script> |
|
<style> |
|
.contact-hero { |
|
background: linear-gradient(135deg, #1e40af 0%, #0f172a 100%); |
|
min-height: 40vh; |
|
} |
|
.contact-card:hover { |
|
transform: translateY(-5px); |
|
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); |
|
} |
|
.map-container { |
|
height: 400px; |
|
border-radius: 0.75rem; |
|
overflow: hidden; |
|
} |
|
</style> |
|
</head> |
|
<body class="font-sans antialiased"> |
|
|
|
<nav class="fixed w-full z-50 bg-white shadow-md"> |
|
<div class="container mx-auto px-6 py-4"> |
|
<div class="flex justify-between items-center"> |
|
<a href="index.html" class="text-2xl font-bold text-blue-900">Justice<span class="text-amber-600">Law</span></a> |
|
|
|
<div class="hidden md:flex space-x-8"> |
|
<a href="index.html" class="text-blue-900 hover:text-amber-600 transition-colors">Home</a> |
|
<a href="about.html" class="text-blue-900 hover:text-amber-600 transition-colors">About</a> |
|
<a href="services.html" class="text-blue-900 hover:text-amber-600 transition-colors">Services</a> |
|
<a href="contact.html" class="text-amber-600 font-semibold">Contact</a> |
|
</div> |
|
|
|
<button class="md:hidden text-blue-900"> |
|
<i data-feather="menu"></i> |
|
</button> |
|
</div> |
|
</div> |
|
</nav> |
|
|
|
|
|
<section class="contact-hero flex items-center justify-center pt-20"> |
|
<div class="container mx-auto px-6 text-center"> |
|
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6" data-aos="fade-up"> |
|
Contact Us |
|
</h1> |
|
<p class="text-xl text-blue-100 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="200"> |
|
We're here to help. Reach out to us for a consultation or any inquiries. |
|
</p> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-20 bg-white"> |
|
<div class="container mx-auto px-6"> |
|
<div class="text-center mb-16"> |
|
<h2 class="text-4xl font-bold text-blue-900 mb-4" data-aos="fade-up">Get In Touch</h2> |
|
<p class="text-xl text-gray-600 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="200"> |
|
Our team is ready to assist you with your legal needs. Contact us today. |
|
</p> |
|
</div> |
|
|
|
<div class="grid md:grid-cols-3 gap-8 mb-16"> |
|
<div class="bg-gray-50 p-8 rounded-xl contact-card transition-all duration-300" data-aos="fade-up"> |
|
<div class="w-16 h-16 bg-blue-900 rounded-full flex items-center justify-center mb-6"> |
|
<i data-feather="map-pin" class="text-white w-8 h-8"></i> |
|
</div> |
|
<h3 class="text-2xl font-bold text-blue-900 mb-4">Our Office</h3> |
|
<p class="text-gray-700">123 Legal Avenue<br>New York, NY 10001<br>United States</p> |
|
</div> |
|
|
|
<div class="bg-gray-50 p-8 rounded-xl contact-card transition-all duration-300" data-aos="fade-up" data-aos-delay="200"> |
|
<div class="w-16 h-16 bg-blue-900 rounded-full flex items-center justify-center mb-6"> |
|
<i data-feather="phone" class="text-white w-8 h-8"></i> |
|
</div> |
|
<h3 class="text-2xl font-bold text-blue-900 mb-4">Call Us</h3> |
|
<p class="text-gray-700">Main: (555) 123-4567<br>Fax: (555) 123-4568<br>24/7 Support: (555) 123-4569</p> |
|
</div> |
|
|
|
<div class="bg-gray-50 p-8 rounded-xl contact-card transition-all duration-300" data-aos="fade-up" data-aos-delay="400"> |
|
<div class="w-16 h-16 bg-blue-900 rounded-full flex items-center justify-center mb-6"> |
|
<i data-feather="mail" class="text-white w-8 h-8"></i> |
|
</div> |
|
<h3 class="text-2xl font-bold text-blue-900 mb-4">Email Us</h3> |
|
<p class="text-gray-700">General: info@justicelaw.com<br>Support: support@justicelaw.com<br>Legal: legal@justicelaw.com</p> |
|
</div> |
|
</div> |
|
|
|
<div class="grid md:grid-cols-2 gap-12"> |
|
<div data-aos="fade-right"> |
|
<h3 class="text-3xl font-bold text-blue-900 mb-6">Send Us a Message</h3> |
|
<form class="space-y-6"> |
|
<div class="grid md:grid-cols-2 gap-6"> |
|
<div> |
|
<label class="block text-sm font-medium text-gray-700 mb-2">First Name</label> |
|
<input type="text" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-900 focus:border-transparent"> |
|
</div> |
|
<div> |
|
<label class="block text-sm font-medium text-gray-700 mb-2">Last Name</label> |
|
<input type="text" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-900 focus:border-transparent"> |
|
</div> |
|
</div> |
|
<div> |
|
<label class="block text-sm font-medium text-gray-700 mb-2">Email</label> |
|
<input type="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-900 focus:border-transparent"> |
|
</div> |
|
<div> |
|
<label class="block text-sm font-medium text-gray-700 mb-2">Phone</label> |
|
<input type="tel" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-900 focus:border-transparent"> |
|
</div> |
|
<div> |
|
<label class="block text-sm font-medium text-gray-700 mb-2">Service Needed</label> |
|
<select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-900 focus:border-transparent"> |
|
<option>Select a service</option> |
|
<option>Corporate Law</option> |
|
<option>Real Estate</option> |
|
<option>Family Law</option> |
|
<option>Litigation</option> |
|
<option>Other</option> |
|
</select> |
|
</div> |
|
<div> |
|
<label class="block text-sm font-medium text-gray-700 mb-2">Message</label> |
|
<textarea rows="5" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-900 focus:border-transparent"></textarea> |
|
</div> |
|
<button type="submit" class="w-full bg-amber-600 hover:bg-amber-700 text-white py-4 px-6 rounded-lg font-semibold transition-colors"> |
|
Send Message |
|
</button> |
|
</form> |
|
</div> |
|
|
|
<div data-aos="fade-left"> |
|
<h3 class="text-3xl font-bold text-blue-900 mb-6">Our Location</h3> |
|
<div class="map-container mb-8"> |
|
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.15830869428!2d-74.11976397304603!3d40.69766374874431!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2s!4v1691234567890!5m2!1sen!2s" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe> |
|
</div> |
|
<div class="bg-gray-50 p-6 rounded-xl"> |
|
<h4 class="text-xl font-bold text-blue-900 mb-4">Office Hours</h4> |
|
<ul class="space-y-2 text-gray-700"> |
|
<li class="flex justify-between"> |
|
<span>Monday - Friday</span> |
|
<span>9:00 AM - 6:00 PM</span> |
|
</li> |
|
<li class="flex justify-between"> |
|
<span>Saturday</span> |
|
<span>10:00 AM - 4:00 PM</span> |
|
</li> |
|
<li class="flex justify-between"> |
|
<span>Sunday</span> |
|
<span>Closed</span> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-20 bg-blue-900 text-white"> |
|
<div class="container mx-auto px-6 text-center"> |
|
<h2 class="text-4xl font-bold mb-6" data-aos="fade-up">Need Immediate Legal Assistance?</h2> |
|
<p class="text-xl mb-8 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="200"> |
|
Our 24/7 legal support line is available for urgent matters. |
|
</p> |
|
<a href="tel:5551234569" class="bg-amber-600 hover:bg-amber-700 text-white px-8 py-4 rounded-lg font-semibold transition-colors inline-block" data-aos="fade-up" data-aos-delay="400"> |
|
Call Our Emergency Line |
|
</a> |
|
</div> |
|
</section> |
|
|
|
|
|
<footer class="bg-blue-900 text-white py-12"> |
|
<div class="container mx-auto px-6"> |
|
<div class="grid md:grid-cols-4 gap-8"> |
|
<div> |
|
<h3 class="text-2xl font-bold mb-4">Justice<span class="text-amber-600">Law</span></h3> |
|
<p class="text-gray-300">Providing exceptional legal services with integrity and excellence.</p> |
|
</div> |
|
<div> |
|
<h4 class="text-lg font-semibold mb-4">Quick Links</h4> |
|
<ul class="space-y-2"> |
|
<li><a href="index.html" class="text-gray-300 hover:text-amber-600 transition-colors">Home</a></li> |
|
<li><a href="about.html" class="text-gray-300 hover:text-amber-600 transition-colors">About</a></li> |
|
<li><a href="services.html" class="text-gray-300 hover:text-amber-600 transition-colors">Services</a></li> |
|
<li><a href="contact.html" class="text-amber-600">Contact</a></li> |
|
</ul> |
|
</div> |
|
<div> |
|
<h4 class="text-lg font-semibold mb-4">Contact Info</h4> |
|
<div class="space-y-2 text-gray-300"> |
|
<p>123 Legal Avenue</p> |
|
<p>New York, NY 10001</p> |
|
<p>info@justicelaw.com</p> |
|
<p>(555) 123-4567</p> |
|
</div> |
|
</div> |
|
<div> |
|
<h4 class="text-lg font-semibold mb-4">Follow Us</h4> |
|
<div class="flex space-x-4"> |
|
<a href="#" class="text-gray-300 hover:text-amber-600 transition-colors"> |
|
<i data-feather="facebook" class="w-6 h-6"></i> |
|
</a> |
|
<a href="#" class="text-gray-300 hover:text-amber-600 transition-colors"> |
|
<i data-feather="twitter" class="w-6 h-6"></i> |
|
</a> |
|
<a href="#" class="text-gray-300 hover:text-amber-600 transition-colors"> |
|
<i data-feather="linkedin" class="w-6 h-6"></i> |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-300"> |
|
<p>© 2024 Justice Law Partners. All rights reserved.</p> |
|
</div> |
|
</div> |
|
</footer> |
|
|
|
<script> |
|
AOS.init(); |
|
feather.replace(); |
|
</script> |
|
</body> |
|
</html> |