Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-10 16:01:59 +00:00

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Properties",
id: "/properties",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Properties", id: "/properties" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="PropElite"
/>
@@ -51,43 +39,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Find Your Dream Property Today"
description="Discover high-quality homes and apartments in top locations, tailored to your budget and lifestyle. Start your search today."
tag="Trusted Real Estate Agency"
buttons={[
{
text: "View Properties",
href: "/properties",
},
{
text: "Enquire Now",
href: "/contact",
},
{ text: "View Properties", href: "/properties" },
{ text: "Enquire Now", href: "/contact" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/couch-armchair-seen-from-floor_1203-737.jpg",
imageAlt: "Real estate hero",
},
imageSrc: "http://img.b2bpic.net/free-photo/couch-armchair-seen-from-floor_1203-737.jpg", imageAlt: "Real estate hero"},
{
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=1",
imageAlt: "Featured property",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712847.jpg?_wi=1",
imageAlt: "Modern interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=1",
imageAlt: "Luxury villa",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chairs-near-table-with-books-decorations_23-2147896815.jpg?_wi=1",
imageAlt: "Cozy studio",
},
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Featured property"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -102,48 +66,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Modern Villa",
price: "$1,200,000",
variant: "3BHK",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=2",
},
{
id: "p2",
name: "Downtown Apartment",
price: "$450,000",
variant: "2BHK",
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712847.jpg?_wi=2",
},
{
id: "p3",
name: "Suburban Estate",
price: "$850,000",
variant: "4BHK",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=2",
},
{
id: "p4",
name: "City Studio",
price: "$300,000",
variant: "1BHK",
imageSrc: "http://img.b2bpic.net/free-photo/chairs-near-table-with-books-decorations_23-2147896815.jpg?_wi=2",
},
{
id: "p5",
name: "Beach House",
price: "$2,500,000",
variant: "5BHK",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-carrying-woman-with-wheelbarrow_23-2149382171.jpg?_wi=1",
},
{
id: "p6",
name: "Luxury Penthouse",
price: "$3,200,000",
variant: "3BHK",
imageSrc: "http://img.b2bpic.net/free-photo/staircase-apartment_1150-11156.jpg?_wi=1",
},
{ id: "p1", name: "Modern Villa", price: "$1,200,000", variant: "3BHK", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg" },
{ id: "p2", name: "Downtown Apartment", price: "$450,000", variant: "2BHK", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712847.jpg" },
{ id: "p3", name: "Suburban Estate", price: "$850,000", variant: "4BHK", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg" },
{ id: "p4", name: "City Studio", price: "$300,000", variant: "1BHK", imageSrc: "http://img.b2bpic.net/free-photo/chairs-near-table-with-books-decorations_23-2147896815.jpg" },
{ id: "p5", name: "Beach House", price: "$2,500,000", variant: "5BHK", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-carrying-woman-with-wheelbarrow_23-2149382171.jpg" },
{ id: "p6", name: "Luxury Penthouse", price: "$3,200,000", variant: "3BHK", imageSrc: "http://img.b2bpic.net/free-photo/staircase-apartment_1150-11156.jpg" },
]}
title="Featured Listings"
description="Explore our top-selected properties available now."
@@ -156,13 +84,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Industry Leaders"
description="We partner with top brands to ensure quality and reliability in every transaction."
names={[
"Keller Williams",
"RE/MAX",
"Century 21",
"Coldwell Banker",
"ERA Real Estate",
]}
names={["Keller Williams", "RE/MAX", "Century 21", "Coldwell Banker", "ERA Real Estate"]}
/>
</div>
@@ -174,16 +96,8 @@ export default function LandingPage() {
title="Why Choose PropElite?"
description="We simplify the real estate process with transparent, data-driven insights."
features={[
{
title: "Expert Local Advice",
description: "Our team knows every corner of the market.",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=3",
},
{
title: "Verified Listings",
description: "Every property is thoroughly inspected.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712847.jpg?_wi=3",
},
{ title: "Expert Local Advice", description: "Our team knows every corner of the market.", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg" },
{ title: "Verified Listings", description: "Every property is thoroughly inspected.", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712847.jpg" },
]}
/>
</div>
@@ -191,18 +105,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Ready to Start?"
title="Don't miss your dream property"
description="Schedule a private viewing today and get ahead of the market."
buttons={[
{
text: "Book Viewing",
href: "/contact",
},
]}
buttons={[{ text: "Book Viewing", href: "/contact" }]}
/>
</div>
@@ -215,4 +122,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}