Update src/app/services/page.tsx

This commit is contained in:
2026-03-04 03:24:45 +00:00
parent e29a4c9bf5
commit 8fbdd5aae3

View File

@@ -41,14 +41,15 @@ export default function ServicesPage() {
description="Every service is meticulously designed to provide unparalleled experiences for the most discerning clientele."
tag="Our Offerings"
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "floatingGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg"
imageAlt="Premium luxury service showcase"
mediaAnimation="slide-up"
testimonials={[
{
name: "Victoria Ashford", 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"
},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -68,17 +69,23 @@ export default function ServicesPage() {
tagAnimation="slide-up"
features={[
{
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", imageAlt: "Luxury executive boardroom"},
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", 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", imageAlt: "Luxury spa and wellness facility"},
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", 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", imageAlt: "Fine dining culinary preparation"},
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", 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", imageAlt: "Premium concierge service team"},
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", 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", imageAlt: "Exclusive destination experience"},
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", 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", imageAlt: "Premium travel arrangement service"},
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", imageAlt: "Premium travel arrangement service"
},
]}
gridVariant="bento-grid"
animationType="slide-up"