Merge version_2 into main #1
246
src/app/page.tsx
246
src/app/page.tsx
@@ -32,23 +32,18 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Listings",
|
||||
id: "listings",
|
||||
},
|
||||
name: "Listings", id: "listings"},
|
||||
{
|
||||
name: "How it Works",
|
||||
id: "features",
|
||||
},
|
||||
name: "How it Works", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="HomeBound"
|
||||
button={{
|
||||
text: "Log In / Sign Up", onClick: () => console.log("Auth modal triggered")
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,73 +53,39 @@ export default function LandingPage() {
|
||||
description="Connecting buyers, renters, and sellers with the perfect property through our seamless, transparent real estate platform."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@alexhome",
|
||||
testimonial: "The easiest way to find and rent our first home. Exceptional transparency.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
|
||||
},
|
||||
name: "Alex R.", handle: "@alexhome", testimonial: "The easiest way to find and rent our first home. Exceptional transparency.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg"},
|
||||
{
|
||||
name: "Maria L.",
|
||||
handle: "@mluxury",
|
||||
testimonial: "Sold my house in record time. Professional support throughout the process.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg",
|
||||
},
|
||||
name: "Maria L.", handle: "@mluxury", testimonial: "Sold my house in record time. Professional support throughout the process.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg"},
|
||||
{
|
||||
name: "Sam T.",
|
||||
handle: "@samrent",
|
||||
testimonial: "Found exactly what I needed at a fair price. Highly recommend their platform.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-beautiful-brunette-girl-cosy-knitted-sweater-smiling-holding-glass-champagne-yellow-wall_176420-11638.jpg",
|
||||
},
|
||||
name: "Sam T.", handle: "@samrent", testimonial: "Found exactly what I needed at a fair price. Highly recommend their platform.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-beautiful-brunette-girl-cosy-knitted-sweater-smiling-holding-glass-champagne-yellow-wall_176420-11638.jpg"},
|
||||
{
|
||||
name: "Jamie D.",
|
||||
handle: "@jamie_d",
|
||||
testimonial: "Seamless platform for managing my rental properties. Great connectivity.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-holding-each-other-being-affectionate-city-streets_23-2149304563.jpg",
|
||||
},
|
||||
name: "Jamie D.", handle: "@jamie_d", testimonial: "Seamless platform for managing my rental properties. Great connectivity.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-holding-each-other-being-affectionate-city-streets_23-2149304563.jpg"},
|
||||
{
|
||||
name: "Kim W.",
|
||||
handle: "@kim_w",
|
||||
testimonial: "Excellent service and platform interface. Truly bridges the gap for sellers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-digital-tablet-rooftop-san-francisco_53876-41253.jpg",
|
||||
},
|
||||
name: "Kim W.", handle: "@kim_w", testimonial: "Excellent service and platform interface. Truly bridges the gap for sellers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-digital-tablet-rooftop-san-francisco_53876-41253.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Searching",
|
||||
href: "#listings",
|
||||
},
|
||||
text: "Start Searching", href: "#listings"},
|
||||
{
|
||||
text: "Become a Seller",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Become a Seller", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-building-with-bricks-stone_23-2148252830.jpg",
|
||||
alt: "User avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-building-with-bricks-stone_23-2148252830.jpg", alt: "User avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-building-with-many-windows_23-2148252801.jpg",
|
||||
alt: "User avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-building-with-many-windows_23-2148252801.jpg", alt: "User avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-house-with-wooden-pieces_23-2148931503.jpg",
|
||||
alt: "User avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-house-with-wooden-pieces_23-2148931503.jpg", alt: "User avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg",
|
||||
alt: "User avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg", alt: "User avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-view-young-bearded-man-standing-front-building_23-2148175694.jpg",
|
||||
alt: "User avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-view-young-bearded-man-standing-front-building_23-2148175694.jpg", alt: "User avatar 5"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ happy residents"
|
||||
/>
|
||||
@@ -136,9 +97,7 @@ export default function LandingPage() {
|
||||
title="Empowering Your Real Estate Journey"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Vision",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Vision", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -151,41 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Townhouse",
|
||||
price: "$2,500/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u8iiin",
|
||||
},
|
||||
id: "p1", name: "Modern Townhouse", price: "$2,500/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u8iiin"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Suburban Family Home",
|
||||
price: "$450,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976544.jpg",
|
||||
},
|
||||
id: "p2", name: "Suburban Family Home", price: "$450,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976544.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Luxury City Condo",
|
||||
price: "$3,200/mo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-building-with-river_1127-3474.jpg",
|
||||
},
|
||||
id: "p3", name: "Luxury City Condo", price: "$3,200/mo", imageSrc: "http://img.b2bpic.net/free-photo/office-building-with-river_1127-3474.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Minimalist Loft",
|
||||
price: "$2,800/mo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone-office_23-2147668944.jpg",
|
||||
},
|
||||
id: "p4", name: "Minimalist Loft", price: "$2,800/mo", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone-office_23-2147668944.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Garden Cottage",
|
||||
price: "$1,900/mo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-with-yard-sign-sale_23-2149383627.jpg",
|
||||
},
|
||||
id: "p5", name: "Garden Cottage", price: "$1,900/mo", imageSrc: "http://img.b2bpic.net/free-photo/house-with-yard-sign-sale_23-2149383627.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Contemporary Villa",
|
||||
price: "$675,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19129.jpg",
|
||||
},
|
||||
id: "p6", name: "Contemporary Villa", price: "$675,000", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19129.jpg"},
|
||||
]}
|
||||
title="Featured Property Listings"
|
||||
description="Discover current rental options and sales opportunities in your area."
|
||||
@@ -198,20 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "For Renters",
|
||||
description: "Easy search filters and instant connection with local property managers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383588.jpg",
|
||||
},
|
||||
title: "For Renters", description: "Easy search filters and instant connection with local property managers.", imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383588.jpg"},
|
||||
{
|
||||
title: "For Buyers",
|
||||
description: "Access exclusive listings and simplified transaction flows from search to close.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383569.jpg",
|
||||
},
|
||||
title: "For Buyers", description: "Access exclusive listings and simplified transaction flows from search to close.", imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383569.jpg"},
|
||||
{
|
||||
title: "For Sellers",
|
||||
description: "Reach active buyers and showcase properties with professional listing tools.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383571.jpg",
|
||||
},
|
||||
title: "For Sellers", description: "Reach active buyers and showcase properties with professional listing tools.", imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383571.jpg"},
|
||||
]}
|
||||
title="Why Choose HomeBound?"
|
||||
description="Streamlined processes for everyone involved in the real estate journey."
|
||||
@@ -223,14 +149,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Urban Living Group",
|
||||
"Prime Estates Inc",
|
||||
"Coastal Rentals",
|
||||
"Home Builders Corp",
|
||||
"Elite Sales Partners",
|
||||
"Suburban Management",
|
||||
"City Realty Partners",
|
||||
]}
|
||||
"Urban Living Group", "Prime Estates Inc", "Coastal Rentals", "Home Builders Corp", "Elite Sales Partners", "Suburban Management", "City Realty Partners"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Connecting your goals with top-tier partners across the country."
|
||||
/>
|
||||
@@ -242,45 +161,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Found Home",
|
||||
quote: "Incredible experience, found our dream home in weeks.",
|
||||
name: "Sarah J.",
|
||||
role: "Buyer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-daughter-mature-father-meeting-with-family-consultant-co-working-shaking-hands_74855-15154.jpg",
|
||||
},
|
||||
id: "t1", title: "Found Home", quote: "Incredible experience, found our dream home in weeks.", name: "Sarah J.", role: "Buyer", imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-daughter-mature-father-meeting-with-family-consultant-co-working-shaking-hands_74855-15154.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Great Support",
|
||||
quote: "Property management has never been simpler.",
|
||||
name: "Mike D.",
|
||||
role: "Landlord",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-holding-house-model-sitting-office-looking-camera_23-2148204001.jpg",
|
||||
},
|
||||
id: "t2", title: "Great Support", quote: "Property management has never been simpler.", name: "Mike D.", role: "Landlord", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-holding-house-model-sitting-office-looking-camera_23-2148204001.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Transparent",
|
||||
quote: "No hidden fees, just simple transaction clarity.",
|
||||
name: "Elena P.",
|
||||
role: "Renter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg",
|
||||
},
|
||||
id: "t3", title: "Transparent", quote: "No hidden fees, just simple transaction clarity.", name: "Elena P.", role: "Renter", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Fast Sale",
|
||||
quote: "Sold my house in record time with their tools.",
|
||||
name: "David W.",
|
||||
role: "Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-buying-new-apartment-having-house-keys-celebrate-relationship-event-being-property-homeowners-moving-real-estate-flat-together-bought-mortgage-loan_482257-49845.jpg",
|
||||
},
|
||||
id: "t4", title: "Fast Sale", quote: "Sold my house in record time with their tools.", name: "David W.", role: "Seller", imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-buying-new-apartment-having-house-keys-celebrate-relationship-event-being-property-homeowners-moving-real-estate-flat-together-bought-mortgage-loan_482257-49845.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Effective",
|
||||
quote: "The platform makes managing listings effortless.",
|
||||
name: "Jessica R.",
|
||||
role: "Realtor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg",
|
||||
},
|
||||
id: "t5", title: "Effective", quote: "The platform makes managing listings effortless.", name: "Jessica R.", role: "Realtor", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg"},
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Hear from our clients who found their perfect match through HomeBound."
|
||||
@@ -293,20 +182,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does searching work?",
|
||||
content: "Simply filter by your preferred location, price, and property type to see current availability.",
|
||||
},
|
||||
id: "q1", title: "How does searching work?", content: "Simply filter by your preferred location, price, and property type to see current availability."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I list my property?",
|
||||
content: "Create an account, provide property details, and publish your listing directly on our dashboard.",
|
||||
},
|
||||
id: "q2", title: "How do I list my property?", content: "Create an account, provide property details, and publish your listing directly on our dashboard."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is the platform free?",
|
||||
content: "Listing properties is free, with optional premium tools for enhanced visibility.",
|
||||
},
|
||||
id: "q3", title: "Is the platform free?", content: "Listing properties is free, with optional premium tools for enhanced visibility."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get quick answers to all your real estate needs."
|
||||
@@ -318,16 +198,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to get started?"
|
||||
description="Whether you're looking to rent, buy, or sell, our team is here to assist."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -337,42 +214,27 @@ export default function LandingPage() {
|
||||
logoText="HomeBound"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Listings",
|
||||
href: "#listings",
|
||||
},
|
||||
label: "Listings", href: "#listings"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", 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