From 2fe6c4560416ecd5f57be2c47d62321da14e91df Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:33:08 +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 8fbf839..91d99ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxury hotel bedroom with modern design"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Luxury hotel bedroom with modern design"}, { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-vacation-by-pool-using-phone_1303-14386.jpg", imageAlt: "Resort pool with ocean view"}, { @@ -64,7 +64,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/two-deck-chairs-wooden-floor-water-villa-sunset-time-maldives-island_1232-4469.jpg", imageAlt: "Beachfront accommodation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Boutique hotel modern design"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Boutique hotel modern design"}, ]} mediaAnimation="slide-up" ariaLabel="Hero section showcasing accommodation gallery" @@ -150,11 +150,11 @@ export default function LandingPage() { buttonAnimation="slide-up" members={[ { - id: "1", name: "Emma Richardson", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg", imageAlt: "Emma Richardson, Founder & CEO"}, + id: "1", name: "Emma Richardson", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg?_wi=1", imageAlt: "Emma Richardson, Founder & CEO"}, { id: "2", name: "Michael Chen", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Michael Chen, Head of Operations"}, { - id: "3", name: "Sofia Martinez", role: "Property Specialist", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg", imageAlt: "Sofia Martinez, Property Specialist"}, + id: "3", name: "Sofia Martinez", role: "Property Specialist", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg?_wi=2", imageAlt: "Sofia Martinez, Property Specialist"}, { id: "4", name: "James Wilson", role: "Customer Success", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg", imageAlt: "James Wilson, Customer Success"}, ]} -- 2.49.1