Merge version_1 into main #1
166
src/app/page.tsx
166
src/app/page.tsx
@@ -33,35 +33,24 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
name: "Home", id: "home"
|
||||
},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "properties",
|
||||
href: "/properties",
|
||||
name: "Properties", id: "properties"
|
||||
},
|
||||
{
|
||||
name: "Agents",
|
||||
id: "agents",
|
||||
href: "/agents",
|
||||
name: "Agents", id: "agents"
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
name: "About Us", id: "about"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "contact"
|
||||
}
|
||||
]}
|
||||
brandName="Elite Estates"
|
||||
button={{
|
||||
text: "Schedule a Viewing",
|
||||
href: "/contact",
|
||||
text: "Schedule a Viewing", href: "/contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
@@ -73,39 +62,31 @@ export default function LandingPage() {
|
||||
description="Discover unparalleled luxury living in the world's most exclusive residences."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Listings",
|
||||
href: "/properties",
|
||||
text: "Explore Listings", href: "/properties"
|
||||
},
|
||||
{
|
||||
text: "Connect with an Agent",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Connect with an Agent", href: "/contact"
|
||||
}
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8222.jpg",
|
||||
imageAlt: "Luxury modern villa exterior at sunset",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8222.jpg", imageAlt: "Luxury modern villa exterior at sunset"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-freelancer-having-green-screen-device-his-modern-trendy-apartment_482257-125288.jpg",
|
||||
imageAlt: "Spacious luxury living room with modern design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-freelancer-having-green-screen-device-his-modern-trendy-apartment_482257-125288.jpg", imageAlt: "Spacious luxury living room with modern design"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filter-holiday-alley-balcony-clear_1253-685.jpg",
|
||||
imageAlt: "Luxury beachfront property aerial view",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filter-holiday-alley-balcony-clear_1253-685.jpg", imageAlt: "Luxury beachfront property aerial view"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976544.jpg",
|
||||
imageAlt: "Upscale kitchen interior design with marble countertops",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976544.jpg", imageAlt: "Upscale kitchen interior design with marble countertops"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/modern-minimalist-nightstand-with-lamp-greenery_191095-82191.jpg",
|
||||
imageAlt: "Master bedroom luxury suite with balcony",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/modern-minimalist-nightstand-with-lamp-greenery_191095-82191.jpg", imageAlt: "Master bedroom luxury suite with balcony"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-seats-by-pool-with-parasols_53876-146253.jpg",
|
||||
imageAlt: "Luxury outdoor patio entertaining area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-seats-by-pool-with-parasols_53876-146253.jpg", imageAlt: "Luxury outdoor patio entertaining area"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -129,29 +110,21 @@ export default function LandingPage() {
|
||||
description="We provide comprehensive services tailored to the unique demands of the luxury market, ensuring every client receives a platinum-level experience."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "personalized",
|
||||
title: "Personalized Property Curation",
|
||||
content: "Our experts meticulously select properties that align with your unique lifestyle and investment goals, offering a curated portfolio that matches your discerning taste.",
|
||||
id: "personalized", title: "Personalized Property Curation", content: "Our experts meticulously select properties that align with your unique lifestyle and investment goals, offering a curated portfolio that matches your discerning taste."
|
||||
},
|
||||
{
|
||||
id: "market-insight",
|
||||
title: "Exclusive Market Insights",
|
||||
content: "Gain access to privileged market data and off-market opportunities. Our deep industry connections and analytical prowess give you a distinct advantage.",
|
||||
id: "market-insight", title: "Exclusive Market Insights", content: "Gain access to privileged market data and off-market opportunities. Our deep industry connections and analytical prowess give you a distinct advantage."
|
||||
},
|
||||
{
|
||||
id: "discreet-negotiation",
|
||||
title: "Discreet & Professional Negotiation",
|
||||
content: "Benefit from our expert negotiation skills, ensuring the best terms and value for your investment with utmost discretion and professionalism.",
|
||||
id: "discreet-negotiation", title: "Discreet & Professional Negotiation", content: "Benefit from our expert negotiation skills, ensuring the best terms and value for your investment with utmost discretion and professionalism."
|
||||
},
|
||||
{
|
||||
id: "concierge-support",
|
||||
title: "White-Glove Concierge Support",
|
||||
content: "From legal assistance to relocation services, our dedicated concierge team handles every detail, making your transition effortless and enjoyable.",
|
||||
},
|
||||
id: "concierge-support", title: "White-Glove Concierge Support", content: "From legal assistance to relocation services, our dedicated concierge team handles every detail, making your transition effortless and enjoyable."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-colleagues-working-together_23-2149622863.jpg"
|
||||
imageAlt="Architects discussing blueprints for a luxury property"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
@@ -164,29 +137,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "property-1",
|
||||
name: "The Grand Estate",
|
||||
price: "$15,000,000",
|
||||
variant: "Beverly Hills, CA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg",
|
||||
imageAlt: "Stunning luxury mansion exterior modern design",
|
||||
id: "property-1", name: "The Grand Estate", price: "$15,000,000", variant: "Beverly Hills, CA", imageSrc: "http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg", imageAlt: "Stunning luxury mansion exterior modern design"
|
||||
},
|
||||
{
|
||||
id: "property-2",
|
||||
name: "Skyline Penthouse",
|
||||
price: "$8,500,000",
|
||||
variant: "New York City, NY",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-chilling-with-laptop_23-2147778884.jpg",
|
||||
imageAlt: "Elegant penthouse apartment with city skyline view",
|
||||
id: "property-2", name: "Skyline Penthouse", price: "$8,500,000", variant: "New York City, NY", imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-chilling-with-laptop_23-2147778884.jpg", imageAlt: "Elegant penthouse apartment with city skyline view"
|
||||
},
|
||||
{
|
||||
id: "property-3",
|
||||
name: "Lakeside Retreat",
|
||||
price: "$6,200,000",
|
||||
variant: "Lake Tahoe, NV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tanned-girl-shorts-is-hugging-her-laughing-guy-couple-sitting-near-pool_197531-17277.jpg",
|
||||
imageAlt: "Private waterfront estate with a boat dock",
|
||||
},
|
||||
id: "property-3", name: "Lakeside Retreat", price: "$6,200,000", variant: "Lake Tahoe, NV", imageSrc: "http://img.b2bpic.net/free-photo/tanned-girl-shorts-is-hugging-her-laughing-guy-couple-sitting-near-pool_197531-17277.jpg", imageAlt: "Private waterfront estate with a boat dock"
|
||||
}
|
||||
]}
|
||||
title="Featured Luxury Listings"
|
||||
description="Browse a curated selection of our most exquisite properties, hand-picked for their unique charm, prestigious locations, and architectural grandeur."
|
||||
@@ -199,37 +157,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Seamless & Exquisite",
|
||||
quote: "Elite Estates provided an unparalleled experience. Their attention to detail and understanding of the luxury market made finding our dream home a seamless and exquisite journey.",
|
||||
name: "Eleanor Vance",
|
||||
role: "CEO, Vance Industries",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg",
|
||||
id: "1", title: "Seamless & Exquisite", quote: "Elite Estates provided an unparalleled experience. Their attention to detail and understanding of the luxury market made finding our dream home a seamless and exquisite journey.", name: "Eleanor Vance", role: "CEO, Vance Industries", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Exceptional Service",
|
||||
quote: "The team at Elite Estates is truly exceptional. Their professionalism, discretion, and market knowledge are second to none. I highly recommend their services.",
|
||||
name: "Julian Thorne",
|
||||
role: "Founder, Thorne Capital",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg",
|
||||
id: "2", title: "Exceptional Service", quote: "The team at Elite Estates is truly exceptional. Their professionalism, discretion, and market knowledge are second to none. I highly recommend their services.", name: "Julian Thorne", role: "Founder, Thorne Capital", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Beyond Expectations",
|
||||
quote: "From the first consultation to closing, Elite Estates exceeded all our expectations. They understood our vision perfectly and delivered a property that is simply magnificent.",
|
||||
name: "Isabella Rossi",
|
||||
role: "Luxury Brand Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg",
|
||||
id: "3", title: "Beyond Expectations", quote: "From the first consultation to closing, Elite Estates exceeded all our expectations. They understood our vision perfectly and delivered a property that is simply magnificent.", name: "Isabella Rossi", role: "Luxury Brand Strategist", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "A Trusted Partner",
|
||||
quote: "Working with Elite Estates was a pleasure. They acted as a trusted partner, guiding us through every step with expertise and genuine care. We found exactly what we were looking for.",
|
||||
name: "Marcus Sterling",
|
||||
role: "Retired Philanthropist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg",
|
||||
},
|
||||
id: "4", title: "A Trusted Partner", quote: "Working with Elite Estates was a pleasure. They acted as a trusted partner, guiding us through every step with expertise and genuine care. We found exactly what we were looking for.", name: "Marcus Sterling", role: "Retired Philanthropist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg"
|
||||
}
|
||||
]}
|
||||
title="What Our Esteemed Clients Say"
|
||||
description="Our commitment to excellence is reflected in the satisfaction of our discerning clientele."
|
||||
@@ -241,14 +179,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/book-logo-template-pack_23-2148812446.jpg",
|
||||
"http://img.b2bpic.net/free-vector/furniture-logo-collection_23-2148608472.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-real-estate-labels_23-2149114862.jpg",
|
||||
"http://img.b2bpic.net/free-vector/elegant-luxury-hotel-logo_23-2147534418.jpg",
|
||||
"http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg",
|
||||
"http://img.b2bpic.net/free-photo/globalization-network-technology-perforated-paper-globe_53876-16429.jpg",
|
||||
"http://img.b2bpic.net/free-psd/delicious-food-restaurant-business-card-template_23-2150146002.jpg",
|
||||
"http://img.b2bpic.net/free-vector/book-logo-template-pack_23-2148812446.jpg", "http://img.b2bpic.net/free-vector/furniture-logo-collection_23-2148608472.jpg", "http://img.b2bpic.net/free-vector/gradient-real-estate-labels_23-2149114862.jpg", "http://img.b2bpic.net/free-vector/elegant-luxury-hotel-logo_23-2147534418.jpg", "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg", "http://img.b2bpic.net/free-photo/globalization-network-technology-perforated-paper-globe_53876-16429.jpg", "http://img.b2bpic.net/free-psd/delicious-food-restaurant-business-card-template_23-2150146002.jpg"
|
||||
]}
|
||||
names={[]}
|
||||
title="Trusted by Luxury Affiliations"
|
||||
description="Our partnerships and awards reflect our standing in the global luxury real estate market."
|
||||
/>
|
||||
@@ -260,25 +193,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What makes Elite Estates different?",
|
||||
content: "Elite Estates specializes exclusively in luxury properties, offering a highly personalized approach, discreet service, and unparalleled market expertise tailored to high-net-worth individuals.",
|
||||
id: "q1", title: "What makes Elite Estates different?", content: "Elite Estates specializes exclusively in luxury properties, offering a highly personalized approach, discreet service, and unparalleled market expertise tailored to high-net-worth individuals."
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you handle international properties?",
|
||||
content: "Yes, we have a robust international network and extensive experience in facilitating the purchase and sale of luxury properties worldwide, ensuring a smooth cross-border transaction.",
|
||||
id: "q2", title: "Do you handle international properties?", content: "Yes, we have a robust international network and extensive experience in facilitating the purchase and sale of luxury properties worldwide, ensuring a smooth cross-border transaction."
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do you ensure client privacy?",
|
||||
content: "Client privacy is paramount. We operate with strict confidentiality protocols, offering discreet viewings, private consultations, and secure communication channels to protect your interests.",
|
||||
id: "q3", title: "How do you ensure client privacy?", content: "Client privacy is paramount. We operate with strict confidentiality protocols, offering discreet viewings, private consultations, and secure communication channels to protect your interests."
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What kind of properties do you list?",
|
||||
content: "Our portfolio includes a curated selection of mansions, penthouses, private estates, beachfront villas, and other exclusive properties in prime luxury locations globally.",
|
||||
},
|
||||
id: "q4", title: "What kind of properties do you list?", content: "Our portfolio includes a curated selection of mansions, penthouses, private estates, beachfront villas, and other exclusive properties in prime luxury locations globally."
|
||||
}
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common inquiries regarding luxury property acquisition and sales with Elite Estates."
|
||||
@@ -290,7 +215,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
tag="Get in Touch"
|
||||
title="Your Journey to Luxury Begins Here"
|
||||
@@ -308,19 +233,16 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram",
|
||||
href: "https://instagram.com", ariaLabel: "Instagram"
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com",
|
||||
ariaLabel: "LinkedIn",
|
||||
href: "https://linkedin.com", ariaLabel: "LinkedIn"
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user