From 0d1eb52c21cb2f63ee63ba8349e39f30914edd11 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:35:33 +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 755a4d9..36ec896 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg?_wi=1", imageAlt: "modern office space interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg?_wi=1", imageAlt: "elegant co-working space", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1770.jpg?_wi=1", imageAlt: "corporate lounge area design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-coffee-cup_23-2148295801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-coffee-cup_23-2148295801.jpg?_wi=1", imageAlt: "high-end executive office space", }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg?_wi=1", imageAlt: "luxury office reception lobby", }, { @@ -241,7 +241,7 @@ export default function LandingPage() { quote: "The most professional environment I've ever worked in. Highly recommended.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg?_wi=2", imageAlt: "professional executive portrait", }, { @@ -252,7 +252,7 @@ export default function LandingPage() { quote: "Exceptional service and beautiful design. It changed how we work.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-outside-city_1303-16174.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg?_wi=2", imageAlt: "professional executive portrait", }, { @@ -263,7 +263,7 @@ export default function LandingPage() { quote: "The perfect balance of luxury and function. An absolute asset to my business.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1770.jpg?_wi=2", imageAlt: "professional executive portrait", }, { @@ -274,7 +274,7 @@ export default function LandingPage() { quote: "Seamless operations and unmatched professional atmosphere.", tag: "Finance", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-with-hand-touching-his-chin-looking-camera-smile-wearing-white-shirt-cream-jacket-white-background-business-concept_549566-823.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-coffee-cup_23-2148295801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-coffee-cup_23-2148295801.jpg?_wi=2", imageAlt: "professional executive portrait", }, { @@ -285,7 +285,7 @@ export default function LandingPage() { quote: "The concierge team is truly top-tier. I love being here every day.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg?_wi=2", imageAlt: "professional executive portrait", }, ]} -- 2.49.1