From a47181295129039677c9f48864f43278e318791f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:54:34 +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 a6e1746..1f0930a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,19 +59,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@traveler", testimonial: "Outstanding high standards - absolute recommendation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg", imageAlt: "luxury resort night exterior tropical"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg?_wi=1", imageAlt: "luxury resort night exterior tropical"}, { name: "Markus K.", 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", imageAlt: "luxury hotel room interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg?_wi=1", imageAlt: "luxury hotel room interior"}, { name: "Elena V.", 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", imageAlt: "deluxe room interior garden view"}, + imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg?_wi=1", imageAlt: "deluxe room interior garden view"}, { name: "Jasper D.", 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", imageAlt: "luxurious bedroom king bed"}, + imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg?_wi=1", imageAlt: "luxurious bedroom king bed"}, { name: "Lucia S.", 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", imageAlt: "infinity pool luxury resort"}, + 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"}, ]} buttons={[ { @@ -79,7 +79,7 @@ export default function LandingPage() { { text: "View Rooms", 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={[ @@ -130,17 +130,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - 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"}, + 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?_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"}, + 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?_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"}, + 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?_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"}, + id: "r4", name: "Family Suite", price: "LKR 12,000", 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"}, + 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?_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"}, + 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?_wi=3"}, ]} title="Our Luxurious Rooms" description="Indulge in comfort with our carefully designed spaces." @@ -156,7 +156,7 @@ export default function LandingPage() { { id: "f1", title: "Infinity Pool", author: "Enjoy a swim", description: "Crystal clear water with ocean views.", tags: [ "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", title: "Fine Dining", author: "Eat well", description: "Gourmet local and international cuisine.", tags: [ "Dining", "Chef"], @@ -230,7 +230,7 @@ export default function LandingPage() { { id: "q3", title: "Airport Transfers?", 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"