Merge version_1 into main #1
159
src/app/page.tsx
159
src/app/page.tsx
@@ -28,54 +28,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Properties", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Elite Realty"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Your Next Home Awaits"
|
||||
description="We help you navigate the real estate market with confidence. From luxury villas to family homes, find your perfect match with our expert team."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jane Doe",
|
||||
handle: "@janedoe",
|
||||
testimonial: "Elite Realty made our home search effortless. Highly recommended!",
|
||||
rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Mark Smith",
|
||||
handle: "@marksmith",
|
||||
testimonial: "Professional, knowledgeable, and always there to guide us.",
|
||||
rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Anna Lee",
|
||||
handle: "@annalee",
|
||||
testimonial: "Found the perfect penthouse thanks to their dedicated agents.",
|
||||
rating: 5,
|
||||
},
|
||||
{ name: "Jane Doe", handle: "@janedoe", testimonial: "Elite Realty made our home search effortless. Highly recommended!", rating: 5 },
|
||||
{ name: "Mark Smith", handle: "@marksmith", testimonial: "Professional, knowledgeable, and always there to guide us.", rating: 5 },
|
||||
{ name: "Anna Lee", handle: "@annalee", testimonial: "Found the perfect penthouse thanks to their dedicated agents.", rating: 5 },
|
||||
]}
|
||||
imageSrc="https://pixabay.com/get/g278c59fee00bd98348d626f070c1bffa5d4155bdf9463b0af58b053336a70ea1aa54ddea74e91d2a420536051e82380fa3c7bd97727809989ae936b7932aa150_1280.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -88,18 +60,9 @@ export default function LandingPage() {
|
||||
title="Excellence in Every Transaction"
|
||||
description="With over 20 years of experience in the luxury real estate market, we have built a reputation based on trust, integrity, and exceptional service to our clients."
|
||||
metrics={[
|
||||
{
|
||||
value: "500+",
|
||||
title: "Properties Sold",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{ value: "500+", title: "Properties Sold" },
|
||||
{ value: "98%", title: "Client Satisfaction" },
|
||||
{ value: "20+", title: "Years Experience" },
|
||||
]}
|
||||
imageSrc="https://pixabay.com/get/g1a11bc676a9bfd433036df441793a3ea6b36c967e4472a03cb798581996ae99993936540c99125c58d2d49675c761d1b3a8d97214dd2080f1da9e0a70ae611fc_1280.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -114,27 +77,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Villa",
|
||||
price: "$1,200,000",
|
||||
variant: "4BD / 3BA",
|
||||
imageSrc: "https://pixabay.com/get/gdcd9f6de8a33ae5eb78e86c3baae0b4ad595c2880156adb876373e320c3e8024f6aa582caa87ec98bdd0df94ec529f40fca457838223a68ee79376492628cbf7_1280.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "City Penthouse",
|
||||
price: "$850,000",
|
||||
variant: "2BD / 2BA",
|
||||
imageSrc: "https://pixabay.com/get/g8b5028ad966201a1d654bd3955d87b53f8f9a11cfd36500ee599df40524ab622dd6f974ef2d7a3f9fc386f08f30bb8a44dfd39d8502c71c8e32cf5d0e42a4d78_1280.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Suburban Estate",
|
||||
price: "$650,000",
|
||||
variant: "3BD / 2BA",
|
||||
imageSrc: "https://pixabay.com/get/gd37b0f478a5a3adbe765654b124b25cb9336e4ed5e60b67ddc7652258dd581924369acd9ac445d85db2640849704522fd09ad6bace80346b0dc22d097b5b1958_1280.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Luxury Villa", price: "$1,200,000", variant: "4BD / 3BA", imageSrc: "https://pixabay.com/get/gdcd9f6de8a33ae5eb78e86c3baae0b4ad595c2880156adb876373e320c3e8024f6aa582caa87ec98bdd0df94ec529f40fca457838223a68ee79376492628cbf7_1280.jpg" },
|
||||
{ id: "p2", name: "City Penthouse", price: "$850,000", variant: "2BD / 2BA", imageSrc: "https://pixabay.com/get/g8b5028ad966201a1d654bd3955d87b53f8f9a11cfd36500ee599df40524ab622dd6f974ef2d7a3f9fc386f08f30bb8a44dfd39d8502c71c8e32cf5d0e42a4d78_1280.jpg" },
|
||||
{ id: "p3", name: "Suburban Estate", price: "$650,000", variant: "3BD / 2BA", imageSrc: "https://pixabay.com/get/gd37b0f478a5a3adbe765654b124b25cb9336e4ed5e60b67ddc7652258dd581924369acd9ac445d85db2640849704522fd09ad6bace80346b0dc22d097b5b1958_1280.jpg" },
|
||||
]}
|
||||
title="Featured Properties"
|
||||
description="Explore our curated selection of luxury properties currently available on the market."
|
||||
@@ -146,46 +91,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
date: "Oct 2023",
|
||||
title: "Amazing Service",
|
||||
quote: "Elite Realty exceeded all expectations in finding our dream home.",
|
||||
tag: "Buyer",
|
||||
avatarSrc: "https://pixabay.com/get/gadcfa38a6762d9e6ad1217b2c8a1346718531e5d4bf288cddc9145018aa6acc6d18f944bc473f5d906deaec7dffce05ae012d0cb85fedc7db7166af37d68726a_1280.jpg",
|
||||
imageSrc: "https://pixabay.com/get/g8d7ecf6cbf9a4731e0298161794a286d6d4425723b4adc14ba017eafa7b21d7148336b3bc6f749df97f07faef4d9fa536c68d3a3a5404aab6f76af35736d7f86_1280.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
date: "Sep 2023",
|
||||
title: "Expert Guidance",
|
||||
quote: "The entire process was smooth, transparent, and incredibly professional.",
|
||||
tag: "Investor",
|
||||
avatarSrc: "https://pixabay.com/get/g4246730b5925c882f7bdb5ab5854ee8d77c8bd8d8e194f8e0823071697069942231fc6abed7d06fcc72ffecefdc0d20e3033990ac29574fb765f1ad31befa71b_1280.jpg",
|
||||
imageSrc: "https://pixabay.com/get/gf81c59b7fd03ff46485b55a36769e92ba7d94064a5271e1e84ce0a5e38821a6c9909bfe094d28fcc03a7e3a575bc2531dbce003feca071f8624c35d147e5f591_1280.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Watson",
|
||||
date: "Aug 2023",
|
||||
title: "Exceeded Expectations",
|
||||
quote: "They really care about finding the perfect home for their clients.",
|
||||
tag: "Seller",
|
||||
avatarSrc: "https://pixabay.com/get/gb344d2433371421a814099cf877671194d1d3df24af74fe5f613eb5b389795722edd7ba61141b81c7efadae2dab9fd1c2b3681e092787fa9dbf888eb7e0ab82f_1280.jpg",
|
||||
imageSrc: "https://pixabay.com/get/gdc938bf87aa3ebdce99dbf4cff7b17c5e2de1a7da80f00d24e026a91870a6e246caad0ef18d6636f6b7582723d494fe4e4be7528cc38f49dded6bc42e8137d47_1280.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
date: "Jul 2023",
|
||||
title: "Seamless Experience",
|
||||
quote: "I am so happy with our new home. Elite Realty made it happen.",
|
||||
tag: "Buyer",
|
||||
avatarSrc: "https://pixabay.com/get/g1f04a5f76b1fc970e42bd15fe69ed306013a6f80bb1da248a45e137c2df693e1a528bcc1349528c26939b6f7fe7712e248fefe688816cc66b21ff089bc01d1fc_1280.jpg",
|
||||
imageSrc: "https://pixabay.com/get/gae2b8aa1529a423030ca6fbf3a3b895e3a2667828d305df16158ea8ac9782e44cf808c1f861a121825c2ff5cbddc608e38bafa5a873ae5adbd0c3ddb6c2239f9_1280.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", date: "Oct 2023", title: "Amazing Service", quote: "Elite Realty exceeded all expectations in finding our dream home.", tag: "Buyer", avatarSrc: "https://pixabay.com/get/gadcfa38a6762d9e6ad1217b2c8a1346718531e5d4bf288cddc9145018aa6acc6d18f944bc473f5d906deaec7dffce05ae012d0cb85fedc7db7166af37d68726a_1280.jpg", imageSrc: "https://pixabay.com/get/g8d7ecf6cbf9a4731e0298161794a286d6d4425723b4adc14ba017eafa7b21d7148336b3bc6f749df97f07faef4d9fa536c68d3a3a5404aab6f76af35736d7f86_1280.jpg" },
|
||||
{ id: "2", name: "David Chen", date: "Sep 2023", title: "Expert Guidance", quote: "The entire process was smooth, transparent, and incredibly professional.", tag: "Investor", avatarSrc: "https://pixabay.com/get/g4246730b5925c882f7bdb5ab5854ee8d77c8bd8d8e194f8e0823071697069942231fc6abed7d06fcc72ffecefdc0d20e3033990ac29574fb765f1ad31befa71b_1280.jpg", imageSrc: "https://pixabay.com/get/gf81c59b7fd03ff46485b55a36769e92ba7d94064a5271e1e84ce0a5e38821a6c9909bfe094d28fcc03a7e3a575bc2531dbce003feca071f8624c35d147e5f591_1280.jpg" },
|
||||
{ id: "3", name: "Emily Watson", date: "Aug 2023", title: "Exceeded Expectations", quote: "They really care about finding the perfect home for their clients.", tag: "Seller", avatarSrc: "https://pixabay.com/get/gb344d2433371421a814099cf877671194d1d3df24af74fe5f613eb5b389795722edd7ba61141b81c7efadae2dab9fd1c2b3681e092787fa9dbf888eb7e0ab82f_1280.jpg", imageSrc: "https://pixabay.com/get/gdc938bf87aa3ebdce99dbf4cff7b17c5e2de1a7da80f00d24e026a91870a6e246caad0ef18d6636f6b7582723d494fe4e4be7528cc38f49dded6bc42e8137d47_1280.jpg" },
|
||||
{ id: "4", name: "James Wilson", date: "Jul 2023", title: "Seamless Experience", quote: "I am so happy with our new home. Elite Realty made it happen.", tag: "Buyer", avatarSrc: "https://pixabay.com/get/g1f04a5f76b1fc970e42bd15fe69ed306013a6f80bb1da248a45e137c2df693e1a528bcc1349528c26939b6f7fe7712e248fefe688816cc66b21ff089bc01d1fc_1280.jpg", imageSrc: "https://pixabay.com/get/gae2b8aa1529a423030ca6fbf3a3b895e3a2667828d305df16158ea8ac9782e44cf808c1f861a121825c2ff5cbddc608e38bafa5a873ae5adbd0c3ddb6c2239f9_1280.jpg" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear what our clients have to say about their experience with Elite Realty."
|
||||
@@ -197,21 +106,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What areas do you cover?",
|
||||
content: "We cover the entire metropolitan area and surrounding suburbs.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do I schedule a viewing?",
|
||||
content: "You can request a viewing directly through our property pages or by calling our office.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer property management?",
|
||||
content: "Yes, we provide full-service property management for our clients.",
|
||||
},
|
||||
{ id: "f1", title: "What areas do you cover?", content: "We cover the entire metropolitan area and surrounding suburbs." },
|
||||
{ id: "f2", title: "How do I schedule a viewing?", content: "You can request a viewing directly through our property pages or by calling our office." },
|
||||
{ id: "f3", title: "Do you offer property management?", content: "Yes, we provide full-service property management for our clients." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about working with Elite Realty."
|
||||
@@ -222,17 +119,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Elite Realty"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user