From f9727ce7d4f25bcc502e6cd6ebd99b130b7da304 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:52:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 575fb4d..698d82f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,11 +194,11 @@ export default function HomePage() { { id: "1", name: "Sarah Johnson", handle: "@sarahconsulting", 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", imageAlt: "Sarah Johnson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "@mchen_tech", 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", imageAlt: "Michael Chen"}, + "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg?_wi=1", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", handle: "@emilydesigns", testimonial: "Professional space, modern amenities, and genuine commitment to accessibility. This is the gold standard for office rentals. Highly recommended!", imageSrc: @@ -210,11 +210,11 @@ export default function HomePage() { { id: "5", name: "Laura Martinez", handle: "@lauramartinez", 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", imageAlt: "Laura Martinez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Laura Martinez"}, { id: "6", name: "James Wilson", handle: "@jameswilson_co", 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", imageAlt: "James Wilson"}, + "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg?_wi=2", imageAlt: "James Wilson"}, ]} speed={40} /> -- 2.49.1