From 2c3765325abd6f49894c8e11facbf72f07bf6782 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:31:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1acaf9..7f515ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,19 +68,19 @@ export default function LandingPage() { imageAlt: "Comfortable room", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=1", imageAlt: "Lobby", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-23904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-23904.jpg?_wi=1", imageAlt: "Bathroom", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg?_wi=1", imageAlt: "Bedroom", }, { - imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-88.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-88.jpg?_wi=1", imageAlt: "Dining", }, ]} @@ -90,19 +90,19 @@ export default function LandingPage() { imageAlt: "Detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-88.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-88.jpg?_wi=2", imageAlt: "Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg?_wi=2", imageAlt: "Bedroom", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-23904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-23904.jpg?_wi=2", imageAlt: "Design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=2", imageAlt: "Lobby", }, ]} @@ -139,13 +139,13 @@ export default function LandingPage() { id: "1", title: "Deluxe Comfort", description: "High-quality beds with crisp linens.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956520.jpg?_wi=1", }, { id: "2", title: "Standard Value", description: "Perfect for budget-conscious business travelers.", - imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg?_wi=1", }, { id: "3", @@ -157,13 +157,13 @@ export default function LandingPage() { id: "4", title: "Executive Suite", description: "Perfect blend of space and productivity.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956520.jpg?_wi=2", }, { id: "5", title: "Economy Single", description: "A cozy retreat for solo wanderers.", - imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg?_wi=2", }, ]} title="Accommodation Features" @@ -245,7 +245,7 @@ export default function LandingPage() { handle: "@ravi_travel", testimonial: "Very clean rooms and professional staff. A great choice in Lohardaga.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=1", }, { id: "2", @@ -277,7 +277,7 @@ export default function LandingPage() { handle: "@vik_singh", testimonial: "An excellent hidden gem in Lohardaga, will visit again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1