Merge version_1_1777370790594 into main #1
@@ -8,256 +8,152 @@ import RadialGradientBackground from "@/components/ui/RadialGradientBackground";
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import TeamGlassCards from '@/components/sections/team/TeamGlassCards';
|
||||
import TestimonialSplitCards from '@/components/sections/testimonial/TestimonialSplitCards';
|
||||
import { Award, Globe, TrendingUp } from "lucide-react";
|
||||
import FooterBasic from '@/components/sections/footer/FooterBasic';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBrand
|
||||
brand="LUXESTATE ELITE"
|
||||
description="Discover unparalleled living through our curated collection of extraordinary properties."
|
||||
primaryButton={{
|
||||
text: "Explore Listings",
|
||||
href: "#listings",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Inquire Today",
|
||||
href: "#contact",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150759.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBrand
|
||||
brand="LUXESTATE ELITE"
|
||||
description="Discover unparalleled living through our curated collection of extraordinary properties."
|
||||
primaryButton={{
|
||||
text: "Explore Listings", href: "#listings"}}
|
||||
secondaryButton={{
|
||||
text: "Inquire Today", href: "#contact"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150759.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about" className="relative">
|
||||
<RadialGradientBackground position="absolute" />
|
||||
<AboutText
|
||||
title="Defining the new standard in global luxury real estate and lifestyle consulting."
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about" className="relative">
|
||||
<RadialGradientBackground position="absolute" />
|
||||
<AboutText
|
||||
title="Defining the new standard in global luxury real estate and lifestyle consulting."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="listings" data-section="listings">
|
||||
<ProductRatingCards
|
||||
tag="Collection"
|
||||
title="Curated Prime Properties"
|
||||
description="Selected estates that transcend ordinary living."
|
||||
products={[
|
||||
{
|
||||
brand: "LUX",
|
||||
name: "Azure Horizon Villa",
|
||||
price: "$8,500,000",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912533.jpg",
|
||||
},
|
||||
{
|
||||
brand: "LUX",
|
||||
name: "Summit Point Estate",
|
||||
price: "$12,200,000",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunny-morning-big-city-terrace-young-brunette-fashionable-woman-talking-phone-smiling-attractive-model-woman-chilling-relaxing-time-happiness_197531-1901.jpg",
|
||||
},
|
||||
{
|
||||
brand: "LUX",
|
||||
name: "Heritage Gold Manor",
|
||||
price: "$15,000,000",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-brown-building-with-vertical-windows_181624-3596.jpg",
|
||||
},
|
||||
{
|
||||
brand: "LUX",
|
||||
name: "Modern Oasis Loft",
|
||||
price: "$4,750,000",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-exterior-with-wooden-fence_23-2147663471.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "LUX",
|
||||
name: "Riverside Legacy",
|
||||
price: "$9,800,000",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-sunset_1112-1870.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "LUX",
|
||||
name: "Urban Skyline Penthouse",
|
||||
price: "$6,900,000",
|
||||
rating: 5,
|
||||
reviewCount: "9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912504.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="listings" data-section="listings">
|
||||
<ProductRatingCards
|
||||
tag="Collection"
|
||||
title="Curated Prime Properties"
|
||||
description="Selected estates that transcend ordinary living."
|
||||
products={[
|
||||
{
|
||||
brand: "LUX", name: "Azure Horizon Villa", price: "$8,500,000", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912533.jpg"},
|
||||
{
|
||||
brand: "LUX", name: "Summit Point Estate", price: "$12,200,000", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/sunny-morning-big-city-terrace-young-brunette-fashionable-woman-talking-phone-smiling-attractive-model-woman-chilling-relaxing-time-happiness_197531-1901.jpg"},
|
||||
{
|
||||
brand: "LUX", name: "Heritage Gold Manor", price: "$15,000,000", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-brown-building-with-vertical-windows_181624-3596.jpg"},
|
||||
{
|
||||
brand: "LUX", name: "Modern Oasis Loft", price: "$4,750,000", rating: 4,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/house-exterior-with-wooden-fence_23-2147663471.jpg"},
|
||||
{
|
||||
brand: "LUX", name: "Riverside Legacy", price: "$9,800,000", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-sunset_1112-1870.jpg"},
|
||||
{
|
||||
brand: "LUX", name: "Urban Skyline Penthouse", price: "$6,900,000", rating: 5,
|
||||
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912504.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricsGradientCards
|
||||
tag="Performance"
|
||||
title="Delivering Exceptional Results"
|
||||
description="Our legacy is built on consistent performance and client satisfaction."
|
||||
metrics={[
|
||||
{
|
||||
value: "$2B+",
|
||||
title: "Assets Traded",
|
||||
description: "Global portfolio volume",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Estates Sold",
|
||||
description: "Hand-selected properties",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Countries",
|
||||
description: "Global market footprint",
|
||||
icon: Globe,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricsGradientCards
|
||||
tag="Performance"
|
||||
title="Delivering Exceptional Results"
|
||||
description="Our legacy is built on consistent performance and client satisfaction."
|
||||
metrics={[
|
||||
{ value: "$2B+", title: "Assets Traded", description: "Global portfolio volume", icon: "TrendingUp" },
|
||||
{ value: "500+", title: "Estates Sold", description: "Hand-selected properties", icon: "Award" },
|
||||
{ value: "20+", title: "Countries", description: "Global market footprint", icon: "Globe" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamGlassCards
|
||||
tag="Expertise"
|
||||
title="The Elite Consultancy"
|
||||
description="Our team of industry veterans and negotiation masters."
|
||||
members={[
|
||||
{
|
||||
name: "Julian Sterling",
|
||||
role: "Managing Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_107420-84879.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Vance",
|
||||
role: "Principal Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overworked-tired-businesswoman-reading-project-deadline-phone-call-with-coworker-serious-entrepreneur-working-job-project-sitting-staircase-business-building-night-hours-job_482257-5743.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus Thorne",
|
||||
role: "Private Equity Liaison",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-bearded-young-businessman-standing-with-arms-crossed_171337-19290.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="team" data-section="team">
|
||||
<TeamGlassCards
|
||||
tag="Expertise"
|
||||
title="The Elite Consultancy"
|
||||
description="Our team of industry veterans and negotiation masters."
|
||||
members={[
|
||||
{ name: "Julian Sterling", role: "Managing Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_107420-84879.jpg" },
|
||||
{ name: "Elena Vance", role: "Principal Consultant", imageSrc: "http://img.b2bpic.net/free-photo/overworked-tired-businesswoman-reading-project-deadline-phone-call-with-coworker-serious-entrepreneur-working-job-project-sitting-staircase-business-building-night-hours-job_482257-5743.jpg" },
|
||||
{ name: "Marcus Thorne", role: "Private Equity Liaison", imageSrc: "http://img.b2bpic.net/free-photo/serious-bearded-young-businessman-standing-with-arms-crossed_171337-19290.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialSplitCards
|
||||
tag="Testimonials"
|
||||
title="Excellence in Action"
|
||||
description="Words from those who trust us with their legacy."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
tag: "Estate",
|
||||
title: "Visionary Service",
|
||||
quote: "Unrivaled expertise in every transaction.",
|
||||
name: "Arthur Pendragon",
|
||||
date: "2024",
|
||||
avatarImageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-standing-talking-phone_23-2148415924.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407605.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
tag: "Estate",
|
||||
title: "Seamless Process",
|
||||
quote: "They made the impossible seem effortless.",
|
||||
name: "Sophia Moretti",
|
||||
date: "2024",
|
||||
avatarImageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-elegance-luxury-cozy-bedroom-generated-by-ai_188544-29887.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
tag: "Estate",
|
||||
title: "Global Standard",
|
||||
quote: "Truly global reach, local precision.",
|
||||
name: "David Al-Sayed",
|
||||
date: "2024",
|
||||
avatarImageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3800.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-with-light-coming-out-from-one-big-balcony-windows_181624-32628.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
tag: "Estate",
|
||||
title: "Highly Discreet",
|
||||
quote: "Professionalism that is rarely matched.",
|
||||
name: "Chloe Beaumont",
|
||||
date: "2024",
|
||||
avatarImageSrc: "http://img.b2bpic.net/free-photo/joyful-male-applicant-happily-shaking-employer-hand-young-handsome-man-white-shirt-getting-new-job-after-interview-modern-office_574295-5881.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199326.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
tag: "Estate",
|
||||
title: "Market Leaders",
|
||||
quote: "Simply the best in high-end real estate.",
|
||||
name: "Victor Renoir",
|
||||
date: "2024",
|
||||
avatarImageSrc: "http://img.b2bpic.net/free-photo/man-standing-circular-staircase-concrete-building_24972-2936.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359697.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialSplitCards
|
||||
tag="Testimonials"
|
||||
title="Excellence in Action"
|
||||
description="Words from those who trust us with their legacy."
|
||||
testimonials={[
|
||||
{
|
||||
tag: "Estate", title: "Visionary Service", quote: "Unrivaled expertise in every transaction.", name: "Arthur Pendragon", date: "2024", avatarImageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-standing-talking-phone_23-2148415924.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407605.jpg"},
|
||||
{
|
||||
tag: "Estate", title: "Seamless Process", quote: "They made the impossible seem effortless.", name: "Sophia Moretti", date: "2024", avatarImageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-elegance-luxury-cozy-bedroom-generated-by-ai_188544-29887.jpg"},
|
||||
{
|
||||
tag: "Estate", title: "Global Standard", quote: "Truly global reach, local precision.", name: "David Al-Sayed", date: "2024", avatarImageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3800.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-with-light-coming-out-from-one-big-balcony-windows_181624-32628.jpg"},
|
||||
{
|
||||
tag: "Estate", title: "Highly Discreet", quote: "Professionalism that is rarely matched.", name: "Chloe Beaumont", date: "2024", avatarImageSrc: "http://img.b2bpic.net/free-photo/joyful-male-applicant-happily-shaking-employer-hand-young-handsome-man-white-shirt-getting-new-job-after-interview-modern-office_574295-5881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199326.jpg"},
|
||||
{
|
||||
tag: "Estate", title: "Market Leaders", quote: "Simply the best in high-end real estate.", name: "Victor Renoir", date: "2024", avatarImageSrc: "http://img.b2bpic.net/free-photo/man-standing-circular-staircase-concrete-building_24972-2936.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359697.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="partners" data-section="partners">
|
||||
<SocialProofMarquee
|
||||
tag="Network"
|
||||
title="Global Alliances"
|
||||
description="Connected to the worlds most exclusive circles."
|
||||
names={[
|
||||
"Apex Equity",
|
||||
"Summit Holdings",
|
||||
"Crown Partners",
|
||||
"Imperial Ventures",
|
||||
"Prime Assets",
|
||||
"Elite Real Estate",
|
||||
"Global Capital",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="partners" data-section="partners">
|
||||
<SocialProofMarquee
|
||||
tag="Network"
|
||||
title="Global Alliances"
|
||||
description="Connected to the worlds most exclusive circles."
|
||||
names={[
|
||||
"Apex Equity", "Summit Holdings", "Crown Partners", "Imperial Ventures", "Prime Assets", "Elite Real Estate", "Global Capital"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSimple
|
||||
tag="Consultation"
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear insights into our process."
|
||||
items={[
|
||||
{
|
||||
question: "What areas do you serve?",
|
||||
answer: "We maintain operations across the globe's most exclusive capital cities.",
|
||||
},
|
||||
{
|
||||
question: "How do you handle privacy?",
|
||||
answer: "Discretion is the cornerstone of our consultancy. We ensure total anonymity for all clients.",
|
||||
},
|
||||
{
|
||||
question: "What makes your listings unique?",
|
||||
answer: "We only represent properties that meet our stringent standards of architectural and historical excellence.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSimple
|
||||
tag="Consultation"
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear insights into our process."
|
||||
items={[
|
||||
{
|
||||
question: "What areas do you serve?", answer: "We maintain operations across the globe's most exclusive capital cities."},
|
||||
{
|
||||
question: "How do you handle privacy?", answer: "Discretion is the cornerstone of our consultancy. We ensure total anonymity for all clients."},
|
||||
{
|
||||
question: "What makes your listings unique?", answer: "We only represent properties that meet our stringent standards of architectural and historical excellence."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Connect"
|
||||
title="Request a Private Consultation"
|
||||
description="Begin your journey into luxury living today."
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Schedule Consult"
|
||||
termsText="By submitting, you agree to our terms of privacy."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Connect"
|
||||
title="Request a Private Consultation"
|
||||
description="Begin your journey into luxury living today."
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Schedule Consult"
|
||||
termsText="By submitting, you agree to our terms of privacy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBasic
|
||||
columns={[
|
||||
{ title: "Resources", items: [{ label: "Listings", href: "#listings" }, { label: "Team", href: "#team" }, { label: "Inquiry", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, { label: "Twitter", href: "#" }] }
|
||||
]}
|
||||
leftText="© 2024 LuxEstate Elite. All rights reserved."
|
||||
rightText="Designed by Elite Consultancies Group."
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user