Update src/app/services/page.tsx

This commit is contained in:
2026-03-04 03:21:14 +00:00
parent 89d7e0e169
commit a39b70c90c

View File

@@ -42,7 +42,7 @@ export default function ServicesPage() {
tag="Our Offerings"
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
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=2"
imageAlt="Premium luxury service showcase"
mediaAnimation="slide-up"
testimonials={[
@@ -51,7 +51,7 @@ export default function ServicesPage() {
handle: "CEO, Ashford Capital",
testimonial: "The level of attention to detail and personalized service exceeded all expectations. Truly an experience worthy of my time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=5",
},
]}
testimonialRotationInterval={5000}
@@ -75,42 +75,42 @@ export default function ServicesPage() {
id: "1",
title: "Executive Retreats",
description: "Bespoke corporate experiences with white-glove service, strategic planning spaces, and executive dining. Perfect for leadership retreats and confidential business gatherings.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598341.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598341.jpg?_wi=2",
imageAlt: "Luxury executive boardroom",
},
{
id: "2",
title: "Wellness Escapes",
description: "Holistic rejuvenation programs combining premium spa services, personalized wellness coaching, and gourmet nutrition. Tailored to your specific health and relaxation goals.",
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-couple-wearing-bathrobes-while-enjoying-health-spa-focus-is-man_637285-7504.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-couple-wearing-bathrobes-while-enjoying-health-spa-focus-is-man_637285-7504.jpg?_wi=2",
imageAlt: "Luxury spa and wellness facility",
},
{
id: "3",
title: "Culinary Experiences",
description: "Michelin-caliber dining with Michelin-trained chefs, private tasting menus, wine pairings, and cooking demonstrations. Gastronomy elevated to an art form.",
imageSrc: "http://img.b2bpic.net/free-photo/precision-creativity-shine-as-chef-sprinkles-sliced-veggies-onto-dish_482257-124472.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/precision-creativity-shine-as-chef-sprinkles-sliced-veggies-onto-dish_482257-124472.jpg?_wi=2",
imageAlt: "Fine dining culinary preparation",
},
{
id: "4",
title: "Luxury Concierge",
description: "24/7 access to dedicated concierge services for reservations, travel arrangements, event coordination, and any special requests. Your every need anticipated.",
imageSrc: "http://img.b2bpic.net/free-photo/bellhop-doorkeeper-ringing-service-bell-present-his-help-assistance_482257-115401.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bellhop-doorkeeper-ringing-service-bell-present-his-help-assistance_482257-115401.jpg?_wi=2",
imageAlt: "Premium concierge service team",
},
{
id: "5",
title: "Destination Curation",
description: "Hand-selected luxury destinations across continents. From private island escapes to exclusive mountain retreats, we curate experiences that define sophistication.",
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=3",
imageAlt: "Exclusive destination experience",
},
{
id: "6",
title: "Private Travel Management",
description: "End-to-end travel coordination including private aviation, yacht charters, and ground transportation. All logistics handled with discretion and precision.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598341.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598341.jpg?_wi=3",
imageAlt: "Premium travel arrangement service",
},
]}