Merge version_1 into main #2
246
src/app/page.tsx
246
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "properties",
|
||||
},
|
||||
name: "Properties", id: "properties"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EliteEstate"
|
||||
/>
|
||||
@@ -59,74 +51,37 @@ export default function LandingPage() {
|
||||
description="Experience unparalleled sophistication with our curated portfolio of the world's most exceptional properties."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice Sterling",
|
||||
handle: "@sterling_design",
|
||||
testimonial: "The most seamless luxury buying experience I've ever had.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg?_wi=1",
|
||||
imageAlt: "luxury villa exterior modern",
|
||||
},
|
||||
name: "Alice Sterling", handle: "@sterling_design", testimonial: "The most seamless luxury buying experience I've ever had.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg", imageAlt: "luxury villa exterior modern"},
|
||||
{
|
||||
name: "Marcus Vane",
|
||||
handle: "@vane_investments",
|
||||
testimonial: "Exceptional properties, unmatched attention to detail.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1",
|
||||
imageAlt: "luxury villa exterior modern",
|
||||
},
|
||||
name: "Marcus Vane", handle: "@vane_investments", testimonial: "Exceptional properties, unmatched attention to detail.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "luxury villa exterior modern"},
|
||||
{
|
||||
name: "Julian H.",
|
||||
handle: "@juliandesign",
|
||||
testimonial: "A truly curated selection that defines luxury.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-turning-light-using-remote-control_259150-57143.jpg?_wi=1",
|
||||
imageAlt: "luxury villa exterior modern",
|
||||
},
|
||||
name: "Julian H.", handle: "@juliandesign", testimonial: "A truly curated selection that defines luxury.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-turning-light-using-remote-control_259150-57143.jpg", imageAlt: "luxury villa exterior modern"},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@elenaart",
|
||||
testimonial: "Exquisite service from start to finish.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg?_wi=1",
|
||||
imageAlt: "luxury villa exterior modern",
|
||||
},
|
||||
name: "Elena R.", handle: "@elenaart", testimonial: "Exquisite service from start to finish.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg", imageAlt: "luxury villa exterior modern"},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahtravels",
|
||||
testimonial: "Unparalleled expertise and local market knowledge.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg?_wi=1",
|
||||
imageAlt: "luxury villa exterior modern",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarahtravels", testimonial: "Unparalleled expertise and local market knowledge.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg", imageAlt: "luxury villa exterior modern"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Estates",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "Explore Estates", href: "#properties"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/i-am-glad-that-we-managed-reach-agreement_637285-11084.jpg",
|
||||
alt: "Client portrait 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/i-am-glad-that-we-managed-reach-agreement_637285-11084.jpg", alt: "Client portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-came-agreement-with-their-insurance-agent-office_637285-11082.jpg",
|
||||
alt: "Client portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-came-agreement-with-their-insurance-agent-office_637285-11082.jpg", alt: "Client portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-couple-having-consultations-with-their-financial-advisor-office_637285-6880.jpg",
|
||||
alt: "Client portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-couple-having-consultations-with-their-financial-advisor-office_637285-6880.jpg", alt: "Client portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-shaking-woman-hand_23-2148252059.jpg",
|
||||
alt: "Client portrait 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-shaking-woman-hand_23-2148252059.jpg", alt: "Client portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-outdoors-white-shirt-looking-camera_197531-33797.jpg",
|
||||
alt: "Client portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-outdoors-white-shirt-looking-camera_197531-33797.jpg", alt: "Client portrait 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ discerning families"
|
||||
/>
|
||||
@@ -140,7 +95,7 @@ export default function LandingPage() {
|
||||
description="With over two decades of expertise, we specialize in matching discerning clients with properties that define legacy."
|
||||
subdescription="Our commitment is to absolute transparency, discretion, and market-leading insights for every transaction."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -152,28 +107,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Private Acquisitions",
|
||||
description: "Off-market access to discreetly held high-end assets.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Key,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-turning-light-using-remote-control_259150-57143.jpg?_wi=2",
|
||||
imageAlt: "luxury kitchen marble details",
|
||||
title: "Private Acquisitions", description: "Off-market access to discreetly held high-end assets.", bentoComponent: "reveal-icon", icon: Key,
|
||||
},
|
||||
{
|
||||
title: "Global Networks",
|
||||
description: "Access to international real estate partnerships and resources.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Globe,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg?_wi=3",
|
||||
imageAlt: "luxury kitchen marble details",
|
||||
title: "Global Networks", description: "Access to international real estate partnerships and resources.", bentoComponent: "reveal-icon", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Portfolio Management",
|
||||
description: "Expert guidance on growing your wealth through luxury assets.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BarChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=3",
|
||||
imageAlt: "luxury kitchen marble details",
|
||||
title: "Portfolio Management", description: "Expert guidance on growing your wealth through luxury assets.", bentoComponent: "reveal-icon", icon: BarChart,
|
||||
},
|
||||
]}
|
||||
title="The Elite Advantage"
|
||||
@@ -189,41 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Coastal Haven",
|
||||
price: "$12.5M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Coastal Haven", price: "$12.5M", imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Urban Penthouse",
|
||||
price: "$8.2M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Urban Penthouse", price: "$8.2M", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mountain Sanctuary",
|
||||
price: "$6.8M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-house-mountains-terrace-with-panoramic-view_169016-69002.jpg",
|
||||
},
|
||||
id: "3", name: "Mountain Sanctuary", price: "$6.8M", imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-house-mountains-terrace-with-panoramic-view_169016-69002.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Grand Villa",
|
||||
price: "$15.0M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg",
|
||||
},
|
||||
id: "4", name: "Grand Villa", price: "$15.0M", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Legacy Estate",
|
||||
price: "$22.0M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118986.jpg",
|
||||
},
|
||||
id: "5", name: "Legacy Estate", price: "$22.0M", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118986.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Minimalist Retreat",
|
||||
price: "$4.5M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neat-tidy-workspace-with-laptop-lamp_23-2148592292.jpg",
|
||||
},
|
||||
id: "6", name: "Minimalist Retreat", price: "$4.5M", imageSrc: "http://img.b2bpic.net/free-photo/neat-tidy-workspace-with-laptop-lamp_23-2148592292.jpg"},
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Exquisite estates waiting for their next discerning owners."
|
||||
@@ -237,20 +153,11 @@ export default function LandingPage() {
|
||||
tag="Performance Metrics"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Properties Successfully Sold",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Properties Successfully Sold"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "$2B+",
|
||||
description: "Total Transaction Volume",
|
||||
},
|
||||
id: "m2", value: "$2B+", description: "Total Transaction Volume"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20+",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
id: "m3", value: "20+", description: "Years of Excellence"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -263,45 +170,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahtravels",
|
||||
testimonial: "Unparalleled service and discretion throughout.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahtravels", testimonial: "Unparalleled service and discretion throughout.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Julian H.",
|
||||
handle: "@juliandesign",
|
||||
testimonial: "They found exactly what I needed in weeks.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg",
|
||||
},
|
||||
id: "2", name: "Julian H.", handle: "@juliandesign", testimonial: "They found exactly what I needed in weeks.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "@elenaart",
|
||||
testimonial: "Simply the best agency in the luxury segment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", handle: "@elenaart", testimonial: "Simply the best agency in the luxury segment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus L.",
|
||||
handle: "@marcusinvest",
|
||||
testimonial: "Exceptional portfolio of properties.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-moments-cute-couple-having-fun-making-selfie-bed-home-modern-appartment-woman-with-long-blonde-hair-true-emotions-love-wife-husband-relationship_197531-1660.jpg",
|
||||
},
|
||||
id: "4", name: "Marcus L.", handle: "@marcusinvest", testimonial: "Exceptional portfolio of properties.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-moments-cute-couple-having-fun-making-selfie-bed-home-modern-appartment-woman-with-long-blonde-hair-true-emotions-love-wife-husband-relationship_197531-1660.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia V.",
|
||||
handle: "@oliviavane",
|
||||
testimonial: "Guided me through every step with expertise.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517453.jpg",
|
||||
},
|
||||
id: "5", name: "Olivia V.", handle: "@oliviavane", testimonial: "Guided me through every step with expertise.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517453.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Discerning Voices"
|
||||
@@ -314,20 +196,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do you ensure property privacy?",
|
||||
content: "We maintain strict non-disclosure policies and manage discreet channels for all private acquisitions.",
|
||||
},
|
||||
id: "q1", title: "How do you ensure property privacy?", content: "We maintain strict non-disclosure policies and manage discreet channels for all private acquisitions."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer international reach?",
|
||||
content: "Yes, our network spans globally, ensuring access to premier listings worldwide.",
|
||||
},
|
||||
id: "q2", title: "Do you offer international reach?", content: "Yes, our network spans globally, ensuring access to premier listings worldwide."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How is portfolio valuation calculated?",
|
||||
content: "We utilize proprietary market insights paired with detailed comparative asset analysis.",
|
||||
},
|
||||
id: "q3", title: "How is portfolio valuation calculated?", content: "We utilize proprietary market insights paired with detailed comparative asset analysis."},
|
||||
]}
|
||||
sideTitle="Expert Guidance"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -338,8 +211,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Inquire Today"
|
||||
title="Begin Your Legacy"
|
||||
description="Ready to discuss your next estate? Our team is available for a private consultation."
|
||||
@@ -352,29 +224,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
label: "Properties", href: "#properties"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Inquire", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user