From bddcb2baba02fe05c522b9da3aa340d4f6b4cc76 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:45:07 +0000 Subject: [PATCH] Update src/app/offerings/page.tsx --- src/app/offerings/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/offerings/page.tsx b/src/app/offerings/page.tsx index 311fe4e..7479d29 100644 --- a/src/app/offerings/page.tsx +++ b/src/app/offerings/page.tsx @@ -99,13 +99,13 @@ export default function OfferingsPage() { features={[ { 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"}, + 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?_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"}, + 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?_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"}, + 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?_wi=1"}, ]} /> @@ -125,7 +125,7 @@ export default function OfferingsPage() {