From c6aef811949da2d1c69cd4b7e06b595de9916435 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 00:45:29 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cdf1adb..1c475e9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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"