Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e49e7d4878 | |||
| 3ca850d056 |
368
src/app/page.tsx
368
src/app/page.tsx
@@ -19,13 +19,13 @@ export default function LandingPage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
cardStyle="glass-depth"
|
||||
background="noise"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "#properties",
|
||||
},
|
||||
name: "Properties", id: "#properties"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Apex Estates"
|
||||
/>
|
||||
@@ -61,83 +51,43 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Extraordinary Properties for Extraordinary People"
|
||||
description="Access the world's most exclusive residences across Dubai, Miami, Monaco, and beyond. Curated luxury homes for those who demand the finest."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Evelyn Reed",
|
||||
handle: "@evelynreed",
|
||||
testimonial: "Apex Estates delivered beyond expectation, finding a discreet off-market property that perfectly aligned with my portfolio strategy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg",
|
||||
imageAlt: "Evelyn Reed's office",
|
||||
},
|
||||
name: "Evelyn Reed", handle: "@evelynreed", testimonial: "Apex Estates delivered beyond expectation, finding a discreet off-market property that perfectly aligned with my portfolio strategy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", imageAlt: "Evelyn Reed's office"},
|
||||
{
|
||||
name: "Marcus Thorne",
|
||||
handle: "@marcusthorne",
|
||||
testimonial: "The AI-powered discovery feature is revolutionary, streamlining the search for unique global investment opportunities.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-radio-vintage-photograph-posters-wall_53876-145160.jpg",
|
||||
imageAlt: "Marcus Thorne's modern art collection",
|
||||
},
|
||||
name: "Marcus Thorne", handle: "@marcusthorne", testimonial: "The AI-powered discovery feature is revolutionary, streamlining the search for unique global investment opportunities.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-radio-vintage-photograph-posters-wall_53876-145160.jpg", imageAlt: "Marcus Thorne's modern art collection"},
|
||||
{
|
||||
name: "Isabella Chen",
|
||||
handle: "@isabellachen",
|
||||
testimonial: "Seamless international transactions and unparalleled discretion. A truly world-class experience from start to finish.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178340.jpg",
|
||||
imageAlt: "Isabella Chen's private study",
|
||||
},
|
||||
name: "Isabella Chen", handle: "@isabellachen", testimonial: "Seamless international transactions and unparalleled discretion. A truly world-class experience from start to finish.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178340.jpg", imageAlt: "Isabella Chen's private study"},
|
||||
{
|
||||
name: "Julian Vance",
|
||||
handle: "@julianvance",
|
||||
testimonial: "Their curated selection and personalized service make Apex Estates the only choice for luxury property acquisition.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216655.jpg",
|
||||
imageAlt: "Julian Vance's smart living room",
|
||||
},
|
||||
name: "Julian Vance", handle: "@julianvance", testimonial: "Their curated selection and personalized service make Apex Estates the only choice for luxury property acquisition.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216655.jpg", imageAlt: "Julian Vance's smart living room"},
|
||||
{
|
||||
name: "Sophia Laurent",
|
||||
handle: "@sophialaurent",
|
||||
testimonial: "The global network and access to exclusive listings are simply unmatched. A true partner in luxury real estate.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-taxi-car_23-2149149625.jpg",
|
||||
imageAlt: "Sophia Laurent on a luxury yacht",
|
||||
},
|
||||
name: "Sophia Laurent", handle: "@sophialaurent", testimonial: "The global network and access to exclusive listings are simply unmatched. A true partner in luxury real estate.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-taxi-car_23-2149149625.jpg", imageAlt: "Sophia Laurent on a luxury yacht"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "Explore Properties", href: "#properties"},
|
||||
{
|
||||
text: "Book Private Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Private Consultation", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg",
|
||||
alt: "Evelyn Reed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg", alt: "Evelyn Reed"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
|
||||
alt: "Marcus Thorne",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", alt: "Marcus Thorne"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-diplomatic-suit-standing-outside-front-startup-company-office-talking-phone-discussing-financial-strategy-with-remote-manager-outdoors-concept_482257-28144.jpg",
|
||||
alt: "Isabella Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-diplomatic-suit-standing-outside-front-startup-company-office-talking-phone-discussing-financial-strategy-with-remote-manager-outdoors-concept_482257-28144.jpg", alt: "Isabella Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg",
|
||||
alt: "Julian Vance",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg", alt: "Julian Vance"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg",
|
||||
alt: "Sophia Laurent",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg", alt: "Sophia Laurent"},
|
||||
]}
|
||||
avatarText="Trusted by leading investors worldwide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-buildings-downtown-austin-tall-glass-building-texas-usa_181624-2961.jpg"
|
||||
@@ -145,37 +95,22 @@ export default function LandingPage() {
|
||||
imageAlt="Cinematic view of luxury property"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-person-standing-top-building_181624-14409.jpg",
|
||||
alt: "Vertical shot of a person standing on the top of the building",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/vertical-shot-person-standing-top-building_181624-14409.jpg", alt: "Vertical shot of a person standing on the top of the building"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg",
|
||||
alt: "Aerial view of a city with the sea",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg", alt: "Aerial view of a city with the sea"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/santa-monica-beach-los-angeles_649448-2560.jpg",
|
||||
alt: "Santa Monica beach in Los Angeles",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/santa-monica-beach-los-angeles_649448-2560.jpg", alt: "Santa Monica beach in Los Angeles"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/view-from-balcony-apartment_188544-12685.jpg",
|
||||
alt: "The view from the balcony of the apartment.",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/view-from-balcony-apartment_188544-12685.jpg", alt: "The view from the balcony of the apartment."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-design-private-jet-flying-clouds-ai-generated-image_511042-1762.jpg",
|
||||
alt: "Luxury design private jet flying over the clouds AI generated image",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EitCUsPmta2eeP6Penpf9mAnuQ/uploaded-1781301893550-yfi0aty7.png", alt: "Luxury design private jet flying over the clouds AI generated image"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
title="Redefining Luxury Real Estate"
|
||||
description="Apex Estates is more than a platform; it's a gateway to the world's most coveted properties. We provide ultra-high-net-worth individuals with unparalleled access, discretion, and expert guidance in acquiring trophy assets and diversifying global portfolios. Our commitment to excellence, powered by innovative technology, ensures a seamless and superior experience that sets a new standard in luxury real estate."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-father-son-shaking-hands_23-2148414852.jpg"
|
||||
@@ -190,41 +125,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "ai-discovery",
|
||||
title: "AI-Powered Discovery",
|
||||
descriptions: [
|
||||
"Harness cutting-edge artificial intelligence to uncover properties perfectly matched to your exacting preferences and investment criteria, including exclusive off-market opportunities.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/china-city-night_1127-4051.jpg",
|
||||
imageAlt: "AI-powered property discovery dashboard",
|
||||
},
|
||||
id: "ai-discovery", title: "AI-Powered Discovery", descriptions: [
|
||||
"Harness cutting-edge artificial intelligence to uncover properties perfectly matched to your exacting preferences and investment criteria, including exclusive off-market opportunities."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/china-city-night_1127-4051.jpg", imageAlt: "AI-powered property discovery dashboard"},
|
||||
{
|
||||
id: "seamless-booking",
|
||||
title: "Seamless Global Booking",
|
||||
descriptions: [
|
||||
"From private jet arrangements to secure virtual tours, our platform facilitates every aspect of your property viewing experience, ensuring utmost convenience and discretion worldwide.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-holding-miniature-airplane_1098-1541.jpg",
|
||||
imageAlt: "Seamless booking interface with global map",
|
||||
},
|
||||
id: "seamless-booking", title: "Seamless Global Booking", descriptions: [
|
||||
"From private jet arrangements to secure virtual tours, our platform facilitates every aspect of your property viewing experience, ensuring utmost convenience and discretion worldwide."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-holding-miniature-airplane_1098-1541.jpg", imageAlt: "Seamless booking interface with global map"},
|
||||
{
|
||||
id: "exclusive-properties",
|
||||
title: "Exclusive Off-Market Properties",
|
||||
descriptions: [
|
||||
"Gain privileged access to a curated selection of properties that are never publicly listed, available only through our esteemed network and confidential channels.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-couple-holding-toy-house_23-2147797603.jpg",
|
||||
imageAlt: "Discreet off-market property listing",
|
||||
},
|
||||
id: "exclusive-properties", title: "Exclusive Off-Market Properties", descriptions: [
|
||||
"Gain privileged access to a curated selection of properties that are never publicly listed, available only through our esteemed network and confidential channels."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-couple-holding-toy-house_23-2147797603.jpg", imageAlt: "Discreet off-market property listing"},
|
||||
{
|
||||
id: "global-markets",
|
||||
title: "Eight Global Markets",
|
||||
descriptions: [
|
||||
"Navigate luxury real estate across strategic global hubs including Dubai, Miami, Monaco, London, Geneva, Aspen, Sydney, and Singapore, with localized expertise.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks-as-buildings-still-life_23-2149377707.jpg",
|
||||
imageAlt: "World map highlighting luxury real estate markets",
|
||||
},
|
||||
id: "global-markets", title: "Eight Global Markets", descriptions: [
|
||||
"Navigate luxury real estate across strategic global hubs including Dubai, Miami, Monaco, London, Geneva, Aspen, Sydney, and Singapore, with localized expertise."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks-as-buildings-still-life_23-2149377707.jpg", imageAlt: "World map highlighting luxury real estate markets"},
|
||||
]}
|
||||
title="Unrivaled Access & Intelligent Discovery"
|
||||
description="Experience a new paradigm in luxury property acquisition with features meticulously designed for discerning clients."
|
||||
@@ -236,56 +151,20 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Opulent Marina Penthouse",
|
||||
price: "$55,000,000",
|
||||
variant: "Dubai, UAE",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666333.jpg",
|
||||
imageAlt: "Luxury penthouse in Dubai Marina",
|
||||
},
|
||||
id: "p1", name: "Opulent Marina Penthouse", price: "$55,000,000", variant: "Dubai, UAE", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666333.jpg", imageAlt: "Luxury penthouse in Dubai Marina"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Waterfront Miami Estate",
|
||||
price: "$38,000,000",
|
||||
variant: "Miami, USA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-223.jpg",
|
||||
imageAlt: "Modern oceanfront villa in Miami",
|
||||
},
|
||||
id: "p2", name: "Waterfront Miami Estate", price: "$38,000,000", variant: "Miami, USA", imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-223.jpg", imageAlt: "Modern oceanfront villa in Miami"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Monaco Grand Villa",
|
||||
price: "$72,000,000",
|
||||
variant: "Monaco",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977285.jpg",
|
||||
imageAlt: "Grand villa overlooking Monaco harbor",
|
||||
},
|
||||
id: "p3", name: "Monaco Grand Villa", price: "$72,000,000", variant: "Monaco", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977285.jpg", imageAlt: "Grand villa overlooking Monaco harbor"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Private Island Retreat",
|
||||
price: "$120,000,000",
|
||||
variant: "Maldives",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seychelles-beach-wallpaper_624325-4178.jpg",
|
||||
imageAlt: "Exclusive private island with luxury villa",
|
||||
},
|
||||
id: "p4", name: "Private Island Retreat", price: "$120,000,000", variant: "Maldives", imageSrc: "http://img.b2bpic.net/free-photo/seychelles-beach-wallpaper_624325-4178.jpg", imageAlt: "Exclusive private island with luxury villa"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Swiss Alpine Chalet",
|
||||
price: "$29,000,000",
|
||||
variant: "Verbier, Switzerland",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263546.jpg",
|
||||
imageAlt: "Luxury alpine chalet in Swiss mountains",
|
||||
},
|
||||
id: "p5", name: "Swiss Alpine Chalet", price: "$29,000,000", variant: "Verbier, Switzerland", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263546.jpg", imageAlt: "Luxury alpine chalet in Swiss mountains"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Knightsbridge Penthouse",
|
||||
price: "$45,000,000",
|
||||
variant: "London, UK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-city-aerial-view_649448-356.jpg",
|
||||
imageAlt: "Sophisticated penthouse in Knightsbridge, London",
|
||||
},
|
||||
id: "p6", name: "Knightsbridge Penthouse", price: "$45,000,000", variant: "London, UK", imageSrc: "http://img.b2bpic.net/free-photo/urban-city-aerial-view_649448-356.jpg", imageAlt: "Sophisticated penthouse in Knightsbridge, London"},
|
||||
]}
|
||||
title="Curated Global Portfolio"
|
||||
description="Explore an unparalleled collection of luxury estates, penthouses, and private islands in the world's most desirable locations."
|
||||
@@ -300,20 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$5B+",
|
||||
description: "Properties Under Management",
|
||||
},
|
||||
id: "m1", value: "$5B+", description: "Properties Under Management"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "8",
|
||||
description: "Global Market Locations",
|
||||
},
|
||||
id: "m2", value: "8", description: "Global Market Locations"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
id: "m3", value: "99%", description: "Client Satisfaction Rate"},
|
||||
]}
|
||||
title="Performance At A Glance"
|
||||
description="Our track record reflects unparalleled expertise and client satisfaction in the global luxury market."
|
||||
@@ -323,80 +193,20 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Evelyn Reed",
|
||||
date: "Jan 2024",
|
||||
title: "Seamless & Discreet Transaction",
|
||||
quote: "Apex Estates delivered beyond expectation, finding a discreet off-market property that perfectly aligned with my portfolio strategy. Their professionalism is unmatched.",
|
||||
tag: "Global Investor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg",
|
||||
avatarAlt: "Evelyn Reed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-wooden-table_169016-49051.jpg",
|
||||
imageAlt: "Evelyn Reed's office",
|
||||
},
|
||||
id: "t1", name: "Evelyn Reed", date: "Jan 2024", title: "Seamless & Discreet Transaction", quote: "Apex Estates delivered beyond expectation, finding a discreet off-market property that perfectly aligned with my portfolio strategy. Their professionalism is unmatched.", tag: "Global Investor", avatarSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg", avatarAlt: "Evelyn Reed", imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-wooden-table_169016-49051.jpg", imageAlt: "Evelyn Reed's office"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
date: "Dec 2023",
|
||||
title: "Revolutionary Discovery",
|
||||
quote: "The AI-powered discovery feature is revolutionary, streamlining the search for unique global investment opportunities. Truly an Apple-level experience.",
|
||||
tag: "Tech CEO",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
avatarAlt: "Marcus Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-sitting-lounge-area-waiting-room-check-before-meeting-with-international-company-shareholders-professional-businessman-travelling-work-hotel-accommodation_482257-72885.jpg",
|
||||
imageAlt: "Marcus Thorne's art collection",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", date: "Dec 2023", title: "Revolutionary Discovery", quote: "The AI-powered discovery feature is revolutionary, streamlining the search for unique global investment opportunities. Truly an Apple-level experience.", tag: "Tech CEO", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", avatarAlt: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-sitting-lounge-area-waiting-room-check-before-meeting-with-international-company-shareholders-professional-businessman-travelling-work-hotel-accommodation_482257-72885.jpg", imageAlt: "Marcus Thorne's art collection"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Isabella Chen",
|
||||
date: "Nov 2023",
|
||||
title: "Unparalleled Discretion",
|
||||
quote: "Seamless international transactions and unparalleled discretion. A truly world-class experience from start to finish. I highly recommend Apex Estates.",
|
||||
tag: "Family Office Advisor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/table-pen-case-grey-pages-arrangement_1134-1273.jpg",
|
||||
avatarAlt: "Isabella Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-restaurant_23-2147775821.jpg",
|
||||
imageAlt: "Isabella Chen's study",
|
||||
},
|
||||
id: "t3", name: "Isabella Chen", date: "Nov 2023", title: "Unparalleled Discretion", quote: "Seamless international transactions and unparalleled discretion. A truly world-class experience from start to finish. I highly recommend Apex Estates.", tag: "Family Office Advisor", avatarSrc: "http://img.b2bpic.net/free-photo/table-pen-case-grey-pages-arrangement_1134-1273.jpg", avatarAlt: "Isabella Chen", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-restaurant_23-2147775821.jpg", imageAlt: "Isabella Chen's study"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Julian Vance",
|
||||
date: "Oct 2023",
|
||||
title: "Exceptional Curated Selection",
|
||||
quote: "Their curated selection and personalized service make Apex Estates the only choice for luxury property acquisition. They understand exactly what ultra-high-net-worth individuals need.",
|
||||
tag: "Billionaire Philanthropist",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/long-curly-hair-youn-man-with-crossed-hands_158595-3775.jpg",
|
||||
avatarAlt: "Julian Vance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-leather-sofa-window_23-2148608917.jpg",
|
||||
imageAlt: "Julian Vance's modern apartment",
|
||||
},
|
||||
id: "t4", name: "Julian Vance", date: "Oct 2023", title: "Exceptional Curated Selection", quote: "Their curated selection and personalized service make Apex Estates the only choice for luxury property acquisition. They understand exactly what ultra-high-net-worth individuals need.", tag: "Billionaire Philanthropist", avatarSrc: "http://img.b2bpic.net/free-photo/long-curly-hair-youn-man-with-crossed-hands_158595-3775.jpg", avatarAlt: "Julian Vance", imageSrc: "http://img.b2bpic.net/free-photo/front-view-leather-sofa-window_23-2148608917.jpg", imageAlt: "Julian Vance's modern apartment"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sophia Laurent",
|
||||
date: "Sep 2023",
|
||||
title: "Global Network & Expertise",
|
||||
quote: "The global network and access to exclusive listings are simply unmatched. Apex Estates is a true partner in navigating complex luxury real estate markets.",
|
||||
tag: "International Investor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9629.jpg",
|
||||
avatarAlt: "Sophia Laurent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-smile-happy-relax-around-swimming-pool-hotel-resort-leisure_74190-8379.jpg",
|
||||
imageAlt: "Sophia Laurent on a luxury yacht",
|
||||
},
|
||||
id: "t5", name: "Sophia Laurent", date: "Sep 2023", title: "Global Network & Expertise", quote: "The global network and access to exclusive listings are simply unmatched. Apex Estates is a true partner in navigating complex luxury real estate markets.", tag: "International Investor", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9629.jpg", avatarAlt: "Sophia Laurent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-smile-happy-relax-around-swimming-pool-hotel-resort-leisure_74190-8379.jpg", imageAlt: "Sophia Laurent on a luxury yacht"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "David Kim",
|
||||
date: "Aug 2023",
|
||||
title: "Precision and Professionalism",
|
||||
quote: "The precision and professionalism of the Apex Estates team ensured every detail was handled flawlessly, making a significant acquisition effortless.",
|
||||
tag: "Real Estate Developer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg",
|
||||
avatarAlt: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-team-architects-analyzing-maquette_482257-8122.jpg",
|
||||
imageAlt: "David Kim's architectural firm",
|
||||
},
|
||||
id: "t6", name: "David Kim", date: "Aug 2023", title: "Precision and Professionalism", quote: "The precision and professionalism of the Apex Estates team ensured every detail was handled flawlessly, making a significant acquisition effortless.", tag: "Real Estate Developer", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/professional-team-architects-analyzing-maquette_482257-8122.jpg", imageAlt: "David Kim's architectural firm"},
|
||||
]}
|
||||
title="Voices of Distinction"
|
||||
description="Hear from our esteemed clients who have experienced the Apex Estates difference."
|
||||
@@ -408,15 +218,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Luxury Properties",
|
||||
"Elite Estates International",
|
||||
"Prestige Homes Group",
|
||||
"Finest Residences Co.",
|
||||
"Summit Realty Partners",
|
||||
"Exclusive Portfolio Ltd.",
|
||||
"World Class Acquisitions",
|
||||
"Discreet Property Advisors",
|
||||
]}
|
||||
"Global Luxury Properties", "Elite Estates International", "Prestige Homes Group", "Finest Residences Co.", "Summit Realty Partners", "Exclusive Portfolio Ltd.", "World Class Acquisitions", "Discreet Property Advisors"]}
|
||||
title="Trusted by Elite Brokerages Worldwide"
|
||||
description="Our expansive network includes partnerships with the most reputable luxury real estate agencies and financial institutions across the globe."
|
||||
/>
|
||||
@@ -425,33 +227,18 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does Apex Estates ensure discretion?",
|
||||
content: "We operate with the utmost confidentiality, employing secure communication channels and strict privacy protocols. Many of our properties are off-market and handled with complete discretion, known only to a select few.",
|
||||
},
|
||||
id: "q1", title: "How does Apex Estates ensure discretion?", content: "We operate with the utmost confidentiality, employing secure communication channels and strict privacy protocols. Many of our properties are off-market and handled with complete discretion, known only to a select few."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What kind of properties does Apex Estates specialize in?",
|
||||
content: "Our portfolio includes ultra-luxury estates, oceanfront penthouses, private islands, and high-value investment properties across eight prime global markets, tailored for ultra-high-net-worth individuals.",
|
||||
},
|
||||
id: "q2", title: "What kind of properties does Apex Estates specialize in?", content: "Our portfolio includes ultra-luxury estates, oceanfront penthouses, private islands, and high-value investment properties across eight prime global markets, tailored for ultra-high-net-worth individuals."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you assist with international transactions and legalities?",
|
||||
content: "Absolutely. Our expert team and global network of legal and financial advisors provide comprehensive support for seamless international transactions, including taxation, legal due diligence, and currency exchange.",
|
||||
},
|
||||
id: "q3", title: "Can you assist with international transactions and legalities?", content: "Absolutely. Our expert team and global network of legal and financial advisors provide comprehensive support for seamless international transactions, including taxation, legal due diligence, and currency exchange."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What is the process for booking a private consultation?",
|
||||
content: "You can book a private consultation directly through our website by submitting your details via the contact form. Our team will reach out to schedule a confidential discussion at your convenience.",
|
||||
},
|
||||
id: "q4", title: "What is the process for booking a private consultation?", content: "You can book a private consultation directly through our website by submitting your details via the contact form. Our team will reach out to schedule a confidential discussion at your convenience."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "How does the AI-powered discovery feature work?",
|
||||
content: "Our proprietary AI analyzes your preferences, investment goals, and market trends to intelligently match you with suitable properties, including those not publicly listed, optimizing your search and uncovering unique opportunities.",
|
||||
},
|
||||
id: "q5", title: "How does the AI-powered discovery feature work?", content: "Our proprietary AI analyzes your preferences, investment goals, and market trends to intelligently match you with suitable properties, including those not publicly listed, optimizing your search and uncovering unique opportunities."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to common inquiries about our services, process, and property acquisition."
|
||||
@@ -463,16 +250,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect with Us"
|
||||
title="Begin Your Journey to Extraordinary"
|
||||
description="Schedule a private consultation with our luxury real estate advisors and unlock access to a world of exclusive properties."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Private Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Private Consultation", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -481,16 +265,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Apex Estates"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--background: #efebe5;
|
||||
--card: #f7f2ea;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #000000;
|
||||
--primary-cta-text: #efebe5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000000;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--background-accent: #e1b875;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user