Merge version_1 into main #2
325
src/app/page.tsx
325
src/app/page.tsx
@@ -31,99 +31,43 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Listings",
|
||||
id: "listings",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Listings", id: "listings" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Elite Realty"
|
||||
button={{
|
||||
text: "Get Valuation",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Get Valuation", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Finding Your Dream Home Made Simple"
|
||||
description="Elite Realty connects you with premium properties that match your lifestyle and investment goals with unparalleled expert guidance."
|
||||
kpis={[
|
||||
{
|
||||
value: "1.2k+",
|
||||
label: "Properties Sold",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
{ value: "1.2k+", label: "Properties Sold" },
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "98%", label: "Client Satisfaction" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-talking-mobile-phone-with-hand-his-pocket_23-2148042547.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-talking-mobile-phone-with-hand-his-pocket_23-2148042547.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149721867.jpg",
|
||||
alt: "Smiley man at work",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
alt: "Smiling woman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-man-with-book-looking-camera_23-2148306576.jpg",
|
||||
alt: "Man with book",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-couple-standing-front-shelf-holding-cup-coffee_23-2147901250.jpg",
|
||||
alt: "Senior couple",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mother-father-posing-embraced_23-2148414913.jpg",
|
||||
alt: "Couple posing",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149721867.jpg", alt: "Smiley man at work" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Smiling woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-man-with-book-looking-camera_23-2148306576.jpg", alt: "Man with book" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-senior-couple-standing-front-shelf-holding-cup-coffee_23-2147901250.jpg", alt: "Senior couple" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/mother-father-posing-embraced_23-2148414913.jpg", alt: "Couple posing" }
|
||||
]}
|
||||
avatarText="Trusted by over 5,000+ homeowners."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Market Leading Expertise",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Property Access",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Dedicated Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data-Driven Valuation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Smooth Closing Process",
|
||||
},
|
||||
{ type: "text", text: "Market Leading Expertise" },
|
||||
{ type: "text", text: "Premium Property Access" },
|
||||
{ type: "text", text: "24/7 Dedicated Support" },
|
||||
{ type: "text", text: "Data-Driven Valuation" },
|
||||
{ type: "text", text: "Smooth Closing Process" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,27 +78,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
title: "Availability",
|
||||
description: "Around-the-clock support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
title: "Locations",
|
||||
description: "Deep city coverage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-beautiful-architecture-modern-house_181624-3464.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Transparency",
|
||||
description: "Always data-backed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561194.jpg?_wi=1",
|
||||
},
|
||||
{ id: "m1", value: "24/7", title: "Availability", description: "Around-the-clock support.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg" },
|
||||
{ id: "m2", value: "15+", title: "Locations", description: "Deep city coverage.", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-beautiful-architecture-modern-house_181624-3464.jpg" },
|
||||
{ id: "m3", value: "100%", title: "Transparency", description: "Always data-backed.", imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561194.jpg" }
|
||||
]}
|
||||
title="Why Elite Realty?"
|
||||
description="We blend local market expertise with advanced digital tools to ensure every property transaction is smooth, transparent, and profitable."
|
||||
@@ -168,42 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Waterfront Villa",
|
||||
price: "$2,500,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Modern Suburban Townhome",
|
||||
price: "$850,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-asian-young-woman-posing-street_181624-28819.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Urban Skyline Apartment",
|
||||
price: "$1,200,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-drawer-kitchen-cabinet-premium-furniture-quality-storage_169016-72738.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Historic Victorian Estate",
|
||||
price: "$3,100,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-living-room-with-blue-wall-white-sofa_23-2151995381.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Modern Commercial Hub",
|
||||
price: "$5,500,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100299.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Charming Family Bungalow",
|
||||
price: "$650,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paradise-pool-summer-water-thailand_1203-5693.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Luxury Waterfront Villa", price: "$2,500,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg" },
|
||||
{ id: "p2", name: "Modern Suburban Townhome", price: "$850,000", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-asian-young-woman-posing-street_181624-28819.jpg" },
|
||||
{ id: "p3", name: "Urban Skyline Apartment", price: "$1,200,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-drawer-kitchen-cabinet-premium-furniture-quality-storage_169016-72738.jpg" },
|
||||
{ id: "p4", name: "Historic Victorian Estate", price: "$3,100,000", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-living-room-with-blue-wall-white-sofa_23-2151995381.jpg" },
|
||||
{ id: "p5", name: "Modern Commercial Hub", price: "$5,500,000", imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100299.jpg" },
|
||||
{ id: "p6", name: "Charming Family Bungalow", price: "$650,000", imageSrc: "http://img.b2bpic.net/free-photo/paradise-pool-summer-water-thailand_1203-5693.jpg" }
|
||||
]}
|
||||
title="Exclusive Listings"
|
||||
description="Browse our latest collection of premium residential and commercial spaces curated for discerning buyers."
|
||||
@@ -215,21 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Market Valuations",
|
||||
description: "Free property assessment using proprietary market analytics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-unfurnished-brand-new-apartment_181624-45321.jpg",
|
||||
},
|
||||
{
|
||||
title: "Digital Tours",
|
||||
description: "Immersive 3D walk-throughs for all listed properties.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panorama-capriana-monastery-visible-winter-stone-churches-bare-trees-green-lawns-buildings-good-weather-moldova_1268-16771.jpg",
|
||||
},
|
||||
{
|
||||
title: "Investment Advisory",
|
||||
description: "Expert advice on high-ROI property acquisition strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-with-kitchen-natural-light_23-2151983252.jpg",
|
||||
},
|
||||
{ title: "Market Valuations", description: "Free property assessment using proprietary market analytics.", imageSrc: "http://img.b2bpic.net/free-photo/empty-unfurnished-brand-new-apartment_181624-45321.jpg" },
|
||||
{ title: "Digital Tours", description: "Immersive 3D walk-throughs for all listed properties.", imageSrc: "http://img.b2bpic.net/free-photo/panorama-capriana-monastery-visible-winter-stone-churches-bare-trees-green-lawns-buildings-good-weather-moldova_1268-16771.jpg" },
|
||||
{ title: "Investment Advisory", description: "Expert advice on high-ROI property acquisition strategies.", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-with-kitchen-natural-light_23-2151983252.jpg" }
|
||||
]}
|
||||
title="Tailored Real Estate Services"
|
||||
description="Our comprehensive approach covers every step of the property journey to ensure seamless results."
|
||||
@@ -241,61 +125,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
date: "Jan 2024",
|
||||
title: "First Time Buyer",
|
||||
quote: "Seamless experience finding my first home.",
|
||||
tag: "Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-financial-advisor-going-through-plans-meeting_637285-11088.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-talking-mobile-phone-with-hand-his-pocket_23-2148042547.jpg?_wi=2",
|
||||
imageAlt: "happy home buyer portrait",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John Doe",
|
||||
date: "Dec 2023",
|
||||
title: "Investor",
|
||||
quote: "The data insights helped me close a great deal.",
|
||||
tag: "Investor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-taking-notes_23-2149546195.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg?_wi=2",
|
||||
imageAlt: "happy home buyer portrait",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Alice Green",
|
||||
date: "Nov 2023",
|
||||
title: "Family Homeowner",
|
||||
quote: "Professional, kind, and incredibly thorough.",
|
||||
tag: "Seller",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/senior-couple-using-laptop-garden_23-2148060144.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-beautiful-architecture-modern-house_181624-3464.jpg?_wi=2",
|
||||
imageAlt: "happy home buyer portrait",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Bob White",
|
||||
date: "Oct 2023",
|
||||
title: "Commercial Tenant",
|
||||
quote: "Found the perfect office space in record time.",
|
||||
tag: "Corporate",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561194.jpg?_wi=2",
|
||||
imageAlt: "happy home buyer portrait",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Charlie Brown",
|
||||
date: "Sept 2023",
|
||||
title: "Home Buyer",
|
||||
quote: "Elite Realty made the impossible look easy.",
|
||||
tag: "Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-looking-away-while-going-upstairs-with-coffee_171337-19937.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-living-room-with-blue-wall-white-sofa_23-2151995381.jpg?_wi=2",
|
||||
imageAlt: "happy home buyer portrait",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", date: "Jan 2024", title: "First Time Buyer", quote: "Seamless experience finding my first home.", tag: "Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-financial-advisor-going-through-plans-meeting_637285-11088.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-talking-mobile-phone-with-hand-his-pocket_23-2148042547.jpg", imageAlt: "happy home buyer portrait" },
|
||||
{ id: "t2", name: "John Doe", date: "Dec 2023", title: "Investor", quote: "The data insights helped me close a great deal.", tag: "Investor", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-taking-notes_23-2149546195.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg", imageAlt: "happy home buyer portrait" },
|
||||
{ id: "t3", name: "Alice Green", date: "Nov 2023", title: "Family Homeowner", quote: "Professional, kind, and incredibly thorough.", tag: "Seller", avatarSrc: "http://img.b2bpic.net/free-photo/senior-couple-using-laptop-garden_23-2148060144.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-beautiful-architecture-modern-house_181624-3464.jpg", imageAlt: "happy home buyer portrait" },
|
||||
{ id: "t4", name: "Bob White", date: "Oct 2023", title: "Commercial Tenant", quote: "Found the perfect office space in record time.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561194.jpg", imageAlt: "happy home buyer portrait" },
|
||||
{ id: "t5", name: "Charlie Brown", date: "Sept 2023", title: "Home Buyer", quote: "Elite Realty made the impossible look easy.", tag: "Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/man-looking-away-while-going-upstairs-with-coffee_171337-19937.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-living-room-with-blue-wall-white-sofa_23-2151995381.jpg", imageAlt: "happy home buyer portrait" }
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear from the families and businesses we've helped find their perfect space."
|
||||
@@ -309,34 +143,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Leadership",
|
||||
members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "James Anderson",
|
||||
subtitle: "CEO & Founder",
|
||||
detail: "15+ years of market leadership.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164703.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Elena Rossi",
|
||||
subtitle: "Operations Director",
|
||||
detail: "Efficiency expert.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-realtor-holding-miniature-house_23-2148895445.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Marcus Thorne",
|
||||
subtitle: "Investment Lead",
|
||||
detail: "Portfolio strategist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-talking-mobile-phone-with-hand-his-pocket_23-2148042547.jpg?_wi=3",
|
||||
imageAlt: "professional real estate agent",
|
||||
},
|
||||
id: "g1", groupTitle: "Leadership", members: [
|
||||
{ id: "m1", title: "James Anderson", subtitle: "CEO & Founder", detail: "15+ years of market leadership.", imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164703.jpg" },
|
||||
{ id: "m2", title: "Elena Rossi", subtitle: "Operations Director", detail: "Efficiency expert.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-realtor-holding-miniature-house_23-2148895445.jpg" },
|
||||
{ id: "m3", title: "Marcus Thorne", subtitle: "Investment Lead", detail: "Portfolio strategist.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet Our Experts"
|
||||
description="Our team of seasoned brokers and advisors are here to serve your needs."
|
||||
@@ -347,35 +159,20 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does a typical sale take?",
|
||||
content: "Depending on market conditions, usually 45-60 days.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer property valuation?",
|
||||
content: "Yes, we provide complimentary market analysis reports.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I start the process?",
|
||||
content: "Fill out our valuation form and we will reach out shortly.",
|
||||
},
|
||||
{ id: "f1", title: "How long does a typical sale take?", content: "Depending on market conditions, usually 45-60 days." },
|
||||
{ id: "f2", title: "Do you offer property valuation?", content: "Yes, we provide complimentary market analysis reports." },
|
||||
{ id: "f3", title: "How can I start the process?", content: "Fill out our valuation form and we will reach out shortly." }
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about working with Elite Realty."
|
||||
faqsAnimation="blur-reveal"
|
||||
title="FAQ"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to Start?"
|
||||
description="Reach out to our experts today for a professional consultation."
|
||||
@@ -388,35 +185,15 @@ export default function LandingPage() {
|
||||
logoText="Elite Realty"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user