diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9e72ebd..f29bbd7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,7 +43,7 @@ export default function AboutPage() { title="Our Story & Mission" description="Luxe Haven was founded with a singular vision: to redefine luxury hospitality. For over two decades, we've been committed to providing world-class accommodations, impeccable service, and unforgettable experiences. Our journey began with a passion for excellence and has evolved into a beacon of luxury in the hospitality industry." tag="Our Heritage" - imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2" imageAlt="Luxe Haven heritage and excellence" useInvertedBackground={false} buttons={[ @@ -60,19 +60,19 @@ export default function AboutPage() { features={[ { id: "1", category: ["Quality", "Service"], - title: "Uncompromising Quality Standards", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-jacuzzi_169016-22940.jpg", imageAlt: "Premium quality and service standards" + title: "Uncompromising Quality Standards", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-jacuzzi_169016-22940.jpg?_wi=2", imageAlt: "Premium quality and service standards" }, { id: "2", category: ["Innovation", "Technology"], - title: "Cutting-Edge Technology", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg", imageAlt: "Modern technology integration" + title: "Cutting-Edge Technology", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg?_wi=2", imageAlt: "Modern technology integration" }, { id: "3", category: ["Sustainability", "Environment"], - title: "Environmental Responsibility", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-chair-around-outdoor-swimming-pool-hotel-resort-nearly-sea-beach-ocean_74190-14080.jpg", imageAlt: "Sustainable luxury practices" + title: "Environmental Responsibility", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-chair-around-outdoor-swimming-pool-hotel-resort-nearly-sea-beach-ocean_74190-14080.jpg?_wi=2", imageAlt: "Sustainable luxury practices" }, { id: "4", category: ["Community", "Care"], - title: "Community Engagement", imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg", imageAlt: "Community and social responsibility" + title: "Community Engagement", imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=2", imageAlt: "Community and social responsibility" } ]} animationType="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 09c68c9..b969c4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { title="Rooms & Suites Beyond Compare" description="Each room is meticulously designed with premium furnishings, modern technology, and stunning views. From cozy standard rooms to lavish suites, we offer accommodations for every traveler." tag="Accommodations" - imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1" imageAlt="Luxurious hotel room with premium amenities" useInvertedBackground={false} buttons={[ @@ -83,19 +83,19 @@ export default function LandingPage() { features={[ { id: "1", category: ["Wellness", "Relaxation"], - title: "Full-Service Spa & Wellness Center", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-jacuzzi_169016-22940.jpg", imageAlt: "Premium spa and wellness center" + title: "Full-Service Spa & Wellness Center", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-jacuzzi_169016-22940.jpg?_wi=1", imageAlt: "Premium spa and wellness center" }, { id: "2", category: ["Dining", "Cuisine"], - title: "Fine Dining Restaurant & Bar", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg", imageAlt: "Elegant restaurant and lounge area" + title: "Fine Dining Restaurant & Bar", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg?_wi=1", imageAlt: "Elegant restaurant and lounge area" }, { id: "3", category: ["Recreation", "Leisure"], - title: "Olympic-Size Swimming Pool", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-chair-around-outdoor-swimming-pool-hotel-resort-nearly-sea-beach-ocean_74190-14080.jpg", imageAlt: "Resort-style swimming pool" + title: "Olympic-Size Swimming Pool", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-chair-around-outdoor-swimming-pool-hotel-resort-nearly-sea-beach-ocean_74190-14080.jpg?_wi=1", imageAlt: "Resort-style swimming pool" }, { id: "4", category: ["Service", "Hospitality"], - title: "24/7 Concierge & Room Service", imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg", imageAlt: "Professional hotel staff providing service" + title: "24/7 Concierge & Room Service", imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=1", imageAlt: "Professional hotel staff providing service" } ]} animationType="slide-up"