diff --git a/src/app/offices/page.tsx b/src/app/offices/page.tsx index d3e8bff..55625af 100644 --- a/src/app/offices/page.tsx +++ b/src/app/offices/page.tsx @@ -45,7 +45,7 @@ export default function OfficesPage() { name: "Private Offices", price: "Starting at $899/mo", variant: "Ideal for solo professionals and client-facing roles", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-businessman-with-laptop_23-2147689173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-businessman-with-laptop_23-2147689173.jpg?_wi=2", imageAlt: "Private office suite with professional furnishings", }, { @@ -53,7 +53,7 @@ export default function OfficesPage() { name: "Professional Suites", price: "Starting at $1,499/mo", variant: "Separate offices within building for teams and privacy", - imageSrc: "http://img.b2bpic.net/free-photo/workers-long-wooden-table_1262-810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-long-wooden-table_1262-810.jpg?_wi=2", imageAlt: "Multi-office professional suite", }, { @@ -61,7 +61,7 @@ export default function OfficesPage() { name: "Client-Ready Meeting Space", price: "Starting at $75/hr", variant: "Premium conference rooms available by the hour or day", - imageSrc: "http://img.b2bpic.net/free-photo/serious-male-coach-giving-presentation-flipchart-business-colleagues_1163-4783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-male-coach-giving-presentation-flipchart-business-colleagues_1163-4783.jpg?_wi=2", imageAlt: "Professional meeting room with conference table", }, { @@ -69,7 +69,7 @@ export default function OfficesPage() { name: "Executive Suites", price: "Starting at $2,499/mo", variant: "Premium multi-room offices with premium amenities", - imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-3156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-3156.jpg?_wi=1", imageAlt: "Premium executive office suite", }, ]} @@ -93,21 +93,21 @@ export default function OfficesPage() { id: 1, title: "Premium Furnishings", description: "Every office comes equipped with high-quality furniture, ergonomic seating, and professional decor that makes the right impression on your clients.", - 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=2", imageAlt: "Premium office furnishings", }, { id: 2, title: "High-Speed Internet", description: "Fast, reliable connectivity for video conferencing, file uploads, and seamless business operations without interruption.", - 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=2", imageAlt: "High-speed business internet", }, { id: 3, title: "Flexible Terms", description: "Month-to-month leases available. Scale up or down based on your business needs without long-term commitment.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-smiling-businesswomen-shaking-hands-greeting-multiracial-group-meeting_1163-4650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-smiling-businesswomen-shaking-hands-greeting-multiracial-group-meeting_1163-4650.jpg?_wi=1", imageAlt: "Flexible office lease options", }, ]}