diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d1de015..47e9b81 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -119,7 +119,7 @@ export default function ContactPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/building-night_1127-3366.jpg" + imageSrc="http://img.b2bpic.net/free-photo/building-night_1127-3366.jpg?_wi=2" imageAlt="Hotel exterior at sunset" mediaPosition="right" buttonText="Request Booking" diff --git a/src/app/page.tsx b/src/app/page.tsx index 35f024e..37dd958 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,7 +188,7 @@ export default function HomePage() { price: "SAR 350-450", rating: 4, reviewCount: "180", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-4503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-4503.jpg?_wi=1", imageAlt: "Comfortable Standard Room at Areen Airport Hotel", }, { @@ -198,7 +198,7 @@ export default function HomePage() { price: "SAR 500-650", rating: 5, reviewCount: "220", - imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=1", imageAlt: "Spacious Deluxe Room with modern amenities", }, { @@ -208,7 +208,7 @@ export default function HomePage() { price: "SAR 650-800", rating: 5, reviewCount: "195", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3756.jpg?_wi=1", imageAlt: "Spacious Family Room perfect for groups", }, { @@ -218,7 +218,7 @@ export default function HomePage() { price: "SAR 1000-1200", rating: 5, reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-alone-summer-cute-dress-vacation-luxury-villa_343596-357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-alone-summer-cute-dress-vacation-luxury-villa_343596-357.jpg?_wi=1", imageAlt: "Luxurious Executive Suite with premium amenities", }, ]} diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 95fff67..db13c95 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -55,7 +55,7 @@ export default function RoomsPage() { rating: 4, reviewCount: "180", imageSrc: - "http://img.b2bpic.net/free-photo/pillow-bed_74190-4503.jpg", + "http://img.b2bpic.net/free-photo/pillow-bed_74190-4503.jpg?_wi=2", imageAlt: "Comfortable Standard Room at Areen Airport Hotel", }, { @@ -66,7 +66,7 @@ export default function RoomsPage() { rating: 5, reviewCount: "220", imageSrc: - "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", + "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=2", imageAlt: "Spacious Deluxe Room with modern amenities", }, { @@ -77,7 +77,7 @@ export default function RoomsPage() { rating: 5, reviewCount: "195", imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3756.jpg", + "http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3756.jpg?_wi=2", imageAlt: "Spacious Family Room perfect for groups", }, { @@ -88,7 +88,7 @@ export default function RoomsPage() { rating: 5, reviewCount: "150", imageSrc: - "http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-alone-summer-cute-dress-vacation-luxury-villa_343596-357.jpg", + "http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-alone-summer-cute-dress-vacation-luxury-villa_343596-357.jpg?_wi=2", imageAlt: "Luxurious Executive Suite with premium amenities", }, ]} @@ -165,7 +165,7 @@ export default function RoomsPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/building-night_1127-3366.jpg" + imageSrc="http://img.b2bpic.net/free-photo/building-night_1127-3366.jpg?_wi=1" imageAlt="Hotel exterior at night" mediaPosition="right" buttonText="Complete Booking"