Update src/app/page.tsx
This commit is contained in:
135
src/app/page.tsx
135
src/app/page.tsx
@@ -19,7 +19,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -45,32 +45,20 @@ export default function HomePage() {
|
||||
description="Discover curated premium offerings designed for the discerning. Reserve your exclusive escape in moments."
|
||||
tag="Luxury Reimagined"
|
||||
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=1"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg"
|
||||
imageAlt="Luxury resort with premium amenities"
|
||||
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=1",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
name: "James Mitchell",
|
||||
handle: "Founder, Mitchell Ventures",
|
||||
testimonial: "Seamless booking, impeccable service, and exclusive access. This is what luxury should feel like.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1",
|
||||
},
|
||||
name: "James Mitchell", handle: "Founder, Mitchell Ventures", testimonial: "Seamless booking, impeccable service, and exclusive access. This is what luxury should feel like.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg"},
|
||||
{
|
||||
name: "Sophia Laurent",
|
||||
handle: "Director, Laurent Holdings",
|
||||
testimonial: "Every moment was crafted with precision. The exclusivity and sophistication set new standards.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2",
|
||||
},
|
||||
name: "Sophia Laurent", handle: "Director, Laurent Holdings", testimonial: "Every moment was crafted with precision. The exclusivity and sophistication set new standards.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -100,33 +88,13 @@ export default function HomePage() {
|
||||
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=1",
|
||||
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=1",
|
||||
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=1",
|
||||
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=1",
|
||||
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"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -159,25 +127,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
description: "Guest satisfaction rate across all premium offerings and services",
|
||||
},
|
||||
id: "1", value: "98%", description: "Guest satisfaction rate across all premium offerings and services"},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
description: "Dedicated concierge support ensuring your needs are always anticipated",
|
||||
},
|
||||
id: "2", value: "24/7", description: "Dedicated concierge support ensuring your needs are always anticipated"},
|
||||
{
|
||||
id: "3",
|
||||
value: "500+",
|
||||
description: "Curated experiences across luxury destinations worldwide",
|
||||
},
|
||||
id: "3", value: "500+", description: "Curated experiences across luxury destinations worldwide"},
|
||||
{
|
||||
id: "4",
|
||||
value: "15k+",
|
||||
description: "Satisfied high-net-worth individuals and corporate clients",
|
||||
},
|
||||
id: "4", value: "15k+", description: "Satisfied high-net-worth individuals and corporate clients"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -192,53 +148,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexandra Chen",
|
||||
role: "CEO, Chen Global Ventures",
|
||||
testimonial: "The personalization and attention to detail were extraordinary. Every moment felt intentionally designed for my preferences. I've never experienced service at this caliber.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3",
|
||||
imageAlt: "Alexandra Chen",
|
||||
},
|
||||
id: "1", name: "Alexandra Chen", role: "CEO, Chen Global Ventures", testimonial: "The personalization and attention to detail were extraordinary. Every moment felt intentionally designed for my preferences. I've never experienced service at this caliber.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Alexandra Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Wellington",
|
||||
role: "Managing Director, Wellington Partners",
|
||||
testimonial: "From reservation to departure, every interaction was seamless and elevated. This is the new standard for luxury hospitality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2",
|
||||
imageAlt: "Marcus Wellington",
|
||||
},
|
||||
id: "2", name: "Marcus Wellington", role: "Managing Director, Wellington Partners", testimonial: "From reservation to departure, every interaction was seamless and elevated. This is the new standard for luxury hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Marcus Wellington"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
role: "Founder, Rossi Design Collective",
|
||||
testimonial: "Beyond exceptional service—it's an experience that honors your individuality. The exclusivity and sophistication are unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1",
|
||||
imageAlt: "Elena Rossi",
|
||||
},
|
||||
id: "3", name: "Elena Rossi", role: "Founder, Rossi Design Collective", testimonial: "Beyond exceptional service—it's an experience that honors your individuality. The exclusivity and sophistication are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Elena Rossi"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson",
|
||||
role: "Principal, Thompson Asset Management",
|
||||
testimonial: "I travel extensively and have experienced the world's finest establishments. This surpassed every expectation. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=3",
|
||||
imageAlt: "David Thompson",
|
||||
},
|
||||
id: "4", name: "David Thompson", role: "Principal, Thompson Asset Management", testimonial: "I travel extensively and have experienced the world's finest establishments. This surpassed every expectation. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "David Thompson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Natasha Volkov",
|
||||
role: "Executive, Volkov Industries",
|
||||
testimonial: "The booking system is intuitive, the service impeccable, and the experience transcendent. A true luxury investment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=4",
|
||||
imageAlt: "Natasha Volkov",
|
||||
},
|
||||
id: "5", name: "Natasha Volkov", role: "Executive, Volkov Industries", testimonial: "The booking system is intuitive, the service impeccable, and the experience transcendent. A true luxury investment.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Natasha Volkov"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Richard Park",
|
||||
role: "Chief Investment Officer, Park Capital",
|
||||
testimonial: "Every detail reflects a commitment to perfection. This is luxury redefined for the discerning traveler.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=4",
|
||||
imageAlt: "Richard Park",
|
||||
},
|
||||
id: "6", name: "Richard Park", role: "Chief Investment Officer, Park Capital", testimonial: "Every detail reflects a commitment to perfection. This is luxury redefined for the discerning traveler.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Richard Park"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -251,8 +171,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
@@ -260,8 +179,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Philosophy", href: "/about" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
@@ -269,8 +187,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cancellation Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user