diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 190687a..6a36e9d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,21 +58,21 @@ export default function ContactPage() { id: 1, title: "Phone", description: "Call us during business hours to speak with our office manager. We're ready to answer questions and schedule tours. Available Monday-Friday, 9am-5pm.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-receptionist-while-arriving-spa_637285-9455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-receptionist-while-arriving-spa_637285-9455.jpg?_wi=4", imageAlt: "Contact by phone", }, { id: 2, title: "Email", description: "Send us an email with your inquiry, office preferences, and availability. We'll respond within 24 hours with options tailored to your needs.", - imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg?_wi=5", imageAlt: "Email contact option", }, { id: 3, title: "Visit Us", description: "Stop by our office in person to see our spaces firsthand. Walk the halls, meet our team, and experience the professional environment we've created.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-office_23-2150697582.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-office_23-2150697582.jpg?_wi=5", imageAlt: "Visit in person", }, ]}