Update src/app/page.tsx
This commit is contained in:
229
src/app/page.tsx
229
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "products",
|
||||
},
|
||||
name: "Portfolio", id: "products"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "about",
|
||||
},
|
||||
name: "Experience", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ELITE REALTY"
|
||||
/>
|
||||
@@ -58,9 +50,7 @@ export default function LandingPage() {
|
||||
description="Architectural excellence meets unprecedented sophistication. We curate the world's most distinguished properties for those who demand the extraordinary."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Portfolio",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Portfolio", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-swimming-pool_23-2151993728.jpg"
|
||||
showDimOverlay={true}
|
||||
@@ -68,25 +58,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-swimming-pool-resort_1339-7054.jpg",
|
||||
alt: "beautiful swimming pool in resort",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-swimming-pool-resort_1339-7054.jpg", alt: "beautiful swimming pool in resort"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg",
|
||||
alt: "Full shot young woman on stairs",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg", alt: "Full shot young woman on stairs"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg",
|
||||
alt: "Luxury sunset poolside relaxation",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg", alt: "Luxury sunset poolside relaxation"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg",
|
||||
alt: "relax house in thai style",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg", alt: "relax house in thai style"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg",
|
||||
alt: "Modern Building Exterior at Night",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg", alt: "Modern Building Exterior at Night"},
|
||||
]}
|
||||
avatarText="Join 500+ discerning investors"
|
||||
/>
|
||||
@@ -99,17 +79,11 @@ export default function LandingPage() {
|
||||
description="We believe architecture is a dialogue between light, form, and emotion. Our team brings decades of experience to the global market, ensuring that every asset we represent is a masterpiece of design and investment potential."
|
||||
metrics={[
|
||||
{
|
||||
value: "$10B+",
|
||||
title: "Portfolio Value",
|
||||
},
|
||||
value: "$10B+", title: "Portfolio Value"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Global Markets",
|
||||
},
|
||||
value: "50+", title: "Global Markets"},
|
||||
{
|
||||
value: "1.2k",
|
||||
title: "Homes Curated",
|
||||
},
|
||||
value: "1.2k", title: "Homes Curated"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797705.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -119,52 +93,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "The Obsidian Tower",
|
||||
price: "$12.5M",
|
||||
variant: "Penthouse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/star-favourite-label-box-bar-banner-graphic_53876-125576.jpg",
|
||||
},
|
||||
id: "1", name: "The Obsidian Tower", price: "$12.5M", variant: "Penthouse", imageSrc: "http://img.b2bpic.net/free-photo/star-favourite-label-box-bar-banner-graphic_53876-125576.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Canyon Estate",
|
||||
price: "$8.2M",
|
||||
variant: "Villa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-gray-houses-pink-sky_181624-3252.jpg",
|
||||
},
|
||||
id: "2", name: "Canyon Estate", price: "$8.2M", variant: "Villa", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-gray-houses-pink-sky_181624-3252.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Horizon View",
|
||||
price: "$15.0M",
|
||||
variant: "Penthouse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg",
|
||||
},
|
||||
id: "3", name: "Horizon View", price: "$15.0M", variant: "Penthouse", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Riverside Oasis",
|
||||
price: "$9.4M",
|
||||
variant: "Estate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg",
|
||||
},
|
||||
id: "4", name: "Riverside Oasis", price: "$9.4M", variant: "Estate", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Skyline Heights",
|
||||
price: "$11.1M",
|
||||
variant: "Suite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg",
|
||||
},
|
||||
id: "5", name: "Skyline Heights", price: "$11.1M", variant: "Suite", imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Azure Point",
|
||||
price: "$22.5M",
|
||||
variant: "Villa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg",
|
||||
},
|
||||
id: "6", name: "Azure Point", price: "$22.5M", variant: "Villa", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg"},
|
||||
]}
|
||||
title="Current Acquisitions"
|
||||
description="A refined selection of our most prestigious properties, currently available to qualified investors."
|
||||
@@ -179,20 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "18.4%",
|
||||
description: "Avg. Annual ROI",
|
||||
},
|
||||
id: "1", value: "18.4%", description: "Avg. Annual ROI"},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.2s",
|
||||
description: "Listing Liquidity",
|
||||
},
|
||||
id: "2", value: "4.2s", description: "Listing Liquidity"},
|
||||
{
|
||||
id: "3",
|
||||
value: "99.8%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
id: "3", value: "99.8%", description: "Client Satisfaction"},
|
||||
]}
|
||||
title="The Art of Data"
|
||||
description="Sophisticated insights for the discerning investor. Our proprietary analysis tools predict long-term appreciation in the world's most exclusive zip codes."
|
||||
@@ -206,26 +142,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Architectural Design",
|
||||
description: "Curated by world-renowned architects to create timeless, sustainable, and awe-inspiring living spaces.",
|
||||
tag: "Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-u-shaped-structure-with-blue-sky_181624-6363.jpg",
|
||||
},
|
||||
id: "f1", title: "Architectural Design", description: "Curated by world-renowned architects to create timeless, sustainable, and awe-inspiring living spaces.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/glass-u-shaped-structure-with-blue-sky_181624-6363.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Bespoke Interiors",
|
||||
description: "Hand-selected finishes, artisanal craftsmanship, and smart-home integration designed for effortless comfort.",
|
||||
tag: "Interiors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-tablet-couch_23-2149403360.jpg",
|
||||
},
|
||||
id: "f2", title: "Bespoke Interiors", description: "Hand-selected finishes, artisanal craftsmanship, and smart-home integration designed for effortless comfort.", tag: "Interiors", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-tablet-couch_23-2149403360.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Private Security",
|
||||
description: "Discreet, advanced, and global-standard security protocols protecting your legacy assets around the clock.",
|
||||
tag: "Security",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg",
|
||||
},
|
||||
id: "f3", title: "Private Security", description: "Discreet, advanced, and global-standard security protocols protecting your legacy assets around the clock.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg"},
|
||||
]}
|
||||
title="Signature Experiences"
|
||||
description="Every property we represent is defined by its uniqueness, architectural integrity, and uncompromising luxury standards."
|
||||
@@ -238,55 +159,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexander Thorne",
|
||||
date: "Oct 2023",
|
||||
title: "CEO, Tech Horizon",
|
||||
quote: "The most seamless acquisition process I've ever experienced. Truly world-class.",
|
||||
tag: "Penthouse Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-traveling_23-2149338624.jpg",
|
||||
},
|
||||
id: "1", name: "Alexander Thorne", date: "Oct 2023", title: "CEO, Tech Horizon", quote: "The most seamless acquisition process I've ever experienced. Truly world-class.", tag: "Penthouse Owner", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-traveling_23-2149338624.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Vance",
|
||||
date: "Sep 2023",
|
||||
title: "Founder, Artistry",
|
||||
quote: "Exceptional eye for detail and uncompromising standards. An unparalleled partner.",
|
||||
tag: "Villa Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064874.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-white-suit-outdoors_1303-22057.jpg",
|
||||
},
|
||||
id: "2", name: "Elena Vance", date: "Sep 2023", title: "Founder, Artistry", quote: "Exceptional eye for detail and uncompromising standards. An unparalleled partner.", tag: "Villa Owner", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064874.jpg", imageSrc: "http://img.b2bpic.net/business-woman-white-suit-outdoors_1303-22057.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus Sterling",
|
||||
date: "Aug 2023",
|
||||
title: "Venture Capitalist",
|
||||
quote: "They understand that luxury is not just a price point, but a philosophy of living.",
|
||||
tag: "Estate Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-coat-with-coffee-go-happily-looking-camera-park_574295-3133.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-going-work-bicycle_23-2149443052.jpg",
|
||||
},
|
||||
id: "3", name: "Marcus Sterling", date: "Aug 2023", title: "Venture Capitalist", quote: "They understand that luxury is not just a price point, but a philosophy of living.", tag: "Estate Owner", avatarSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-coat-with-coffee-go-happily-looking-camera-park_574295-3133.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-going-work-bicycle_23-2149443052.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sofia Rossi",
|
||||
date: "July 2023",
|
||||
title: "Director",
|
||||
quote: "I have never felt so understood and taken care of in my investment journey.",
|
||||
tag: "Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-with-glass-whiskey-cigar-posed-pub_627829-5855.jpg",
|
||||
},
|
||||
id: "4", name: "Sofia Rossi", date: "July 2023", title: "Director", quote: "I have never felt so understood and taken care of in my investment journey.", tag: "Owner", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5355.jpg", imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-with-glass-whiskey-cigar-posed-pub_627829-5855.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Sinclair",
|
||||
date: "June 2023",
|
||||
title: "Architect",
|
||||
quote: "The architectural curation here is nothing short of breathtaking. Exceptional work.",
|
||||
tag: "Penthouse Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-short-dress-is-working-chair-with-laptop-cafeteria-she-is-looks-busy_197531-1130.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
|
||||
},
|
||||
id: "5", name: "James Sinclair", date: "June 2023", title: "Architect", quote: "The architectural curation here is nothing short of breathtaking. Exceptional work.", tag: "Penthouse Owner", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-short-dress-is-working-chair-with-laptop-cafeteria-she-is-looks-busy_197531-1130.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg"},
|
||||
]}
|
||||
title="A Life Well Lived"
|
||||
description="Join a global community of leaders, creators, and visionaries who call our properties home."
|
||||
@@ -299,20 +180,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do we handle discreet acquisitions?",
|
||||
content: "We maintain absolute confidentiality through non-disclosure protocols and private viewing schedules.",
|
||||
},
|
||||
id: "1", title: "How do we handle discreet acquisitions?", content: "We maintain absolute confidentiality through non-disclosure protocols and private viewing schedules."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are the investment requirements?",
|
||||
content: "We work exclusively with qualified high-net-worth investors and provide tailored acquisition strategies.",
|
||||
},
|
||||
id: "2", title: "What are the investment requirements?", content: "We work exclusively with qualified high-net-worth investors and provide tailored acquisition strategies."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer global representation?",
|
||||
content: "Our footprint extends to all major financial and cultural hubs worldwide.",
|
||||
},
|
||||
id: "3", title: "Do you offer global representation?", content: "Our footprint extends to all major financial and cultural hubs worldwide."},
|
||||
]}
|
||||
title="Essential Information"
|
||||
description="Answers to the most common questions regarding our acquisition process and property standards."
|
||||
@@ -324,8 +196,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
tag="Consultation"
|
||||
title="Begin Your Journey"
|
||||
description="Enter your details for an initial consultation. Your inquiry will be handled with the highest level of discretion."
|
||||
@@ -339,37 +210,23 @@ export default function LandingPage() {
|
||||
logoText="ELITE REALTY"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Portfolio", href: "#products"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Consultation", href: "#contact"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user