Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f18046851 | |||
| b62df9b24d | |||
| c68641a00e | |||
| 8b530c6530 | |||
| eabe427542 | |||
| a1dbc43336 | |||
| 684ab4c83a | |||
| 611581aba7 | |||
| ae6fab4b41 | |||
| 82924a33ad | |||
| 92217303ed |
@@ -46,7 +46,7 @@ export default function ContactPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="py-20">
|
||||
<div className="max-w-6xl mx-auto px-4 grid grid-cols-1 lg:grid-cols-2 gap-12 items-start">
|
||||
<div className="max-w-7xl mx-auto px-4 grid grid-cols-1 lg:grid-cols-2 gap-16 items-start">
|
||||
{/* Left Column - Contact Info */}
|
||||
<div className="space-y-8">
|
||||
<div>
|
||||
@@ -54,20 +54,6 @@ export default function ContactPage() {
|
||||
<p className="text-lg text-gray-600">Have questions about our services? We're here to help. Contact us through any of the methods below or fill out the form.</p>
|
||||
</div>
|
||||
|
||||
{/* Phone */}
|
||||
<div className="flex gap-4 items-start">
|
||||
<div className="bg-primary-cta p-3 rounded-lg flex-shrink-0">
|
||||
<Phone className="w-6 h-6 text-white" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-1">Phone</h3>
|
||||
<p className="text-gray-600">Call us for immediate assistance</p>
|
||||
<a href="tel:+19722728000" className="text-primary-cta font-semibold text-lg hover:underline mt-2 block">
|
||||
+1 (972) 272-8000
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Location */}
|
||||
<div className="flex gap-4 items-start">
|
||||
<div className="bg-primary-cta p-3 rounded-lg flex-shrink-0">
|
||||
@@ -99,6 +85,20 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Phone */}
|
||||
<div className="flex gap-4 items-start">
|
||||
<div className="bg-primary-cta p-3 rounded-lg flex-shrink-0">
|
||||
<Phone className="w-6 h-6 text-white" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-1">Phone</h3>
|
||||
<p className="text-gray-600">Call us for immediate assistance</p>
|
||||
<a href="tel:+19722728000" className="text-primary-cta font-semibold text-lg hover:underline mt-2 block">
|
||||
+1 (972) 272-8000
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Email */}
|
||||
<div className="flex gap-4 items-start">
|
||||
<div className="bg-primary-cta p-3 rounded-lg flex-shrink-0">
|
||||
@@ -133,7 +133,7 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Right Column - Contact Form & Map */}
|
||||
{/* Right Column - Contact Form & Interactive Google Map */}
|
||||
<div className="space-y-8">
|
||||
{/* Contact Form */}
|
||||
<ContactSplitForm
|
||||
@@ -151,8 +151,8 @@ export default function ContactPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
|
||||
{/* Google Map Placeholder */}
|
||||
<div className="bg-gray-200 rounded-lg overflow-hidden h-96 border-2 border-primary-cta/20">
|
||||
{/* Interactive Google Map */}
|
||||
<div className="bg-gray-200 rounded-lg overflow-hidden h-96 border-2 border-primary-cta/20 shadow-lg">
|
||||
<iframe
|
||||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3357.7482627688043!2d-96.80667!3d32.7767!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864e9e0d4a4a4a4b%3A0x4a4a4a4a4a4a4a4a!2s1234%20Motor%20Lane%2C%20Dallas%2C%20TX!5e0!3m2!1sen!2sus!4v1234567890"
|
||||
width="100%"
|
||||
|
||||
Reference in New Issue
Block a user