From 742c734beab966fd4db0e449dbe7bc8977804df8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:09:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d30057e..e567a61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Experience intimate elegance with personalized service. Reserve your exclusive escape today." tag="Boutique Luxury" tagIcon={Crown} - imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" + 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 suite with elegant decor and premium furnishings" textPosition="bottom-left" showBlur={true} @@ -70,7 +70,7 @@ export default function LandingPage() { { id: "1", name: "The Elegance Suite", price: "$450/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9619.jpg", imageAlt: "The Elegance Suite featuring sophisticated furnishings and ambient lighting"}, { - id: "2", name: "The Romance Retreat", price: "$520/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "The Romance Retreat with panoramic views and premium amenities"}, + id: "2", name: "The Romance Retreat", price: "$520/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "The Romance Retreat with panoramic views and premium amenities"}, { id: "3", name: "The Penthouse Escape", price: "$680/night", imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", imageAlt: "The Penthouse Escape offering ultimate luxury and exclusivity"}, ]} -- 2.49.1