Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-11 10:29:46 +00:00

View File

@@ -13,7 +13,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne';
import { Award, Building, CalendarCheck, CreditCard, Crown, FileText, Key, Lightbulb, LineChart, MapPin, Search, Shield, Users } from "lucide-react"; import { Award, Banknote, Building, CalendarCheck, CreditCard, Crown, FileText, Key, Lightbulb, LineChart, MapPin, Search, Shield, Users } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -34,29 +34,17 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Properties", name: "Properties", id: "#properties"},
id: "#properties",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Team", name: "Team", id: "#team"},
id: "#team",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg" logoSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg"
logoAlt="Premium Estate Logo" logoAlt="Premium Estate Logo"
@@ -68,116 +56,66 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Your Dream Home Awaits" title="Your Dream Home Awaits"
description="Discover exceptional properties and unmatched service with Premium Estate, your trusted partner in real estate. We help you find the perfect place to call home." description="Discover exceptional properties and unmatched service with Premium Estate, your trusted partner in real estate. We help you find the perfect place to call home."
testimonials={[ testimonials={[
{ {
name: "Sarah J.", name: "Sarah J.", handle: "@HappyHomeowner", testimonial: "Premium Estate made our home buying experience seamless and enjoyable. Their team is truly dedicated!", rating: 5,
handle: "@HappyHomeowner", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah J. testimonial avatar"},
testimonial: "Premium Estate made our home buying experience seamless and enjoyable. Their team is truly dedicated!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1",
imageAlt: "Sarah J. testimonial avatar",
},
{ {
name: "Michael T.", name: "Michael T.", handle: "@SatisfiedClient", testimonial: "Professional, efficient, and incredibly helpful. Premium Estate found us the perfect investment property.", rating: 5,
handle: "@SatisfiedClient", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg", imageAlt: "Michael T. testimonial avatar"},
testimonial: "Professional, efficient, and incredibly helpful. Premium Estate found us the perfect investment property.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg",
imageAlt: "Michael T. testimonial avatar",
},
{ {
name: "Emily R.", name: "Emily R.", handle: "@FirstTimeBuyer", testimonial: "As a first-time buyer, I was guided every step of the way. Highly recommend Premium Estate for their expertise.", rating: 5,
handle: "@FirstTimeBuyer", imageSrc: "http://img.b2bpic.net/free-photo/people-with-glasses-composition_23-2150188077.jpg", imageAlt: "Emily R. testimonial avatar"},
testimonial: "As a first-time buyer, I was guided every step of the way. Highly recommend Premium Estate for their expertise.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-with-glasses-composition_23-2150188077.jpg",
imageAlt: "Emily R. testimonial avatar",
},
{ {
name: "David L.", name: "David L.", handle: "@PropertyInvestor", testimonial: "Their market insight is unparalleled. Premium Estate consistently delivers outstanding results.", rating: 5,
handle: "@PropertyInvestor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-window-2_1262-1484.jpg", imageAlt: "David L. testimonial avatar"},
testimonial: "Their market insight is unparalleled. Premium Estate consistently delivers outstanding results.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-window-2_1262-1484.jpg",
imageAlt: "David L. testimonial avatar",
},
{ {
name: "Maria & John", name: "Maria & John", handle: "@NewChapter", testimonial: "Selling our family home felt daunting, but Premium Estate handled everything with care and professionalism.", rating: 5,
handle: "@NewChapter", imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-loving-interracial-couple-posing-attractive-young-caucasian-woman-cheerful-african-guy-neat-clothes-smiling-broadly-expressing-joy-receiving-good-positive-news_343059-1520.jpg", imageAlt: "Maria and John testimonial avatar"},
testimonial: "Selling our family home felt daunting, but Premium Estate handled everything with care and professionalism.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-loving-interracial-couple-posing-attractive-young-caucasian-woman-cheerful-african-guy-neat-clothes-smiling-broadly-expressing-joy-receiving-good-positive-news_343059-1520.jpg",
imageAlt: "Maria and John testimonial avatar",
},
]} ]}
testimonialRotationInterval={7000} testimonialRotationInterval={7000}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Explore Properties", text: "Explore Properties", href: "#properties"},
href: "#properties",
},
{ {
text: "Contact Us", text: "Contact Us", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg", alt: "Senior Agent Mark"},
alt: "Senior Agent Mark",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-talking-mobile-phone-looking-graph-chart-clipboard_23-2147972792.jpg", src: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-talking-mobile-phone-looking-graph-chart-clipboard_23-2147972792.jpg", alt: "Lead Agent Jessica"},
alt: "Lead Agent Jessica",
},
{ {
src: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg", src: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg", alt: "Property Specialist Robert"},
alt: "Property Specialist Robert",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79278.jpg", src: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79278.jpg", alt: "Client Advisor Emily"},
alt: "Client Advisor Emily",
},
{ {
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", alt: "Successful businesswoman smiling looking confident and happy standing in suit on street leans her"},
alt: "Successful businesswoman smiling looking confident and happy standing in suit on street leans her",
},
]} ]}
avatarText="Trusted by over 1,000 satisfied clients" avatarText="Trusted by over 1,000 satisfied clients"
imageSrc="http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg"
imageAlt="Luxury modern house exterior" imageAlt="Luxury modern house exterior"
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Expert Market Analysis", icon: LineChart,
text: "Expert Market Analysis",
icon: LineChart,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Seamless Property Transactions", icon: CreditCard,
text: "Seamless Property Transactions",
icon: CreditCard,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Client-Centric Approach", icon: Award,
text: "Client-Centric Approach",
icon: Award,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Luxury Home Specialists", icon: Crown,
text: "Luxury Home Specialists",
icon: Crown,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Your Trusted Real Estate Partner", icon: Shield,
text: "Your Trusted Real Estate Partner",
icon: Shield,
}, },
]} ]}
/> />
@@ -188,24 +126,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Premium Estate: Crafting Your Real Estate Success"},
content: "Premium Estate: Crafting Your Real Estate Success",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/cozy-home-interior-living-room-with-vase-flowers-candles_169016-3572.jpg", alt: "Luxury modern home interior"},
src: "http://img.b2bpic.net/free-photo/cozy-home-interior-living-room-with-vase-flowers-candles_169016-3572.jpg",
alt: "Luxury modern home interior",
},
{ {
type: "text", type: "text", content: "Our mission is to provide unparalleled service in buying, selling, and managing properties, ensuring every client experience is exceptional."},
content: "Our mission is to provide unparalleled service in buying, selling, and managing properties, ensuring every client experience is exceptional.",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "#"},
href: "#",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -218,79 +147,52 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Personalized Consultation", title: "Personalized Consultation", description: "We start with understanding your unique needs and preferences to tailor our approach.", media: {
description: "We start with understanding your unique needs and preferences to tailor our approach.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-financial-advisor-going-through-plans-meeting_637285-11088.jpg", imageAlt: "Real estate agent consulting clients"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-financial-advisor-going-through-plans-meeting_637285-11088.jpg",
imageAlt: "Real estate agent consulting clients",
},
items: [ items: [
{ {
icon: Users, icon: Users,
text: "Client-centric approach", text: "Client-centric approach"},
},
{ {
icon: CalendarCheck, icon: CalendarCheck,
text: "Flexible appointments", text: "Flexible appointments"},
},
{ {
icon: Lightbulb, icon: Lightbulb,
text: "Expert insights", text: "Expert insights"},
},
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg",
imageAlt: "business meeting real estate agent clients",
}, },
{ {
title: "Extensive Property Search", title: "Extensive Property Search", description: "Access to a diverse portfolio of luxury homes, commercial spaces, and investment opportunities.", media: {
description: "Access to a diverse portfolio of luxury homes, commercial spaces, and investment opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-from-home_23-2149173354.jpg", imageAlt: "Couple searching for properties on a tablet"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-from-home_23-2149173354.jpg",
imageAlt: "Couple searching for properties on a tablet",
},
items: [ items: [
{ {
icon: Search, icon: Search,
text: "Curated listings", text: "Curated listings"},
},
{ {
icon: MapPin, icon: MapPin,
text: "Prime locations", text: "Prime locations"},
},
{ {
icon: Building, icon: Building,
text: "Variety of property types", text: "Variety of property types"},
},
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg?_wi=2",
imageAlt: "business meeting real estate agent clients",
}, },
{ {
title: "Seamless Transaction & Closing", title: "Seamless Transaction & Closing", description: "Our team manages all legal and financial aspects, ensuring a smooth and stress-free closing process.", media: {
description: "Our team manages all legal and financial aspects, ensuring a smooth and stress-free closing process.", imageSrc: "http://img.b2bpic.net/free-photo/realtor-giving-african-customer-keys-couple-buying-new-house-closeup_1163-4635.jpg", imageAlt: "Hands signing a real estate contract"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/realtor-giving-african-customer-keys-couple-buying-new-house-closeup_1163-4635.jpg",
imageAlt: "Hands signing a real estate contract",
},
items: [ items: [
{ {
icon: FileText, icon: FileText,
text: "Documentation support", text: "Documentation support"},
},
{ {
icon: Key, icon: Key,
text: "Smooth key handover", text: "Smooth key handover"},
},
{ {
icon: Banknote, icon: Banknote,
text: "Financial guidance", text: "Financial guidance"},
},
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2",
imageAlt: "business meeting real estate agent clients",
}, },
]} ]}
title="Our Professional Services" title="Our Professional Services"
@@ -308,65 +210,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "City Living", name: "Luxury Downtown Penthouse", price: "$2,500,000", rating: 5,
brand: "City Living", reviewCount: "85 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-easter-decorative-egg_23-2150245754.jpg", imageAlt: "Luxury Downtown Penthouse"},
name: "Luxury Downtown Penthouse",
price: "$2,500,000",
rating: 5,
reviewCount: "85 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-easter-decorative-egg_23-2150245754.jpg",
imageAlt: "Luxury Downtown Penthouse",
},
{ {
id: "p2", id: "p2", brand: "Suburban Oasis", name: "Spacious Family Home", price: "$850,000", rating: 4,
brand: "Suburban Oasis", reviewCount: "120 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg", imageAlt: "Spacious Family Home"},
name: "Spacious Family Home",
price: "$850,000",
rating: 4,
reviewCount: "120 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg",
imageAlt: "Spacious Family Home",
},
{ {
id: "p3", id: "p3", brand: "Urban Retreat", name: "Modern Loft Apartment", price: "$1,200,000", rating: 5,
brand: "Urban Retreat", reviewCount: "60 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/vases-plant-background-zoom-calls_23-2149684460.jpg", imageAlt: "Modern Loft Apartment"},
name: "Modern Loft Apartment",
price: "$1,200,000",
rating: 5,
reviewCount: "60 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/vases-plant-background-zoom-calls_23-2149684460.jpg",
imageAlt: "Modern Loft Apartment",
},
{ {
id: "p4", id: "p4", brand: "Coastal Living", name: "Waterfront Villa", price: "$4,000,000", rating: 5,
brand: "Coastal Living", reviewCount: "45 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912525.jpg", imageAlt: "Waterfront Villa"},
name: "Waterfront Villa",
price: "$4,000,000",
rating: 5,
reviewCount: "45 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912525.jpg",
imageAlt: "Waterfront Villa",
},
{ {
id: "p5", id: "p5", brand: "Historic Charm", name: "Renovated Townhouse", price: "$980,000", rating: 4,
brand: "Historic Charm", reviewCount: "75 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-building-with-cartoon-style-architecture_23-2151154914.jpg", imageAlt: "Renovated Townhouse"},
name: "Renovated Townhouse",
price: "$980,000",
rating: 4,
reviewCount: "75 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/view-building-with-cartoon-style-architecture_23-2151154914.jpg",
imageAlt: "Renovated Townhouse",
},
{ {
id: "p6", id: "p6", brand: "Mountain Escape", name: "Luxury Cabin Retreat", price: "$1,500,000", rating: 5,
brand: "Mountain Escape", reviewCount: "30 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/green-pine-trees-reflect-tranquil-pond-generated-by-ai_188544-36449.jpg", imageAlt: "Luxury Cabin Retreat"},
name: "Luxury Cabin Retreat",
price: "$1,500,000",
rating: 5,
reviewCount: "30 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/green-pine-trees-reflect-tranquil-pond-generated-by-ai_188544-36449.jpg",
imageAlt: "Luxury Cabin Retreat",
},
]} ]}
title="Featured Properties" title="Featured Properties"
description="Explore our hand-picked selection of premium properties currently on the market." description="Explore our hand-picked selection of premium properties currently on the market."
@@ -382,29 +242,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "98%", title: "Client Satisfaction", description: "Our commitment to excellence ensures happy clients every time.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-correcting-grammar-mistakes_23-2150171438.jpg", imageAlt: "Happy couple shaking hands with a realtor"},
value: "98%",
title: "Client Satisfaction",
description: "Our commitment to excellence ensures happy clients every time.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-correcting-grammar-mistakes_23-2150171438.jpg",
imageAlt: "Happy couple shaking hands with a realtor",
},
{ {
id: "m2", id: "m2", value: "500+", title: "Properties Sold", description: "Successfully brokered hundreds of deals across diverse markets.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-chinese-city_1127-3587.jpg", imageAlt: "Aerial view of residential properties"},
value: "500+",
title: "Properties Sold",
description: "Successfully brokered hundreds of deals across diverse markets.",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-chinese-city_1127-3587.jpg",
imageAlt: "Aerial view of residential properties",
},
{ {
id: "m3", id: "m3", value: "15+", title: "Industry Awards", description: "Recognized for our innovation and leadership in the real estate sector.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-corporate-woman-lawyer-celebrating-lifting-hands-up-triumphing-achieve-goal-succ_1258-123463.jpg", imageAlt: "Gold trophy and award certificates"},
value: "15+",
title: "Industry Awards",
description: "Recognized for our innovation and leadership in the real estate sector.",
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-corporate-woman-lawyer-celebrating-lifting-hands-up-triumphing-achieve-goal-succ_1258-123463.jpg",
imageAlt: "Gold trophy and award certificates",
},
]} ]}
title="Our Achievements Speak Volumes" title="Our Achievements Speak Volumes"
description="Discover the impact and success we've achieved through dedication and client satisfaction." description="Discover the impact and success we've achieved through dedication and client satisfaction."
@@ -421,33 +263,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
members={[ members={[
{ {
id: "t1", id: "t1", name: "Johnathan Davis", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "Portrait of Johnathan Davis"},
name: "Johnathan Davis",
role: "CEO & Founder",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg",
imageAlt: "Portrait of Johnathan Davis",
},
{ {
id: "t2", id: "t2", name: "Sophia Martinez", role: "Lead Sales Agent", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-building-holding-mobile-phone-hand-talking-loudspeaker_23-2147972812.jpg", imageAlt: "Portrait of Sophia Martinez"},
name: "Sophia Martinez",
role: "Lead Sales Agent",
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-building-holding-mobile-phone-hand-talking-loudspeaker_23-2147972812.jpg",
imageAlt: "Portrait of Sophia Martinez",
},
{ {
id: "t3", id: "t3", name: "Marcus Chen", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", imageAlt: "Portrait of Marcus Chen"},
name: "Marcus Chen",
role: "Marketing Director",
imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
imageAlt: "Portrait of Marcus Chen",
},
{ {
id: "t4", id: "t4", name: "Olivia Smith", role: "Client Relations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-hardworking-young-woman-waiting-receive-calls-from-customers-call-center-happy-sales-representative-doing-telemarketing-smiling_662251-467.jpg", imageAlt: "Portrait of Olivia Smith"},
name: "Olivia Smith",
role: "Client Relations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hardworking-young-woman-waiting-receive-calls-from-customers-call-center-happy-sales-representative-doing-telemarketing-smiling_662251-467.jpg",
imageAlt: "Portrait of Olivia Smith",
},
]} ]}
title="Meet Our Expert Team" title="Meet Our Expert Team"
description="Our dedicated professionals are passionate about real estate and committed to your success." description="Our dedicated professionals are passionate about real estate and committed to your success."
@@ -461,14 +283,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"LuxBuild Construction", "LuxBuild Construction", "Elite Mortgage Group", "Opulent Interiors", "Nexus Legal Services", "Secure Home Insurance", "PropTech Innovations", "GreenScape Designs"]}
"Elite Mortgage Group",
"Opulent Interiors",
"Nexus Legal Services",
"Secure Home Insurance",
"PropTech Innovations",
"GreenScape Designs",
]}
title="Our Valued Partners" title="Our Valued Partners"
description="Collaborating with industry leaders to provide comprehensive real estate solutions." description="Collaborating with industry leaders to provide comprehensive real estate solutions."
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -484,25 +299,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "faq1", id: "faq1", title: "How do I start the home buying process?", content: "Begin by scheduling a personalized consultation with one of our expert agents. We'll discuss your needs, preferences, and guide you through financing options."},
title: "How do I start the home buying process?",
content: "Begin by scheduling a personalized consultation with one of our expert agents. We'll discuss your needs, preferences, and guide you through financing options.",
},
{ {
id: "faq2", id: "faq2", title: "What fees are involved in selling my property?", content: "Selling fees typically include agent commissions, closing costs, and potentially legal fees. We provide a transparent breakdown during your initial property valuation."},
title: "What fees are involved in selling my property?",
content: "Selling fees typically include agent commissions, closing costs, and potentially legal fees. We provide a transparent breakdown during your initial property valuation.",
},
{ {
id: "faq3", id: "faq3", title: "Can you help with property investment?", content: "Yes, our team specializes in identifying lucrative investment opportunities and can assist with portfolio management for optimal returns."},
title: "Can you help with property investment?",
content: "Yes, our team specializes in identifying lucrative investment opportunities and can assist with portfolio management for optimal returns.",
},
{ {
id: "faq4", id: "faq4", title: "How long does the closing process take?", content: "The closing process duration varies, but generally ranges from 30 to 60 days, depending on financing, inspections, and negotiations. Our team strives for efficiency."},
title: "How long does the closing process take?",
content: "The closing process duration varies, but generally ranges from 30 to 60 days, depending on financing, inspections, and negotiations. Our team strives for efficiency.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/view-new-york-downtown-from-view-point-usa_1268-19569.jpg" imageSrc="http://img.b2bpic.net/free-photo/view-new-york-downtown-from-view-point-usa_1268-19569.jpg"
imageAlt="Modern cityscape at sunset" imageAlt="Modern cityscape at sunset"
@@ -519,8 +322,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Let's Connect" title="Let's Connect"
description="Ready to discuss your real estate needs? Fill out the form below or reach out directly." description="Ready to discuss your real estate needs? Fill out the form below or reach out directly."
@@ -535,79 +337,47 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Buy a Home", label: "Buy a Home", href: "#services"},
href: "#services",
},
{ {
label: "Sell Your Property", label: "Sell Your Property", href: "#services"},
href: "#services",
},
{ {
label: "Property Management", label: "Property Management", href: "#services"},
href: "#services",
},
{ {
label: "Investment Advice", label: "Investment Advice", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Our Team", label: "Our Team", href: "#team"},
href: "#team",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
{ {
label: "Press", label: "Press", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "FAQs", label: "FAQs", href: "#faq"},
href: "#faq",
},
{ {
label: "Blog", label: "Blog", href: "#"},
href: "#",
},
{ {
label: "Client Stories", label: "Client Stories", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
{ {
label: "Cookies Policy", label: "Cookies Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}