Update src/app/page.tsx
This commit is contained in:
139
src/app/page.tsx
139
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
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="EliteRealty"
|
||||
/>
|
||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="EliteRealty"
|
||||
description="Your trusted partner in finding the perfect property. Exceptional real estate services tailored to your unique lifestyle and goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "View Properties", href: "#properties"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://pixabay.com/get/g37e7c4dd19bc54fade5cd3935225ab45d4fec3498064f2d735cffaa7469eb7d34292ccdc376ee6027a214fca3e71ddbe7e04a57575dfa4a4b41c3eb6e620c9e8_1280.jpg"
|
||||
@@ -81,17 +68,11 @@ export default function LandingPage() {
|
||||
description="With over 20 years of experience, we specialize in luxury real estate, investment properties, and first-time home ownership support."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Local market specialists helping you navigate complex real estate transactions.",
|
||||
},
|
||||
title: "Expert Guidance", description: "Local market specialists helping you navigate complex real estate transactions."},
|
||||
{
|
||||
title: "Transparent Process",
|
||||
description: "We believe in honest communication and complete transparency at every stage.",
|
||||
},
|
||||
title: "Transparent Process", description: "We believe in honest communication and complete transparency at every stage."},
|
||||
{
|
||||
title: "Proven Results",
|
||||
description: "Over 500 successful property closings and satisfied homeowners in the region.",
|
||||
},
|
||||
title: "Proven Results", description: "Over 500 successful property closings and satisfied homeowners in the region."},
|
||||
]}
|
||||
imageSrc="https://pixabay.com/get/g5f21d7c3328905cdd47cf76d3b54e9b2502f9ed3ef2fbd252677ea85d19ecb422f51faa5752cce3dbd7a872f46fa2c9931e1927f7d801e202eacfa9f16c0f5ec_1280.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -106,23 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Downtown Luxury Apartment",
|
||||
price: "$850,000",
|
||||
imageSrc: "https://pixabay.com/get/g67196fd871cbcae47d9ea143177c32a0fce0967cbdfea7de8369893ffc3e59253b6183b59fcbd460b34424626da00c93b9b06e3e2f21a7c71e3e6c3a14842571_1280.jpg",
|
||||
},
|
||||
id: "p1", name: "Downtown Luxury Apartment", price: "$850,000", imageSrc: "https://pixabay.com/get/g67196fd871cbcae47d9ea143177c32a0fce0967cbdfea7de8369893ffc3e59253b6183b59fcbd460b34424626da00c93b9b06e3e2f21a7c71e3e6c3a14842571_1280.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Suburban Family House",
|
||||
price: "$620,000",
|
||||
imageSrc: "https://pixabay.com/get/g80c44529dbc0553eb851fbb8f8fa738ec71f4a7d30f93a53c9d818a2cfee8a3d3cbe01e3d6ba0b01d4fc9c0d8aa7aaca86bf558ec492c67801f4a096e0b00bc4_1280.jpg",
|
||||
},
|
||||
id: "p2", name: "Suburban Family House", price: "$620,000", imageSrc: "https://pixabay.com/get/g80c44529dbc0553eb851fbb8f8fa738ec71f4a7d30f93a53c9d818a2cfee8a3d3cbe01e3d6ba0b01d4fc9c0d8aa7aaca86bf558ec492c67801f4a096e0b00bc4_1280.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Coastal Vacation Villa",
|
||||
price: "$1,200,000",
|
||||
imageSrc: "https://pixabay.com/get/g325da425e98554fd1b377ce0c6cd563e5513f2a65f9221c9f785e649afd63f36965dea37239258b19066527ff79793383690aad56740f2673cc43079a9a0452e_1280.jpg",
|
||||
},
|
||||
id: "p3", name: "Coastal Vacation Villa", price: "$1,200,000", imageSrc: "https://pixabay.com/get/g325da425e98554fd1b377ce0c6cd563e5513f2a65f9221c9f785e649afd63f36965dea37239258b19066527ff79793383690aad56740f2673cc43079a9a0452e_1280.jpg"},
|
||||
]}
|
||||
title="Featured Properties"
|
||||
description="Hand-picked selection of our most exclusive real estate listings."
|
||||
@@ -131,38 +100,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
testimonial: "EliteRealty made the entire process seamless. Their market knowledge is unmatched.",
|
||||
imageSrc: "https://pixabay.com/get/g1c57b08276de4c2cb8d36adbb284086e0e30977276298f898ea55137d5de45a372534595d81231fa471c56eee28a6f28b85df1f5ec9f63be95179c322d758c6f_1280.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Homeowner", testimonial: "EliteRealty made the entire process seamless. Their market knowledge is unmatched.", imageSrc: "https://pixabay.com/get/g1c57b08276de4c2cb8d36adbb284086e0e30977276298f898ea55137d5de45a372534595d81231fa471c56eee28a6f28b85df1f5ec9f63be95179c322d758c6f_1280.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Investor",
|
||||
testimonial: "Exceptional service from day one. I found my perfect investment property quickly.",
|
||||
imageSrc: "https://pixabay.com/get/g5ac181d4541a2938dcbc31ba8c66b60a34bad829326f1262ec191b36f1fba216d8053d0e108a41e78f0262bfb925f17ca396f8a7819056bcbcaa7b96313578c7_1280.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Investor", testimonial: "Exceptional service from day one. I found my perfect investment property quickly.", imageSrc: "https://pixabay.com/get/g5ac181d4541a2938dcbc31ba8c66b60a34bad829326f1262ec191b36f1fba216d8053d0e108a41e78f0262bfb925f17ca396f8a7819056bcbcaa7b96313578c7_1280.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "First-time Buyer",
|
||||
testimonial: "They guided me through everything, I felt supported and informed at every turn.",
|
||||
imageSrc: "https://pixabay.com/get/gf8c8dd4457110e2a3bb30274203f373993d7577003e601a5b13ff6724768d16526dad28716955d055ee1c60304d706ac426557fb68d87a30fca5a323e1e96919_1280.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "First-time Buyer", testimonial: "They guided me through everything, I felt supported and informed at every turn.", imageSrc: "https://pixabay.com/get/gf8c8dd4457110e2a3bb30274203f373993d7577003e601a5b13ff6724768d16526dad28716955d055ee1c60304d706ac426557fb68d87a30fca5a323e1e96919_1280.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Seller",
|
||||
testimonial: "Sold my property above asking price. The marketing strategy was brilliant.",
|
||||
imageSrc: "https://pixabay.com/get/g17f13a1d618e1c383ad6f20096dd48e33c4518a4005c16da795d344a11e6642415e2f1a6ef613f100e29d4955498c3bce5f593b8e91259a16e32bb403048df44_1280.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Seller", testimonial: "Sold my property above asking price. The marketing strategy was brilliant.", imageSrc: "https://pixabay.com/get/g17f13a1d618e1c383ad6f20096dd48e33c4518a4005c16da795d344a11e6642415e2f1a6ef613f100e29d4955498c3bce5f593b8e91259a16e32bb403048df44_1280.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear what our valued clients have to say about working with our team."
|
||||
@@ -175,27 +124,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer property valuations?",
|
||||
content: "Yes, we provide free comprehensive property market valuations upon request.",
|
||||
},
|
||||
id: "f1", title: "Do you offer property valuations?", content: "Yes, we provide free comprehensive property market valuations upon request."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Which regions do you cover?",
|
||||
content: "We operate primarily within the metropolitan and suburban areas of the state.",
|
||||
},
|
||||
id: "f2", title: "Which regions do you cover?", content: "We operate primarily within the metropolitan and suburban areas of the state."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I book a viewing?",
|
||||
content: "You can book viewings directly through our website or contact our agents via phone.",
|
||||
},
|
||||
id: "f3", title: "How can I book a viewing?", content: "You can book viewings directly through our website or contact our agents via phone."},
|
||||
]}
|
||||
ctaTitle="Ready to get started?"
|
||||
ctaDescription="Get in touch with our team of property experts today."
|
||||
ctaButton={{
|
||||
text: "Send a Message",
|
||||
href: "mailto:info@eliterealty.com",
|
||||
}}
|
||||
text: "Send a Message", href: "mailto:info@eliterealty.com"}}
|
||||
ctaIcon={MessageCircle}
|
||||
/>
|
||||
</div>
|
||||
@@ -204,42 +142,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
title: "Agency", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
label: "Properties", href: "#properties"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Market News",
|
||||
href: "#",
|
||||
},
|
||||
label: "Market News", href: "#"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "FAQs", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user