diff --git a/src/app/page.tsx b/src/app/page.tsx index a52de85..69ff6ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@traveler", testimonial: "Outstanding high standards - absolute recommendation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg?_wi=1", imageAlt: "luxury resort night exterior tropical", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@traveler", testimonial: "Very warm and welcoming staff. Beautiful new building.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg?_wi=1", imageAlt: "luxury hotel room interior", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@traveler", testimonial: "Perfect location near the beach. We loved it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg?_wi=1", imageAlt: "deluxe room interior garden view", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { handle: "@traveler", testimonial: "Absolute dream! Such a cozy and modern hotel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg?_wi=1", imageAlt: "luxurious bedroom king bed", }, { @@ -109,7 +109,7 @@ export default function LandingPage() { handle: "@traveler", testimonial: "Exceptional cleanliness and amazing views.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-deck-lounge-around-swimming-pool-hotel-resort_74190-10016.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-deck-lounge-around-swimming-pool-hotel-resort_74190-10016.jpg?_wi=1", imageAlt: "infinity pool luxury resort", }, ]} @@ -123,7 +123,7 @@ export default function LandingPage() { href: "#rooms", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg?_wi=2" imageAlt="Sweet Emotion Hotel exterior" mediaAnimation="slide-up" avatars={[ @@ -202,37 +202,37 @@ export default function LandingPage() { id: "r1", name: "Double or Twin Room", price: "LKR 7,884", - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg?_wi=2", }, { id: "r2", name: "Deluxe Double or Twin Room", price: "LKR 7,884", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg?_wi=2", }, { id: "r3", name: "Deluxe Double Room", price: "LKR 8,830", - imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg?_wi=2", }, { id: "r4", name: "Family Suite", price: "LKR 12,000", - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg?_wi=3", }, { id: "r5", name: "Garden View Room", price: "LKR 9,500", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg?_wi=3", }, { id: "r6", name: "Ocean Breeze Suite", price: "LKR 15,000", - imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg?_wi=3", }, ]} title="Our Luxurious Rooms" @@ -255,7 +255,7 @@ export default function LandingPage() { "Pool", "View", ], - imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-deck-lounge-around-swimming-pool-hotel-resort_74190-10016.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-deck-lounge-around-swimming-pool-hotel-resort_74190-10016.jpg?_wi=2", }, { id: "f2", @@ -386,7 +386,7 @@ export default function LandingPage() { content: "We offer shuttle service from Koggala Airport (22km) and Galle Fort (35km).", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg?_wi=3" title="Location Details" description="How to reach us and nearby attractions." faqsAnimation="slide-up"