From 6246fa856225a6332c5946b1800bf8c971676345 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 02:25:17 +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 d22544c..fd59c7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/interior-design-beautiful-castle_23-2151010479.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-design-beautiful-castle_23-2151010479.jpg?_wi=1" imageAlt="Royal Residency Suite" mediaAnimation="slide-up" avatars={[ @@ -149,37 +149,37 @@ export default function LandingPage() { id: "s1", name: "Presidential Suite", price: "₹8,500", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg?_wi=1", }, { id: "s2", name: "Executive Room", price: "₹5,200", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-towel-inside-bedroom-hotel_1150-10838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-towel-inside-bedroom-hotel_1150-10838.jpg?_wi=1", }, { id: "s3", name: "Deluxe Retreat", price: "₹3,900", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-frankenstein-sitting-table_23-2149636929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-frankenstein-sitting-table_23-2149636929.jpg?_wi=1", }, { id: "s4", name: "Royal Chamber", price: "₹12,000", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg?_wi=2", }, { id: "s5", name: "Signature Suite", price: "₹9,500", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-towel-inside-bedroom-hotel_1150-10838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-towel-inside-bedroom-hotel_1150-10838.jpg?_wi=2", }, { id: "s6", name: "Heritage Room", price: "₹4,500", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-frankenstein-sitting-table_23-2149636929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-frankenstein-sitting-table_23-2149636929.jpg?_wi=2", }, ]} title="Our Accommodations" @@ -214,7 +214,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-beautiful-castle_23-2151010479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-beautiful-castle_23-2151010479.jpg?_wi=2", imageAlt: "luxury boutique hotel cinematic interior", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg?_wi=3", imageAlt: "deluxe hotel suite white linens", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-towel-inside-bedroom-hotel_1150-10838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-towel-inside-bedroom-hotel_1150-10838.jpg?_wi=3", imageAlt: "executive suite premium furniture", }, ]} -- 2.49.1