From 71bb267a36b7d5b8b030223a16cbcde92c4fff68 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 02:06:12 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a0db41..bdabb02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function LandingPage() { href: "tel:3048858621", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1977.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1977.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/portrait-handsome-intellegent-man-suit-white-shirt-dark-photo-studio_613910-14922.jpg", @@ -149,7 +149,7 @@ export default function LandingPage() { title: "Leasing", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg" + imageSrc="http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -173,7 +173,7 @@ export default function LandingPage() { title: "Private Offices", subtitle: "Focus deeply.", description: "Dedicated quiet spaces for your business.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1977.jpg?_wi=2", imageAlt: "View of modern and futuristic work space with furniture", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { title: "Kitchenette Access", subtitle: "Take a break.", description: "Modern kitchen space for snacks and coffee.", - imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg?_wi=2", imageAlt: "View of modern and futuristic work space with furniture", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { title: "On-Site Parking", subtitle: "Easy arrival.", description: "Ample parking for you and your guests.", - imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149089.jpg?_wi=1", imageAlt: "View of modern and futuristic work space with furniture", }, ]} -- 2.49.1 From 32e1100bc8a024cc70adc1c687e114c1e389879b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 02:06:13 +0000 Subject: [PATCH 2/2] Update src/app/spaces/page.tsx --- src/app/spaces/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/spaces/page.tsx b/src/app/spaces/page.tsx index 16e97fb..a6f53ea 100644 --- a/src/app/spaces/page.tsx +++ b/src/app/spaces/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { price: "Call for pricing", rating: 5, reviewCount: "1", - imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149089.jpg?_wi=2", }, { id: "2", -- 2.49.1