Update src/app/services/page.tsx

This commit is contained in:
2026-03-04 03:22:58 +00:00
parent 48fcb93a26
commit d6219e4a22

View File

@@ -15,7 +15,7 @@ export default function ServicesPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -41,18 +41,14 @@ 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: "floatingGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2"
background={{ variant: "glowing-orb" }}
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?_wi=5",
},
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"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -72,47 +68,17 @@ 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?_wi=2",
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?_wi=2",
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?_wi=2",
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?_wi=2",
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?_wi=3",
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?_wi=3",
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"
@@ -127,8 +93,7 @@ export default function ServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Gallery", href: "/gallery" },
@@ -136,8 +101,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Philosophy", href: "/about" },
{ label: "Testimonials", href: "/" },
@@ -145,8 +109,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cancellation Policy", href: "#" },