From 97969414e4cb75d07ac447f4221e7b2ac088e2a0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:11:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8ad943..e9d7769 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { href: "#rooms", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=1" imageAlt="Cinematic hotel exterior at Hotel Rajshree International" mediaAnimation="slide-up" /> @@ -158,42 +158,42 @@ export default function LandingPage() { id: 1, title: "Free Wi-Fi", description: "Stay connected with high-speed internet access throughout the hotel.", - imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=2", imageAlt: "Wi-Fi icon", }, { id: 2, title: "Complimentary Breakfast", description: "Start your day with a delicious and fresh breakfast, on us.", - imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=3", imageAlt: "Breakfast icon", }, { id: 3, title: "Air Conditioning", description: "Enjoy comfortable temperatures in all our rooms, perfectly climate-controlled.", - imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=4", imageAlt: "AC icon", }, { id: 4, title: "Free Parking", description: "Secure and convenient parking available for all our guests.", - imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=5", imageAlt: "Parking icon", }, { id: 5, title: "Room Service", description: "Indulge in dining comfort with our prompt and efficient room service.", - imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=6", imageAlt: "Room service icon", }, { id: 6, title: "Laundry Service", description: "Keep your wardrobe fresh and clean with our professional laundry services.", - imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=7", imageAlt: "Laundry icon", }, ]}