From e29a4c9bf582290f45c93f7fd704413aaf65142e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:24:44 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 127 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 98 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7485414..d1eac8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,8 @@ import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwe import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; @@ -45,25 +47,28 @@ 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: "glowing-orb" }} + background={{ variant: "floatingGradient" }} 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"}, + 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"}, + 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"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg" + }, ]} testimonialRotationInterval={5000} buttons={[ { text: "Explore & Reserve", href: "/booking" }, - { text: "Learn More", href: "/about" }, + { text: "Learn More", href: "#about" }, ]} buttonAnimation="blur-reveal" useInvertedBackground={false} @@ -88,13 +93,17 @@ 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", 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" + }, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -105,6 +114,39 @@ export default function HomePage() { /> +
+ +
+
-
- + +
+ +
+
@@ -181,8 +250,8 @@ export default function HomePage() { { title: "Company", items: [ { label: "About Us", href: "/about" }, - { label: "Our Philosophy", href: "/about" }, - { label: "Testimonials", href: "/" }, + { label: "Our Philosophy", href: "/about#philosophy" }, + { label: "Testimonials", href: "#testimonials" }, { label: "Contact", href: "/contact" }, ], }, -- 2.49.1 From 8fbdd5aae35c2263fa9e6fea3743d2c1ad4e8af9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:24:45 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d46a4eb..f0d9c65 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" -- 2.49.1