From cf7519f53d3651cdce14d1ce68141d2345485c84 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:41:16 +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 b226eed..4a7cd00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,15 +73,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/light-post-with-spiderweb-halloween_53876-138109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-post-with-spiderweb-halloween_53876-138109.jpg?_wi=1", imageAlt: "River View", }, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771521.jpg?_wi=1", imageAlt: "Room Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-hotel-porter-carrying-luggage-help-people-reception-lobby-area-moving-trolley-bags-guests-registering-modern-resort-elegant-concierge-providing-luxury-service_482257-75143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hotel-porter-carrying-luggage-help-people-reception-lobby-area-moving-trolley-bags-guests-registering-modern-resort-elegant-concierge-providing-luxury-service_482257-75143.jpg?_wi=1", imageAlt: "Staff Service", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { description: "Named staff repeatedly praised — real human connection.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/light-post-with-spiderweb-halloween_53876-138109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-post-with-spiderweb-halloween_53876-138109.jpg?_wi=2", imageAlt: "Stylish room with blurred effect", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { description: "Pool, sauna, steam — unwind after the city.", bentoComponent: "reveal-icon", icon: Waves, - imageSrc: "http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771521.jpg?_wi=2", imageAlt: "Stylish room with blurred effect", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { description: "Breakfasts guests rave about. In-room dining that delivers.", bentoComponent: "reveal-icon", icon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/male-hotel-porter-carrying-luggage-help-people-reception-lobby-area-moving-trolley-bags-guests-registering-modern-resort-elegant-concierge-providing-luxury-service_482257-75143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hotel-porter-carrying-luggage-help-people-reception-lobby-area-moving-trolley-bags-guests-registering-modern-resort-elegant-concierge-providing-luxury-service_482257-75143.jpg?_wi=2", imageAlt: "Stylish room with blurred effect", }, ]} -- 2.49.1