diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx index 050d7bb..5017763 100644 --- a/src/app/location/page.tsx +++ b/src/app/location/page.tsx @@ -45,7 +45,7 @@ export default function LocationPage() { id: 1, title: "Direct Highway 50 Access", description: "Minutes from Highway 50, California's major east-west corridor. Quick commutes for you, your employees, and your clients with minimal travel time.", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg?_wi=3", imageAlt: "Easy Highway 50 access", }, { @@ -59,14 +59,14 @@ export default function LocationPage() { id: 3, title: "Abundant Parking", description: "Located in an area with ample parking infrastructure. No complicated parking garages or expensive lots—plenty of free space for clients and staff.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg?_wi=4", imageAlt: "Ample parking availability", }, { id: 4, title: "Close to Amenities", description: "Walking distance to restaurants, banks, retail shops, and professional services. Your business and your team have everything within reach.", - 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=3", imageAlt: "Nearby business amenities", }, ]} @@ -86,21 +86,21 @@ export default function LocationPage() { id: 1, title: "Interstate 50 Corridor", description: "Direct connection to Highway 50, linking Folsom to downtown Sacramento (30 miles west) and the Sierra Nevada communities (45+ miles east).", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg?_wi=4", imageAlt: "Highway 50 corridor", }, { id: 2, title: "Highway 50 East Access", description: "Easy on/off ramps for both directions. Quick commutes to business hubs in El Dorado County and the foothills region.", - 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=4", imageAlt: "Highway access routes", }, { id: 3, title: "Local Street Network", description: "Well-connected to local streets and avenues. Multiple routes available to avoid traffic congestion and ensure reliable access.", - 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=4", imageAlt: "Local transportation network", }, ]}