diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 3f7c716..0708a8f 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -52,21 +52,21 @@ export default function RoomsPage() { id: 1, title: "Browse Rooms", description: "Explore our extensive collection of luxury rooms filtered by location, amenities, price range, and guest ratings. Use our AI assistant to get personalized suggestions.", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-booking-reservation-travel-reception-concept_53876-124416.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-booking-reservation-travel-reception-concept_53876-124416.jpg?_wi=2", imageAlt: "Browse and filter rooms", }, { id: 2, title: "Check Details & Book", description: "View 3D previews, check availability calendar, read guest reviews, and see high-resolution images uploaded by property owners. Select your dates and proceed to checkout.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-teacups-antique-store_23-2149640750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-teacups-antique-store_23-2149640750.jpg?_wi=2", imageAlt: "Room details and booking", }, { id: 3, title: "Complete Payment", description: "Complete your booking with secure payment options. Choose from UPI, credit cards, or debit cards. Instant confirmation email sent to you and the property owner.", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-data-privacy-landing-page-template_23-2149435936.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-data-privacy-landing-page-template_23-2149435936.jpg?_wi=2", imageAlt: "Secure payment process", }, ]} @@ -90,7 +90,7 @@ export default function RoomsPage() { price: "₹15,000/night", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-teacups-antique-store_23-2149640750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-teacups-antique-store_23-2149640750.jpg?_wi=3", imageAlt: "Presidential Suite", }, { @@ -100,7 +100,7 @@ export default function RoomsPage() { price: "₹8,500/night", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/bed-beach_1203-305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bed-beach_1203-305.jpg?_wi=2", imageAlt: "Deluxe Ocean View", }, { @@ -110,7 +110,7 @@ export default function RoomsPage() { price: "₹6,200/night", rating: 4, reviewCount: "945", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127949.jpg?_wi=2", imageAlt: "Garden Suite", }, { @@ -120,7 +120,7 @@ export default function RoomsPage() { price: "₹12,000/night", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-posed-restaurant-round-circle-wall_627829-13163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-posed-restaurant-round-circle-wall_627829-13163.jpg?_wi=2", imageAlt: "Romantic Penthouse", }, { @@ -130,7 +130,7 @@ export default function RoomsPage() { price: "₹7,800/night", rating: 5, reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=2", imageAlt: "Executive Deluxe Room", }, { @@ -140,7 +140,7 @@ export default function RoomsPage() { price: "₹4,500/night", rating: 4, reviewCount: "2.1k", - imageSrc: "http://img.b2bpic.net/free-photo/bed-beach_1203-305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bed-beach_1203-305.jpg?_wi=3", imageAlt: "Standard Comfort Room", }, ]} @@ -166,7 +166,7 @@ export default function RoomsPage() { content: "Yes! You can modify your booking dates or cancel up to 48 hours before check-in for a full refund. Modifications can be done through your account dashboard. For cancellations within 48 hours, a cancellation fee may apply depending on the room policy.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/customer-support-worker-has-conversation-with-client-live-chat_482257-126022.jpg" + imageSrc="http://img.b2bpic.net/free-photo/customer-support-worker-has-conversation-with-client-live-chat_482257-126022.jpg?_wi=1" imageAlt="Customer support representative" title="Frequently Asked Questions" description="Find answers to common questions about booking with LuxeStay" @@ -181,7 +181,7 @@ export default function RoomsPage() {