From 8f81daa652b8b71053a97672b081e869de4acfda Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:05:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e4ee00..71f003f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,15 +75,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9595.jpg?_wi=1", imageAlt: "Club Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaujtiful-woman-luxury-travcel-house_23-2149140863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaujtiful-woman-luxury-travcel-house_23-2149140863.jpg?_wi=1", imageAlt: "Poolside Lounge", }, { - imageSrc: "http://img.b2bpic.net/free-photo/red-cocktail-glass-table_140725-9711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-cocktail-glass-table_140725-9711.jpg?_wi=1", imageAlt: "Cocktail Bar", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { description: "Expertly crafted cocktails and rare spirits.", bentoComponent: "reveal-icon", icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9595.jpg?_wi=2", imageAlt: "luxury club lounge", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { description: "Personalized service for every member.", bentoComponent: "reveal-icon", icon: Crown, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaujtiful-woman-luxury-travcel-house_23-2149140863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaujtiful-woman-luxury-travcel-house_23-2149140863.jpg?_wi=2", imageAlt: "luxury poolside lounge", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { description: "Curated music and performance events.", bentoComponent: "reveal-icon", icon: Headphones, - imageSrc: "http://img.b2bpic.net/free-photo/red-cocktail-glass-table_140725-9711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-cocktail-glass-table_140725-9711.jpg?_wi=2", imageAlt: "luxury bar counter", }, ]} -- 2.49.1