From 4314552eec5afdb7557b68bc5db8d13d43228376 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:34:14 +0000 Subject: [PATCH 1/5] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 34c7f16..df12583 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -45,28 +45,28 @@ export default function AmenitiesPage() { id: 1, title: "Professional Reception Services", description: "Our friendly receptionist team greets your clients, manages your incoming calls, and ensures every visitor feels welcomed and valued from the moment they arrive.", - 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=3", imageAlt: "Professional reception services", }, { id: 2, title: "Immaculate Common Areas", description: "Professional cleaning staff maintains pristine hallways, restrooms, and break rooms. Your business environment always reflects excellence.", - 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=3", imageAlt: "Clean common areas", }, { id: 3, title: "Ample Parking", description: "Dedicated parking spaces for tenants and clients. Easy, stress-free access without the hassle of finding a spot or dealing with parking meters.", - 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=3", imageAlt: "Ample on-site parking", }, { id: 4, title: "Break Room & Kitchen", description: "Fully equipped break room with refrigerator, microwave, and coffee station. Perfect for employee breaks or casual client meetings.", - 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=3", imageAlt: "Break room amenities", }, ]} @@ -86,21 +86,21 @@ export default function AmenitiesPage() { id: 1, title: "24/7 Building Access", description: "Flexible access to your office space around the clock. Work on your schedule with secure keypad entry and monitoring systems.", - 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=2", imageAlt: "Secure building access", }, { id: 2, title: "Mail & Package Services", description: "Receive and manage mail and packages at our professional address. We log deliveries and notify you promptly.", - 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=2", imageAlt: "Mail services", }, { id: 3, title: "Dedicated Parking Spaces", description: "Select office packages include reserved, dedicated parking spots for maximum convenience and guaranteed availability.", - 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=2", imageAlt: "Dedicated parking", }, ]} -- 2.49.1 From 5e9595d926d324f44ba11b2fbc8b7a4ec9c7db97 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:34:15 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]} -- 2.49.1 From 5a67cb77b3f8648c8bb9c945cea7b9e96841aa51 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:34:17 +0000 Subject: [PATCH 3/5] Update src/app/location/page.tsx --- src/app/location/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, ]} -- 2.49.1 From 60896da118ed1d1ab77cc50ab9b5dee600be8eed Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:34:18 +0000 Subject: [PATCH 4/5] Update src/app/offices/page.tsx --- src/app/offices/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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", }, ]} -- 2.49.1 From 34524f4a39b647828385f5fdc73592dc52069569 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:34:19 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8dbaeb2..2147ce5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - 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=1", imageAlt: "Bright modern office interior with natural light", }, { - 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=1", imageAlt: "Professional reception area with welcoming 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=1", imageAlt: "Ample parking lot for clients and tenants", }, ]} @@ -81,28 +81,28 @@ export default function HomePage() { id: 1, title: "Reception You Can Trust", description: "Welcoming, professional, helpful. Your clients are greeted by our friendly receptionist team who genuinely care about making a great impression.", - 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=2", imageAlt: "Professional receptionist greeting clients", }, { id: 2, title: "Always Presentable", description: "Clean interiors and well-maintained common areas. Every detail is kept pristine so your space always reflects excellence.", - 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=1", imageAlt: "Clean, organized office workspace", }, { id: 3, title: "Easy Highway 50 Access", description: "Located in Folsom with direct, convenient access to Highway 50. No complicated routes—just smooth commutes for you and your clients.", - 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=1", imageAlt: "Highway 50 access and transportation routes", }, { id: 4, title: "Plenty of Parking", description: "Ample on-site parking for you and your clients. No more searching—just arrive and focus on business.", - 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=2", imageAlt: "Spacious parking lot with plenty of spaces", }, ]} @@ -121,7 +121,7 @@ export default function HomePage() { 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=1", imageAlt: "Private office suite with professional furnishings", }, { @@ -129,7 +129,7 @@ export default function HomePage() { 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=1", imageAlt: "Multi-office professional suite", }, { @@ -137,7 +137,7 @@ export default function HomePage() { 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=1", imageAlt: "Professional meeting room with conference table", }, ]} -- 2.49.1