From 4a32c98ce8c23a862a4d4a29ddbc2fc2a559a18d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:11:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f47080d..c817e41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,9 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Welcoming hotel entrance and lobby"}, + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=1", imageAlt: "Welcoming hotel entrance and lobby"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Comfortable bedroom with clean linens and French decor"}, + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=2", imageAlt: "Comfortable bedroom with clean linens and French decor"}, ]} rating={5} ratingText="Trusted by travelers worldwide" @@ -82,13 +82,13 @@ export default function LandingPage() { features={[ { id: "1", title: "Cozy Bedrooms", author: "Henkous Standard", description: "Clean, comfortable beds with quality linens and French-style décor that creates a welcoming atmosphere for restful sleep.", tags: ["Bedding", "Comfort"], - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Comfortable bedroom at Henkous"}, + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=3", imageAlt: "Comfortable bedroom at Henkous"}, { id: "2", title: "Private Bathrooms", author: "In-Room Amenities", description: "Each room includes a private bathroom with modern fixtures and daily housekeeping service to ensure cleanliness and comfort.", tags: ["Bathroom", "Amenity"], imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-towel-inside-bedroom-hotel_1150-10838.jpg", imageAlt: "Clean private bathroom"}, { id: "3", title: "Free Wi-Fi Throughout", author: "Connected Stay", description: "Complimentary wireless internet available in all rooms and common areas, keeping you connected throughout your stay.", tags: ["Technology", "Connectivity"], - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Modern hotel interior with connectivity"}, + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=4", imageAlt: "Modern hotel interior with connectivity"}, ]} animationType="slide-up" textboxLayout="default" @@ -153,13 +153,13 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "Marie Dupont", role: "Business Traveler", testimonial: "Perfect location for access to La Défense. The staff was incredibly helpful and the rooms are clean and comfortable. Great value for the price!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marie Dupont"}, + id: "1", name: "Marie Dupont", role: "Business Traveler", testimonial: "Perfect location for access to La Défense. The staff was incredibly helpful and the rooms are clean and comfortable. Great value for the price!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marie Dupont"}, { id: "2", name: "James Mitchell", role: "Tourist from UK", testimonial: "Charming hotel in a quiet neighborhood. Close enough to Paris but feels like a real local area. Loved the friendly atmosphere and personalized service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Mitchell"}, { - id: "3", name: "Sophie Laurent", role: "Short-term Visitor", testimonial: "Affordable, clean, and well-positioned for exploring the region. The staff arranged everything I needed. I'll definitely stay here again on my next Paris visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophie Laurent"}, + id: "3", name: "Sophie Laurent", role: "Short-term Visitor", testimonial: "Affordable, clean, and well-positioned for exploring the region. The staff arranged everything I needed. I'll definitely stay here again on my next Paris visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophie Laurent"}, { - id: "4", name: "David Chen", role: "Corporate Guest", testimonial: "Excellent communication by phone for booking and check-in. Comfortable rooms, good internet, and quick access to business district. Recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"}, + id: "4", name: "David Chen", role: "Corporate Guest", testimonial: "Excellent communication by phone for booking and check-in. Comfortable rooms, good internet, and quick access to business district. Recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Chen"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1