From a7c13dd757d06d61fcf21a5ee999b2abb1ae4f26 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:44:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f662811..310bee9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,25 +55,25 @@ export default function LandingPage() { testimonials={[ { name: "Alice W.", handle: "Frequent Guest", testimonial: "Great location near the CBD and excellent room comfort for the price.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg", imageAlt: "luxury hotel lobby warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg?_wi=1", imageAlt: "luxury hotel lobby warm lighting"}, { name: "John D.", handle: "Business Traveler", testimonial: "Friendly team and very welcoming environment, enjoyed my stay.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-with-coffee-cup_23-2149429379.jpg", imageAlt: "luxury hotel lobby warm lighting"}, { name: "Mark S.", handle: "Weekend Traveler", testimonial: "Incredible value for the price and very close to major attractions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg", imageAlt: "luxury hotel lobby warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg?_wi=1", imageAlt: "luxury hotel lobby warm lighting"}, { name: "Elena R.", handle: "Digital Nomad", testimonial: "Solid Wi-Fi and quiet nights, perfect for getting work done.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/woman-bathrobe-sitting-bed_1303-13299.jpg", imageAlt: "luxury hotel lobby warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-bathrobe-sitting-bed_1303-13299.jpg?_wi=1", imageAlt: "luxury hotel lobby warm lighting"}, { name: "Tom B.", handle: "Tourist", testimonial: "The staff made me feel welcome from the second I walked in.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-bokeh-effect_1203-1502.jpg", imageAlt: "luxury hotel lobby warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-bokeh-effect_1203-1502.jpg?_wi=1", imageAlt: "luxury hotel lobby warm lighting"}, ]} buttons={[ { text: "Book Now", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/portrait-smiling-female-staff-standing-escalator_107420-63613.jpg", alt: "Portrait of smiling female staff"}, @@ -119,15 +119,15 @@ export default function LandingPage() { features={[ { title: "Prime Location", description: "Located just minutes away from the CBD, perfect for business and sightseeing.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-bathrobe-sitting-bed_1303-13299.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-bathrobe-sitting-bed_1303-13299.jpg?_wi=2"}, }, { title: "Comfortable Rooms", description: "Spacious, clean, and quiet rooms designed to ensure you get a restful night's sleep.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-bedroom-design-overlooking-city-through-window-generated-by-ai_188544-16923.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-bokeh-effect_1203-1502.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-bokeh-effect_1203-1502.jpg?_wi=2"}, }, { title: "Dedicated Service", description: "Our friendly team is always on hand to assist with your needs around the clock.", phoneOne: { -- 2.49.1