1 Commits

Author SHA1 Message Date
71fe039ef7 Update src/app/page.tsx 2026-05-11 11:58:55 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Listings", name: "Listings", id: "listings"},
id: "listings",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Aura Luxury Estates" brandName="Aura Luxury Estates"
/> />
@@ -59,32 +51,20 @@ export default function LandingPage() {
description="Discover an exclusive collection of prestige residences curated for the world's most discerning individuals." description="Discover an exclusive collection of prestige residences curated for the world's most discerning individuals."
buttons={[ buttons={[
{ {
text: "View Exclusive Collection", text: "Request Private Consultation", href: "#contact"},
href: "#listings",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-glass-windows-sunlight_181624-11971.jpg" imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-glass-windows-sunlight_181624-11971.jpg"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/smiling-successful-businesspeople-showing-thumb-up-sign-office_23-2147923403.jpg", src: "http://img.b2bpic.net/free-photo/smiling-successful-businesspeople-showing-thumb-up-sign-office_23-2147923403.jpg", alt: "Smiling successful businesspeople"},
alt: "Smiling successful businesspeople",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-male-candidate-communicating-with-member-human-resource-team-job-interview-office_637285-6920.jpg", src: "http://img.b2bpic.net/free-photo/happy-male-candidate-communicating-with-member-human-resource-team-job-interview-office_637285-6920.jpg", alt: "Happy male candidate"},
alt: "Happy male candidate",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg", src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg", alt: "Smiling Senior Businessman"},
alt: "Smiling Senior Businessman",
},
{ {
src: "http://img.b2bpic.net/free-photo/indian-two-happy-sitting-success_1262-875.jpg", src: "http://img.b2bpic.net/free-photo/indian-two-happy-sitting-success_1262-875.jpg", alt: "Indian two happy sitting success"},
alt: "Indian two happy sitting success",
},
{ {
src: "http://img.b2bpic.net/free-photo/real-estate-satisfied-man-rejoicing-founding-perfect-home-apartment-holding-paper-house-model-sta_1258-113657.jpg", src: "http://img.b2bpic.net/free-photo/real-estate-satisfied-man-rejoicing-founding-perfect-home-apartment-holding-paper-house-model-sta_1258-113657.jpg", alt: "Real estate satisfied man"},
alt: "Real estate satisfied man",
},
]} ]}
avatarText="Trusted by 500+ global clients" avatarText="Trusted by 500+ global clients"
/> />
@@ -107,47 +87,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Bel Air Estate", price: "$12,500,000", variant: "Los Angeles", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-working-building-s-main-entrance_23-2147650201.jpg"},
name: "Bel Air Estate",
price: "$12,500,000",
variant: "Los Angeles",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-working-building-s-main-entrance_23-2147650201.jpg",
},
{ {
id: "p2", id: "p2", name: "Azure Coast Villa", price: "$8,900,000", variant: "South France", imageSrc: "http://img.b2bpic.net/free-photo/bed-beach_1203-305.jpg"},
name: "Azure Coast Villa",
price: "$8,900,000",
variant: "South France",
imageSrc: "http://img.b2bpic.net/free-photo/bed-beach_1203-305.jpg",
},
{ {
id: "p3", id: "p3", name: "Skyline Penthouse", price: "$6,200,000", variant: "New York", imageSrc: "http://img.b2bpic.net/free-photo/seductive-woman-black-silk-robe-sits-windowsill-looking-new-york_8353-1451.jpg"},
name: "Skyline Penthouse",
price: "$6,200,000",
variant: "New York",
imageSrc: "http://img.b2bpic.net/free-photo/seductive-woman-black-silk-robe-sits-windowsill-looking-new-york_8353-1451.jpg",
},
{ {
id: "p4", id: "p4", name: "Manor Heritage House", price: "$15,000,000", variant: "London", imageSrc: "http://img.b2bpic.net/free-photo/amazing-landscape-surrounding-adare-manor-ireland_493961-1381.jpg"},
name: "Manor Heritage House",
price: "$15,000,000",
variant: "London",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-landscape-surrounding-adare-manor-ireland_493961-1381.jpg",
},
{ {
id: "p5", id: "p5", name: "Alpine Resort Chalet", price: "$5,500,000", variant: "Switzerland", imageSrc: "http://img.b2bpic.net/free-photo/white-blue-bus-road-near-lake-daytime_417767-371.jpg"},
name: "Alpine Resort Chalet",
price: "$5,500,000",
variant: "Switzerland",
imageSrc: "http://img.b2bpic.net/free-photo/white-blue-bus-road-near-lake-daytime_417767-371.jpg",
},
{ {
id: "p6", id: "p6", name: "Modern Beachfront Villa", price: "$9,800,000", variant: "Miami", imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-spiral-staircase-building-sunlight-huatulco-mexico_181624-26945.jpg"},
name: "Modern Beachfront Villa",
price: "$9,800,000",
variant: "Miami",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-spiral-staircase-building-sunlight-huatulco-mexico_181624-26945.jpg",
},
]} ]}
title="Curated Prestige Portfolio" title="Curated Prestige Portfolio"
description="Explore our hand-selected collection of iconic properties, ranging from waterfront estates to sleek urban penthouses." description="Explore our hand-selected collection of iconic properties, ranging from waterfront estates to sleek urban penthouses."
@@ -162,25 +112,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "1.2B+", title: "In Sales Volume", description: "Successfully closed transactions", icon: Award,
value: "1.2B+",
title: "In Sales Volume",
description: "Successfully closed transactions",
icon: Award,
}, },
{ {
id: "m2", id: "m2", value: "350+", title: "Luxury Estates", description: "Exclusive properties curated", icon: Home,
value: "350+",
title: "Luxury Estates",
description: "Exclusive properties curated",
icon: Home,
}, },
{ {
id: "m3", id: "m3", value: "98%", title: "Client Retention", description: "Of returning valued clients", icon: Users,
value: "98%",
title: "Client Retention",
description: "Of returning valued clients",
icon: Users,
}, },
]} ]}
title="A Legacy of Proven Results" title="A Legacy of Proven Results"
@@ -195,59 +133,28 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Eleanor Vance", role: "Collector", company: "Fine Arts", rating: 5,
name: "Eleanor Vance", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg"},
role: "Collector",
company: "Fine Arts",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg",
},
{ {
id: "t2", id: "t2", name: "Julian Sterling", role: "Investor", company: "Sterling Group", rating: 5,
name: "Julian Sterling", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg"},
role: "Investor",
company: "Sterling Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg",
},
{ {
id: "t3", id: "t3", name: "Victoria Belmont", role: "Developer", company: "Belmont Ent", rating: 5,
name: "Victoria Belmont", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg"},
role: "Developer",
company: "Belmont Ent",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
},
{ {
id: "t4", id: "t4", name: "Marcus Thorne", role: "Entrepreneur", company: "Thorne Capital", rating: 5,
name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg"},
role: "Entrepreneur",
company: "Thorne Capital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg",
},
{ {
id: "t5", id: "t5", name: "Sophia Laurent", role: "Artist", company: "Laurent Studio", rating: 5,
name: "Sophia Laurent", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"},
role: "Artist",
company: "Laurent Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "5.0", value: "5.0", label: "Client Rating"},
label: "Client Rating",
},
{ {
value: "20+", value: "20+", label: "Global Offices"},
label: "Global Offices",
},
{ {
value: "45+", value: "45+", label: "Expert Agents"},
label: "Expert Agents",
},
]} ]}
title="Stories of Distinctive Homes" title="Stories of Distinctive Homes"
description="What our clients share about their journey and the luxury homes weve helped them secure." description="What our clients share about their journey and the luxury homes weve helped them secure."
@@ -259,14 +166,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Elite Realtors", "Elite Realtors", "Global Property Union", "Design Excellence Awards", "Prestige News Media", "International Realty Guild", "World Architecture Association", "Top Luxury Builders"]}
"Global Property Union",
"Design Excellence Awards",
"Prestige News Media",
"International Realty Guild",
"World Architecture Association",
"Top Luxury Builders",
]}
title="Recognized Excellence" title="Recognized Excellence"
description="We are proud partners with the world's most prestigious organizations in the real estate and design sectors." description="We are proud partners with the world's most prestigious organizations in the real estate and design sectors."
/> />
@@ -278,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "How do I schedule a private viewing?", content: "Contact your agent directly to arrange a discreet and customized viewing experience for any of our listed properties."},
title: "How do I schedule a private viewing?",
content: "Contact your agent directly to arrange a discreet and customized viewing experience for any of our listed properties.",
},
{ {
id: "q2", id: "q2", title: "What information is needed to register interest?", content: "Proof of identity and pre-qualification documentation are required for all of our exclusive luxury listings."},
title: "What information is needed to register interest?",
content: "Proof of identity and pre-qualification documentation are required for all of our exclusive luxury listings.",
},
{ {
id: "q3", id: "q3", title: "Do you offer international investment advice?", content: "Yes, we specialize in cross-border luxury real estate investment with comprehensive legal and financial support."},
title: "Do you offer international investment advice?",
content: "Yes, we specialize in cross-border luxury real estate investment with comprehensive legal and financial support.",
},
]} ]}
title="Common Inquiries" title="Common Inquiries"
description="Answers to frequently asked questions about our luxury real estate process, property access, and services." description="Answers to frequently asked questions about our luxury real estate process, property access, and services."
@@ -303,8 +194,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}}
tag="Get In Touch" tag="Get In Touch"
title="Begin Your Property Journey" title="Begin Your Property Journey"
description="Let us guide you toward your ideal home. Reach out to our team of specialists for a consultation." description="Let us guide you toward your ideal home. Reach out to our team of specialists for a consultation."
@@ -315,54 +205,33 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Portfolio", label: "Portfolio", href: "#listings"},
href: "#listings",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Market Insights", label: "Market Insights", href: "#"},
href: "#",
},
{ {
label: "Luxury Guides", label: "Luxury Guides", href: "#"},
href: "#",
},
{ {
label: "Legal", label: "Legal", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
{ {
label: "LinkedIn", label: "LinkedIn", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}
@@ -373,4 +242,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }