From 991d4af1f018f57b90689957ecb8121db4469459 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:28:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 934a507..6b7b2e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function HomePage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Deluxe Room" }, { imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-4478.jpg", imageAlt: "Hotel Dining Area" @@ -124,11 +124,11 @@ export default function HomePage() { }, { id: 3, - title: "Convenient Location", description: "Centrally located in Shirpur with easy access to bus stands, markets, and main attractions.", imageSrc: "http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg" + title: "Convenient Location", description: "Centrally located in Shirpur with easy access to bus stands, markets, and main attractions.", imageSrc: "http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg?_wi=1" }, { id: 4, - title: "Fast WiFi", description: "High-speed internet throughout the hotel. Work or leisure, stay connected with our reliable WiFi.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg" + title: "Fast WiFi", description: "High-speed internet throughout the hotel. Work or leisure, stay connected with our reliable WiFi.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg?_wi=1" }, ]} animationType="blur-reveal" @@ -153,7 +153,7 @@ export default function HomePage() { id: "standard", name: "Standard Room", price: "₹1,500 - ₹2,000/night", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-blanket-bed-decoration-interior-bedroom_74190-13578.jpg", imageAlt: "Standard Room" }, { - id: "deluxe", name: "Deluxe Room", price: "₹2,500 - ₹3,500/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room" + id: "deluxe", name: "Deluxe Room", price: "₹2,500 - ₹3,500/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: "Deluxe Room" }, { id: "family", name: "Family Room", price: "₹3,500 - ₹5,000/night", imageSrc: "http://img.b2bpic.net/free-photo/side-view-roommates-laying-bed_23-2149485690.jpg", imageAlt: "Family Room" @@ -172,7 +172,7 @@ export default function HomePage() { features={[ { id: 1, - title: "Free High-Speed WiFi", description: "Stay connected with reliable internet throughout the hotel. Work-friendly speeds and 24/7 availability.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg" + title: "Free High-Speed WiFi", description: "Stay connected with reliable internet throughout the hotel. Work-friendly speeds and 24/7 availability.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg?_wi=2" }, { id: 2, @@ -206,22 +206,22 @@ export default function HomePage() {