diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index f99cc35..bd1b32b 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2681.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg?_wi=2", imageAlt: "modern luxury swimming pool hotel", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114244.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg?_wi=2", imageAlt: "modern luxury swimming pool hotel", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2669.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg?_wi=2", imageAlt: "modern luxury swimming pool hotel", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4478d6a..6290c32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { }} title="Escape to Cinematic Serenity" description="Experience the art of minimalism in the heart of the city. Aura Hotel defines luxury with understated elegance and warm architectural details." - imageSrc="http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", @@ -113,7 +113,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Where Simplicity Meets Grandeur" description="Aura Hotel is designed for those who appreciate the quiet power of refined living. Every detail, from the textured materials to the soft natural lighting, is curated for your complete peace." - imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg?_wi=1" /> diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index cef17dd..0260ba2 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { name: "Zen Suite", price: "$450/night", variant: "King Size", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg?_wi=1", }, { id: "room-2",