diff --git a/src/app/offerings/page.tsx b/src/app/offerings/page.tsx index 5060d97..263115b 100644 --- a/src/app/offerings/page.tsx +++ b/src/app/offerings/page.tsx @@ -125,19 +125,19 @@ export default function OfferingsPage() { id: 1, title: "Discover & Inspire", description: "Browse our curated collection of exclusive destinations, bespoke services, and signature experiences tailored to your preferences.", - 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", }, { id: 2, title: "Personalize & Plan", description: "Work with our dedicated concierge team to customize every detail of your escape, from accommodations to dining reservations.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1", }, { id: 3, title: "Reserve with Confidence", description: "Complete your booking through our secure, intuitive platform with transparent pricing and flexible terms designed for your peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg?_wi=1", }, ]} /> @@ -158,7 +158,7 @@ export default function OfferingsPage() {