Update src/app/contact/page.tsx

This commit is contained in:
2026-02-20 00:45:29 +00:00
parent ad1a9e4e2b
commit c6aef81194

View File

@@ -57,7 +57,7 @@ export default function ContactPage() {
required: true
}}
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/living-room-modern-apartment-with-two-identical-sofas-opposite-each-other_181624-14768.jpg"
imageSrc="https://img.b2bpic.net/free-photo/living-room-modern-apartment-with-two-identical-sofas-opposite-each-other_181624-14768.jpg?_wi=2"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Get a Quote"
@@ -75,7 +75,7 @@ export default function ContactPage() {
title: "Call or Text",
description: "Fastest way to reach us for urgent questions or to schedule a consultation.",
tag: "Direct",
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg?_wi=9",
buttons: [{ text: "Call Now", href: "tel:+1234567890" }]
},
{
@@ -83,7 +83,7 @@ export default function ContactPage() {
title: "Email Us",
description: "Perfect for detailed project descriptions or sending photos of your space.",
tag: "Detailed",
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg?_wi=8",
buttons: [{ text: "Send Email", href: "mailto:info@gormanrestoration.com" }]
}
]}
@@ -104,14 +104,14 @@ export default function ContactPage() {
title: "Chicago Metro",
description: "Comprehensive restoration and remodeling services throughout the Chicago metropolitan area.",
tag: "Primary",
imageSrc: "https://img.b2bpic.net/free-photo/windows-building_1122-873.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/windows-building_1122-873.jpg?_wi=4"
},
{
id: "northshore",
title: "North Shore",
description: "Specialized services for North Shore communities with attention to local architectural styles.",
tag: "Specialty",
imageSrc: "https://img.b2bpic.net/free-photo/living-room-modern-apartment-with-two-identical-sofas-opposite-each-other_181624-14768.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/living-room-modern-apartment-with-two-identical-sofas-opposite-each-other_181624-14768.jpg?_wi=3"
}
]}
animationType="slide-up"