From ea7fdf8a667880e2a82f598b4fa8e1c0d13e2f1f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 19:44:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f027ec..3044756 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,11 +118,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Premium Suite", tags: ["Luxury", "King Bed"], - imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1" }, { id: "2", title: "Deluxe Room", tags: ["Spacious", "City View"], - imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2" }, { id: "3", title: "Standard Room", tags: ["Comfortable", "Affordable"], @@ -212,16 +212,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "An Unforgettable Honeymoon", quote: "Our stay at Luxury Haven was absolutely magical. The suite was stunning, the staff was impeccable, and every moment felt like a dream. We can't wait to return!", name: "Sarah Mitchell", role: "Newlywed", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" + id: "1", title: "An Unforgettable Honeymoon", quote: "Our stay at Luxury Haven was absolutely magical. The suite was stunning, the staff was impeccable, and every moment felt like a dream. We can't wait to return!", name: "Sarah Mitchell", role: "Newlywed", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", title: "Perfect Corporate Retreat", quote: "The hotel's facilities and professional service made our corporate event seamless. The conference rooms, dining options, and accommodations exceeded all our expectations.", name: "Michael Chen", role: "Event Coordinator", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "2", title: "Perfect Corporate Retreat", quote: "The hotel's facilities and professional service made our corporate event seamless. The conference rooms, dining options, and accommodations exceeded all our expectations.", name: "Michael Chen", role: "Event Coordinator", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", title: "Family Vacation Paradise", quote: "Our family had an amazing time. The kids loved the pool, the spa helped us relax, and the restaurant offered something for everyone. A truly wonderful experience!", name: "Emily Rodriguez", role: "Travel Enthusiast", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", title: "Family Vacation Paradise", quote: "Our family had an amazing time. The kids loved the pool, the spa helped us relax, and the restaurant offered something for everyone. A truly wonderful experience!", name: "Emily Rodriguez", role: "Travel Enthusiast", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { - id: "4", title: "Luxury at Its Finest", quote: "This is the finest hotel I've ever stayed at. From the moment we arrived until checkout, every detail was perfect. The attention to service is remarkable.", name: "David Kim", role: "Business Executive", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" + id: "4", title: "Luxury at Its Finest", quote: "This is the finest hotel I've ever stayed at. From the moment we arrived until checkout, every detail was perfect. The attention to service is remarkable.", name: "David Kim", role: "Business Executive", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" } ]} />