From 6e15d93ea357085daf19c2b3dd3bb531e065ea2f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 16:31:23 +0000 Subject: [PATCH] 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 160f7c6..6476e28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@SarahLaw", testimonial: "The best office address in Houston.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-metal-building_1122-1322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-metal-building_1122-1322.jpg?_wi=1", imageAlt: "luxury office building golden hour", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@RRealEstate", testimonial: "Unparalleled security and management.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-people-entering-office-building_107420-74363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-entering-office-building_107420-74363.jpg?_wi=1", imageAlt: "luxury office lobby interior", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@EPConsulting", testimonial: "Exactly the professional environment we needed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/window-building-with-tokyo-tower-background_1339-6738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/window-building-with-tokyo-tower-background_1339-6738.jpg?_wi=1", imageAlt: "executive private office window", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@KFinancial", testimonial: "The Kelly Building set a new standard.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/laptop-notepad-glasses-flowerpot-desktop-top-view_169016-52847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-notepad-glasses-flowerpot-desktop-top-view_169016-52847.jpg?_wi=1", imageAlt: "modern private office desk", }, { @@ -103,7 +103,7 @@ export default function LandingPage() { handle: "@JLawFirm", testimonial: "Prestigious and accessible for clients.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241315.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241315.jpg?_wi=1", imageAlt: "modern team office suite", }, ]} @@ -117,7 +117,7 @@ export default function LandingPage() { href: "#spaces", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-metal-building_1122-1322.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-metal-building_1122-1322.jpg?_wi=2" imageAlt="The Kelly Building exterior" mediaAnimation="blur-reveal" avatars={[ @@ -211,7 +211,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Houston's Premier Professional Address" description="Since the 1990s, The Kelly Building has been the cornerstone of business excellence on FM 1960. Offering executive suites and private offices, our building provides security and prestige for your firm." - imageSrc="http://img.b2bpic.net/free-photo/business-people-entering-office-building_107420-74363.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-people-entering-office-building_107420-74363.jpg?_wi=2" /> @@ -229,7 +229,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/window-building-with-tokyo-tower-background_1339-6738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/window-building-with-tokyo-tower-background_1339-6738.jpg?_wi=2", }, { id: "p2", @@ -238,7 +238,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-notepad-glasses-flowerpot-desktop-top-view_169016-52847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-notepad-glasses-flowerpot-desktop-top-view_169016-52847.jpg?_wi=2", }, { id: "p3", @@ -247,7 +247,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241315.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241315.jpg?_wi=2", }, ]} title="Office Solutions for Every Business" -- 2.49.1