Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-05 19:12:34 +00:00

View File

@@ -18,31 +18,23 @@ export default function LandingPage() {
defaultButtonVariant="icon-arrow"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Properties",
id: "#listings",
},
{
name: "Our Agency",
id: "#about",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "Properties", id: "#listings" },
{ name: "Our Agency", id: "#about" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Elite Realty"
/>
@@ -54,9 +46,7 @@ export default function LandingPage() {
description="Browse available properties in your area with detailed photos, pricing, and neighborhood insights. Connect with our agents for personalized guidance."
buttons={[
{
text: "Search Properties",
href: "#listings",
},
text: "Search Properties", href: "#listings"},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-realtor-handing-smiley-couple-keys-their-new-home_23-2148895468.jpg"
imageAlt="Luxury home exterior"
@@ -71,41 +61,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Modern Luxury Villa",
price: "$1,250,000",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg",
},
id: "p1", name: "Modern Luxury Villa", price: "$1,250,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg"},
{
id: "p2",
name: "Suburban Family Townhouse",
price: "$650,000",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_74190-7300.jpg",
},
id: "p2", name: "Suburban Family Townhouse", price: "$650,000", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_74190-7300.jpg"},
{
id: "p3",
name: "Urban Designer Condo",
price: "$525,000",
imageSrc: "http://img.b2bpic.net/free-photo/modern-balcony-with-outdoor-seating_23-2151983237.jpg",
},
id: "p3", name: "Urban Designer Condo", price: "$525,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-balcony-with-outdoor-seating_23-2151983237.jpg"},
{
id: "p4",
name: "Charming Cottage Retreat",
price: "$480,000",
imageSrc: "http://img.b2bpic.net/free-photo/house-forest-covered-greenery-sunlight-daytime_181624-9634.jpg",
},
id: "p4", name: "Charming Cottage Retreat", price: "$480,000", imageSrc: "http://img.b2bpic.net/free-photo/house-forest-covered-greenery-sunlight-daytime_181624-9634.jpg"},
{
id: "p5",
name: "Modern Executive Penthouse",
price: "$1,850,000",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg",
},
id: "p5", name: "Modern Executive Penthouse", price: "$1,850,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg"},
{
id: "p6",
name: "Elegant Suburban Bungalow",
price: "$725,000",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg",
},
id: "p6", name: "Elegant Suburban Bungalow", price: "$725,000", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg"},
]}
title="Featured Listings"
description="Explore our curated selection of top-tier residential properties."
@@ -132,45 +98,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@sarah_m",
testimonial: "Elite Realty made the home buying process seamless and stress-free. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-near-carton-boxes-standing-living-room_74855-9991.jpg",
},
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Elite Realty made the home buying process seamless and stress-free. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-near-carton-boxes-standing-living-room_74855-9991.jpg"},
{
id: "2",
name: "David Thompson",
handle: "@d_thompson",
testimonial: "Excellent service and deep market knowledge. Found our dream house in record time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-couple-with-cardboard-boxes-new-home-moving-house-concept_1157-47982.jpg",
},
id: "2", name: "David Thompson", handle: "@d_thompson", testimonial: "Excellent service and deep market knowledge. Found our dream house in record time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-couple-with-cardboard-boxes-new-home-moving-house-concept_1157-47982.jpg"},
{
id: "3",
name: "Emily Chen",
handle: "@emily_chen",
testimonial: "Professional, responsive, and incredibly helpful. The team went above and beyond.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-happiness-from-new-apartment_329181-9761.jpg",
},
id: "3", name: "Emily Chen", handle: "@emily_chen", testimonial: "Professional, responsive, and incredibly helpful. The team went above and beyond.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-happiness-from-new-apartment_329181-9761.jpg"},
{
id: "4",
name: "Michael Roberts",
handle: "@mroberts",
testimonial: "Exceptional support from beginning to end. Truly transparent and communicative.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg",
},
id: "4", name: "Michael Roberts", handle: "@mroberts", testimonial: "Exceptional support from beginning to end. Truly transparent and communicative.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg"},
{
id: "5",
name: "Jessica White",
handle: "@jess_white",
testimonial: "The best decision we made was working with them. Very satisfied with our new home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-172912.jpg",
},
id: "5", name: "Jessica White", handle: "@jess_white", testimonial: "The best decision we made was working with them. Very satisfied with our new home.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-172912.jpg"},
]}
showRating={true}
title="What Our Clients Say"
@@ -184,25 +125,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How do you help with financing?",
content: "We connect you with trusted local mortgage lenders and guide you through the pre-approval process.",
},
id: "f1", title: "How do you help with financing?", content: "We connect you with trusted local mortgage lenders and guide you through the pre-approval process."},
{
id: "f2",
title: "How long does it typically take to find a home?",
content: "The search duration varies, but we aim for efficient results by prioritizing listings that match your criteria.",
},
id: "f2", title: "How long does it typically take to find a home?", content: "The search duration varies, but we aim for efficient results by prioritizing listings that match your criteria."},
{
id: "f3",
title: "What fees are associated with working with an agent?",
content: "Most of our buyer representation services are covered by the seller, making it an excellent value for you.",
},
id: "f3", title: "What fees are associated with working with an agent?", content: "Most of our buyer representation services are covered by the seller, making it an excellent value for you."},
{
id: "f4",
title: "Do you provide neighborhood insights?",
content: "Absolutely. We provide data on schools, amenities, market trends, and commute times for every neighborhood.",
},
id: "f4", title: "Do you provide neighborhood insights?", content: "Absolutely. We provide data on schools, amenities, market trends, and commute times for every neighborhood."},
]}
title="Common Questions"
description="Everything you need to know about buying or selling property."
@@ -217,16 +146,10 @@ export default function LandingPage() {
description="Ready to start your property search? Contact our professional team today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
name: "email", type: "email", placeholder: "Your Email Address", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/manager-lady-writing-laptop-looking-camera-smiling-while-diverse-colleagues-working-background_482257-5227.jpg"
@@ -238,29 +161,19 @@ export default function LandingPage() {
logoText="Elite Realty"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Listings",
href: "#listings",
},
label: "Listings", href: "#listings"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}