From d9b45baa2efafc94c2cf1b3df5f98b3e99284e18 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:50:08 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e524404..52a1632 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -192,21 +192,21 @@ export default function HomePage() { name: "Private Office Suite", price: "$800-1,500/mo", imageSrc: - "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg", + "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg?_wi=1", }, { id: "2", name: "Virtual Office", price: "$200-400/mo", imageSrc: - "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg", + "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg?_wi=1", }, { id: "3", name: "Meeting Rooms", price: "$50-150/hr", imageSrc: - "http://img.b2bpic.net/free-photo/three-friends-reading-from-books-notebook-library_23-2149283378.jpg", + "http://img.b2bpic.net/free-photo/three-friends-reading-from-books-notebook-library_23-2149283378.jpg?_wi=1", }, ]} textboxLayout="default" @@ -233,7 +233,7 @@ export default function HomePage() { testimonial: "As a wheelchair user, I was thrilled to find an office provider that truly understands accessibility. Regus has exceeded my expectations in every way.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson", }, { @@ -243,7 +243,7 @@ export default function HomePage() { testimonial: "The accessibility features at Regus are incredible. I can focus on my business knowing that all my team members, regardless of ability, feel welcome and supported.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg", + "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg?_wi=1", imageAlt: "Michael Chen", }, { @@ -273,7 +273,7 @@ export default function HomePage() { testimonial: "I appreciate that every Regus location is fully accessible. It means I can work from any office without worrying about accommodations. Excellent service!", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Laura Martinez", }, { @@ -283,7 +283,7 @@ export default function HomePage() { testimonial: "From wheelchair access to assistive technology support, Regus has thought of everything. This is what professional accessibility looks like.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg", + "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg?_wi=2", imageAlt: "James Wilson", }, ]} -- 2.49.1 From 39225e87d6307fa0b9096338ac67a7dfeef5b276 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:50:09 +0000 Subject: [PATCH 2/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index f1e2eee..682789f 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -60,7 +60,7 @@ export default function PricingPage() { price: "$199", period: "/month", imageSrc: - "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg", + "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg?_wi=3", button: { text: "Get Started", href: "/contact" }, features: [ "Professional business address", @@ -76,7 +76,7 @@ export default function PricingPage() { price: "$899", period: "/month", imageSrc: - "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg", + "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg?_wi=3", button: { text: "Book Now", href: "/contact" }, features: [ "Private executive workspace", @@ -93,7 +93,7 @@ export default function PricingPage() { price: "$2,499", period: "/month", imageSrc: - "http://img.b2bpic.net/free-photo/three-friends-reading-from-books-notebook-library_23-2149283378.jpg", + "http://img.b2bpic.net/free-photo/three-friends-reading-from-books-notebook-library_23-2149283378.jpg?_wi=3", button: { text: "Contact Sales", href: "/contact" }, features: [ "Multiple office spaces", -- 2.49.1 From 570cb36712b9b37904aee333a09c6e772be0e509 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:50:10 +0000 Subject: [PATCH 3/3] Update src/app/spaces/page.tsx --- src/app/spaces/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/spaces/page.tsx b/src/app/spaces/page.tsx index 3b3249e..b32c08b 100644 --- a/src/app/spaces/page.tsx +++ b/src/app/spaces/page.tsx @@ -55,21 +55,21 @@ export default function SpacesPage() { name: "Private Office Suite", price: "$800-1,500/mo", imageSrc: - "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg", + "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg?_wi=2", }, { id: "2", name: "Virtual Office", price: "$200-400/mo", imageSrc: - "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg", + "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg?_wi=2", }, { id: "3", name: "Meeting Rooms", price: "$50-150/hr", imageSrc: - "http://img.b2bpic.net/free-photo/three-friends-reading-from-books-notebook-library_23-2149283378.jpg", + "http://img.b2bpic.net/free-photo/three-friends-reading-from-books-notebook-library_23-2149283378.jpg?_wi=2", }, ]} textboxLayout="default" -- 2.49.1