365 lines
21 KiB
TypeScript
365 lines
21 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
import { Award, CheckCircle, Crown, Home, Sparkles, Star, Wallet, Zap } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="directional-hover"
|
|
defaultTextAnimation="background-highlight"
|
|
borderRadius="rounded"
|
|
contentWidth="medium"
|
|
sizing="mediumLargeSizeMediumTitles"
|
|
background="noiseDiagonalGradient"
|
|
cardStyle="outline"
|
|
primaryButtonStyle="gradient"
|
|
secondaryButtonStyle="glass"
|
|
headingFontWeight="light"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingInline
|
|
navItems={[
|
|
{
|
|
name: "Home", id: "#home"},
|
|
{
|
|
name: "About", id: "#about"},
|
|
{
|
|
name: "Services", id: "#services"},
|
|
{
|
|
name: "Pricing", id: "#pricing"},
|
|
{
|
|
name: "Testimonials", id: "#testimonials"},
|
|
{
|
|
name: "FAQ", id: "#faq"},
|
|
{
|
|
name: "Contact", id: "#contact"},
|
|
]}
|
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eriqba"
|
|
logoAlt="Dominika T Logo"
|
|
brandName="Dominika T"
|
|
button={{
|
|
text: "Book a Consultation", href: "#contact"}}
|
|
animateOnLoad={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="home" data-section="home">
|
|
<HeroBillboardTestimonial
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "downward-rays-animated-grid"}}
|
|
title="Experience Unrivaled Luxury"
|
|
description="At Dominika T, we craft bespoke experiences tailored to your most discerning tastes. Elevate your lifestyle with our exclusive services."
|
|
testimonials={[
|
|
{
|
|
name: "Evelyn Reed", handle: "@evelynreed", testimonial: "Dominika T transformed my vision into an exquisite reality. The attention to detail and personalized service were unparalleled. Truly a master of luxury.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg", imageAlt: "Evelyn Reed"},
|
|
{
|
|
name: "Julian Vance", handle: "@julianvance", testimonial: "From concept to completion, every aspect of my project was handled with utmost professionalism and a keen understanding of luxury. Exceptional results.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/serious-business-leader-pointing-you-looking-camera_1262-15140.jpg", imageAlt: "Julian Vance"},
|
|
{
|
|
name: "Isabella Chen", handle: "@isabellachen", testimonial: "Working with Dominika T was an absolute pleasure. They exceeded all expectations, delivering an outcome that embodies sophistication and timeless elegance.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg", imageAlt: "Isabella Chen"},
|
|
{
|
|
name: "Marcus Thorne", handle: "@marcsthorne", testimonial: "The bespoke approach and flawless execution set Dominika T apart. A truly remarkable experience that redefined my understanding of luxury service.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-worried-expression_1194-2860.jpg", imageAlt: "Marcus Thorne"},
|
|
{
|
|
name: "Sophia Laurent", handle: "@sophialaurent", testimonial: "An extraordinary journey of design and refinement. Dominika T's expertise and dedication to perfection are simply breathtaking. Highly recommended.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/glamour-stylish-blond-bride-with-bright-makeup-with-red-lips_158538-2524.jpg", imageAlt: "Sophia Laurent"},
|
|
]}
|
|
testimonialRotationInterval={6000}
|
|
tag="Luxury Redefined"
|
|
tagIcon={Sparkles}
|
|
buttons={[
|
|
{
|
|
text: "Discover Services", href: "#services"},
|
|
{
|
|
text: "Book a Consultation", href: "#contact"},
|
|
]}
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/smiling-happy-man-shirt-looking-up-copy-space_171337-10785.jpg", alt: "Client avatar 1"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", alt: "Client avatar 2"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", alt: "Client avatar 3"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/young-woman-with-smartphone_1163-3668.jpg", alt: "Client avatar 4"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/surprised-businessman_1098-300.jpg", alt: "Surprised businessman"},
|
|
]}
|
|
avatarText="Trusted by elite clientele worldwide"
|
|
imageSrc="http://img.b2bpic.net/free-photo/gorgeous-woman-drinking-coffee-while-standing-balcony_7502-7306.jpg"
|
|
imageAlt="Luxurious minimalist living room interior"
|
|
mediaAnimation="slide-up"
|
|
marqueeItems={[
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/closeup-shiny-headlight-black-luxury-car-isolated-white-background_181624-25404.jpg", alt: "Luxury car interior"},
|
|
{
|
|
type: "text", text: "Bespoke Design"},
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/closeup-shot-male-elegant-shirtadjusting-his-watch_181624-60413.jpg", alt: "Diamond jewelry"},
|
|
{
|
|
type: "text-icon", text: "Premium Craftsmanship", icon: Sparkles,
|
|
},
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/spaghetti-with-seafood-black-plate_84443-94611.jpg", alt: "Gourmet meal"},
|
|
{
|
|
type: "text", text: "Exclusive Experiences"},
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/view-3d-airplane_23-2151022180.jpg", alt: "Private jet interior"},
|
|
{
|
|
type: "text-icon", text: "Unrivaled Service", icon: CheckCircle,
|
|
},
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/boats-river_1156-60.jpg", alt: "Luxury yacht deck"},
|
|
{
|
|
type: "text", text: "Curated Lifestyle"},
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/quail-eggs-near-feathers-vase_23-2148073839.jpg", alt: "Designer handbag"},
|
|
{
|
|
type: "text-icon", text: "Timeless Elegance", icon: Sparkles,
|
|
},
|
|
]}
|
|
marqueeSpeed={25}
|
|
showMarqueeCard={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TestimonialAboutCard
|
|
useInvertedBackground={false}
|
|
tag="Our Philosophy"
|
|
title="Crafting Exclusivity, Defining Prestige"
|
|
description="At Dominika T, we believe true luxury lies in the art of the bespoke. We are a collective of visionaries and artisans dedicated to transforming aspirations into tangible masterpieces."
|
|
subdescription="Our meticulous approach ensures every detail is perfected, delivering not just a service, but a legacy of distinction. We curate experiences that resonate with elegance, innovation, and uncompromising quality."
|
|
icon={Sparkles}
|
|
imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-home-office_1048-17754.jpg"
|
|
imageAlt="Luxurious minimalist office space"
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardTwentyFive
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
title: "Bespoke Lifestyle Curation", description: "Experience personalized concierge services, tailored travel arrangements, and exclusive event access designed for your discerning preferences.", icon: Award,
|
|
mediaItems: [
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/hands-creating-clothes-close-up_23-2149007421.jpg", imageAlt: "Bespoke tailoring"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/professional-clients-real-estate-agent-engage-office-planning-session_482257-91017.jpg", imageAlt: "Interior design consultation"},
|
|
]
|
|
},
|
|
{
|
|
title: "Exquisite Interior Design", description: "From conceptualization to execution, we create breathtaking living and working spaces that embody elegance, comfort, and state-of-the-art design.", icon: Home,
|
|
mediaItems: [
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-delcious-food-plate_23-2148510835.jpg", imageAlt: "Private chef preparing gourmet dish"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-42691.jpg", imageAlt: "Executive consulting meeting"},
|
|
]
|
|
},
|
|
{
|
|
title: "Strategic Wealth Advisory", description: "Navigate complex financial landscapes with our expert guidance, securing and growing your assets through personalized investment strategies.", icon: Wallet,
|
|
mediaItems: [
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-sign-language-converse-with-someone-outdoors_23-2148681029.jpg", imageAlt: "Luxury spa retreat"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-suit-laptop_23-2147689150.jpg", imageAlt: "Private art collector viewing sculpture"},
|
|
]
|
|
},
|
|
]}
|
|
title="Our Signature Services"
|
|
description="Explore our curated offerings, each designed to elevate your personal and professional sphere with unparalleled refinement and expertise."
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardEight
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
plans={[
|
|
{
|
|
id: "silver", badge: "Standard", badgeIcon: Star,
|
|
price: "$2,500 / month", subtitle: "Essential Luxury Access", buttons: [
|
|
{
|
|
text: "Select Silver Tier", href: "#contact"},
|
|
],
|
|
features: [
|
|
"Dedicated Account Manager", "Priority Booking for Events", "Curated Travel Recommendations", "Quarterly Lifestyle Reports"],
|
|
},
|
|
{
|
|
id: "gold", badge: "Preferred", badgeIcon: Zap,
|
|
price: "$5,000 / month", subtitle: "Enhanced Bespoke Services", buttons: [
|
|
{
|
|
text: "Select Gold Tier", href: "#contact"},
|
|
],
|
|
features: [
|
|
"All Silver Tier Benefits", "24/7 Personal Assistant", "Exclusive Property Viewings", "Access to Private Network Events", "Bi-Annual Wealth Consultations"],
|
|
},
|
|
{
|
|
id: "platinum", badge: "Signature", badgeIcon: Crown,
|
|
price: "$10,000 / month", subtitle: "Ultimate Lifestyle Management", buttons: [
|
|
{
|
|
text: "Select Platinum Tier", href: "#contact"},
|
|
],
|
|
features: [
|
|
"All Gold Tier Benefits", "Bespoke Investment Portfolio Management", "Private Aviation Coordination", "Access to Off-Market Opportunities", "Annual Global Concierge Pass", "Personalized Philanthropy Advisory"],
|
|
},
|
|
]}
|
|
title="Exclusive Membership Tiers"
|
|
description="Unlock a world of premium benefits and dedicated service. Choose the tier that best complements your pursuit of luxury and convenience."
|
|
/>
|
|
</div>
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
<SocialProofOne
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
names={[
|
|
"Haute Living", "Elite Residences", "Global Investors Inc.", "Luxury Yacht Group", "Exclusive Auto Club", "Gourmet & Co.", "Artisan Craft Society", "Architectural Digest", "Private Wealth Forum"]}
|
|
title="Trusted by Leaders in Luxury"
|
|
description="Our collaborations speak volumes about our commitment to excellence and our standing within the luxury sector."
|
|
speed={35}
|
|
showCard={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardSix
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "t1", name: "Eleanor Vance", handle: "CEO, Vance Holdings", testimonial: "Dominika T delivered beyond expectation. Their meticulous attention to detail and ability to understand our unique vision resulted in a truly exceptional outcome. A class apart.", imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-grey-suit-sitting-cafe-happy-woman-oversize-jacket-smiling-resting-street-restaurant_197531-29858.jpg", imageAlt: "Eleanor Vance"},
|
|
{
|
|
id: "t2", name: "Richard Sterling", handle: "Founder, Sterling Group", testimonial: "The professionalism and bespoke solutions provided by Dominika T are simply unmatched. They handled every aspect with grace and efficiency, truly a pleasure to work with.", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg", imageAlt: "Richard Sterling"},
|
|
{
|
|
id: "t3", name: "Olivia Kim", handle: "Luxury Brand Consultant", testimonial: "As someone who advises luxury brands, I can confidently say Dominika T embodies true excellence. Their projects are masterpieces of design and functionality.", imageSrc: "http://img.b2bpic.net/free-photo/excited-short-haired-woman-walking-around-town_197531-16520.jpg", imageAlt: "Olivia Kim"},
|
|
{
|
|
id: "t4", name: "Arthur P. Pembroke", handle: "Private Collector", testimonial: "Working with Dominika T was an absolute revelation. Their insights and execution brought a level of sophistication I didn't know was possible. Remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "Arthur P. Pembroke"},
|
|
{
|
|
id: "t5", name: "Camille Dubois", handle: "Creative Director", testimonial: "The bespoke approach of Dominika T ensures that every project is a unique reflection of the client's desires. The results are always breathtakingly beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-3118.jpg", imageAlt: "Camille Dubois"},
|
|
{
|
|
id: "t6", name: "Frederick Hurst", handle: "Investor & Philanthropist", testimonial: "Dominika T consistently delivers at the highest echelon of luxury. Their ability to manage complex projects with such finesse is truly commendable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-talking-cellphone-bench_1262-7324.jpg", imageAlt: "Frederick Hurst"},
|
|
]}
|
|
title="Voices of Distinction"
|
|
description="Hear directly from our esteemed clientele about their transformative experiences with Dominika T's unparalleled service."
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqDouble
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
faqs={[
|
|
{
|
|
id: "q1", title: "What defines a 'luxury experience' with Dominika T?", content: "A luxury experience with Dominika T is characterized by unparalleled personalization, meticulous attention to detail, exclusive access, and a seamless execution that anticipates your every need. We craft bespoke journeys and environments designed to exceed the highest expectations."},
|
|
{
|
|
id: "q2", title: "How do you ensure discretion and privacy for your clients?", content: "Discretion and privacy are paramount to our service. All client interactions and project details are handled with the strictest confidentiality. Our team is bound by non-disclosure agreements, and we employ advanced security protocols to protect your information and privacy at all times."},
|
|
{
|
|
id: "q3", title: "Can you handle international projects and clientele?", content: "Absolutely. Dominika T operates globally, serving a diverse international clientele. Our network of partners and consultants spans across continents, allowing us to manage and execute projects anywhere in the world while maintaining our signature standard of luxury and excellence."},
|
|
{
|
|
id: "q4", title: "What is the typical timeline for a bespoke project?", content: "The timeline for each bespoke project varies significantly based on its scope, complexity, and specific requirements. After an initial consultation and detailed project assessment, we provide a comprehensive timeline proposal. We prioritize quality and perfection over speed, ensuring an immaculate result."},
|
|
{
|
|
id: "q5", title: "What kind of budget should I anticipate for your services?", content: "Our services are tailored for discerning clients seeking premium, high-end solutions. While each project is unique, we work to align our offerings with your desired investment. We provide transparent cost breakdowns and detailed proposals after understanding your specific needs during the consultation phase."},
|
|
{
|
|
id: "q6", title: "How do I begin the process of engaging with Dominika T?", content: "Initiating your journey with Dominika T begins with a personal consultation. Please reach out to us via our contact form, email, or telephone to schedule an introductory meeting. This allows us to understand your vision, discuss your aspirations, and explore how we can best serve you."},
|
|
]}
|
|
title="Frequently Asked Questions"
|
|
description="Find answers to common inquiries about our exclusive services and how we cater to your luxury needs."
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactText
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "radial-gradient"}}
|
|
text="Ready to Transform Your Vision into Reality?"
|
|
buttons={[
|
|
{
|
|
text: "Schedule a Private Consultation", href: "mailto:info@dominikat.com"},
|
|
{
|
|
text: "Explore Our Portfolio", href: "#services"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoEmphasis
|
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eriqba"
|
|
logoAlt="Dominika T Logo"
|
|
columns={[
|
|
{
|
|
items: [
|
|
{
|
|
label: "About Us", href: "#about"},
|
|
{
|
|
label: "Our Vision", href: "#about"},
|
|
{
|
|
label: "Testimonials", href: "#testimonials"},
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "Services", href: "#services"},
|
|
{
|
|
label: "Lifestyle Curation", href: "#services"},
|
|
{
|
|
label: "Interior Design", href: "#services"},
|
|
{
|
|
label: "Wealth Advisory", href: "#services"},
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "Membership", href: "#pricing"},
|
|
{
|
|
label: "FAQs", href: "#faq"},
|
|
{
|
|
label: "Contact", href: "#contact"},
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "Privacy Policy", href: "#"},
|
|
{
|
|
label: "Terms of Service", href: "#"},
|
|
{
|
|
label: "Legal Disclaimer", href: "#"},
|
|
],
|
|
},
|
|
]}
|
|
logoText="Dominika T"
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|