Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f426c7a01 | |||
| 875ee21e2f | |||
| 95ac0032d6 | |||
| 3a29eabb95 | |||
| 42dad0b0d2 | |||
| a6f3e0c31f | |||
| a54a836ca1 |
112
src/app/page.tsx
112
src/app/page.tsx
@@ -57,16 +57,16 @@ export default function LandingPage() {
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Effortless Property Management for Peace of Mind"
|
||||
description="We handle everything from tenant screening to maintenance, ensuring your investment thrives without the hassle."
|
||||
title="Intelligent Property Management for a Brighter Future"
|
||||
description="Experience seamless property operations, satisfied tenants, and optimized returns with our cutting-edge solutions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg"
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/beautiful-modern-house-exterior_1098-25166.jpg"
|
||||
imageAlt="Modern property management building"
|
||||
/>
|
||||
</div>
|
||||
@@ -75,22 +75,22 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Your Trusted Partner in Property Management"
|
||||
description="PropertyPro is dedicated to providing comprehensive and reliable property management services. We believe in transparency, efficiency, and maximizing returns for our clients while ensuring a positive experience for tenants."
|
||||
title="Pioneering Excellence in Property Care"
|
||||
description="At PropertyPro, we blend innovative technology with personalized service to redefine property management. Our mission is to safeguard your assets, enhance tenant experiences, and maximize your investment potential."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Tenant Placement", description: "Rigorous screening processes to find reliable, high-quality tenants for your properties.", icon: Users,
|
||||
title: "Data-Driven Insights", description: "Leverage market analytics for optimal rental pricing and property performance.", icon: LineChart,
|
||||
},
|
||||
{
|
||||
title: "Proactive Maintenance", description: "Scheduled inspections and prompt repairs keep your properties in top condition, protecting their value.", icon: Cog,
|
||||
title: "Smart Maintenance Solutions", description: "Predictive maintenance and rapid response ensure property longevity and tenant happiness.", icon: Cog,
|
||||
},
|
||||
{
|
||||
title: "Financial Reporting", description: "Transparent and detailed financial statements keep you informed of your investment's performance.", icon: LineChart,
|
||||
title: "Community-Centric Approach", description: "Foster thriving tenant communities with responsive support and engaging initiatives.", icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-informal-meeting_1098-801.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/female-real-estate-agent-presenting-new-house-client_1303-27083.jpg"
|
||||
imageAlt="Professional office environment with team collaboration"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,20 +101,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1", title: "Leasing & Marketing", descriptions: [
|
||||
"Strategic marketing to attract ideal tenants.", "Professional photography and virtual tours.", "Efficient tenant screening and lease signing."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sale-agent-preparing-presenting-house_23-2149383578.jpg", imageAlt: "House rental sign and keys"},
|
||||
id: "s1", title: "Leasing & Tenant Acquisition", descriptions: [
|
||||
"AI-powered tenant matching for ideal placements.", "Dynamic pricing strategies for competitive rentals.", "Seamless digital onboarding and lease management."],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-realtor-giving-keys-new-house-owner_23-2149318187.jpg", imageAlt: "House rental sign and keys"},
|
||||
{
|
||||
id: "s2", title: "Maintenance & Repairs", descriptions: [
|
||||
"24/7 emergency response for urgent issues.", "Network of trusted contractors for quality repairs.", "Regular property inspections to prevent problems."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg", imageAlt: "Handyman fixing a home repair"},
|
||||
id: "s2", title: "Asset Management & Optimization", descriptions: [
|
||||
"Proactive property health monitoring and smart repairs.", "Sustainability initiatives to reduce operating costs.", "Regular performance audits and strategic upgrades."],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/construction-engineer-holding-tablet-with-blueprints_338692-1200.jpg", imageAlt: "Handyman fixing a home repair"},
|
||||
{
|
||||
id: "s3", title: "Financial & Legal", descriptions: [
|
||||
"Rent collection and disbursement with detailed reporting.", "Compliance with local housing laws and regulations.", "Eviction protection and legal support when needed."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-dark-skinned-couple-trying-escape-eviction-from-their-apartment_273609-8973.jpg", imageAlt: "Financial charts and graphs documents"},
|
||||
id: "s3", title: "Financial Oversight & Reporting", descriptions: [
|
||||
"Real-time financial dashboards and secure rent processing.", "Automated expense tracking and tax-ready statements.", "Personalized financial advisory for portfolio growth."],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-working-with-laptop-documents-table_23-2147775583.jpg", imageAlt: "Financial charts and graphs documents"},
|
||||
]}
|
||||
title="Our Comprehensive Management Services"
|
||||
description="From marketing your property to handling legalities, our team ensures every aspect is covered with professionalism."
|
||||
title="Our Ecosystem of Property Solutions"
|
||||
description="From digital marketing to advanced analytics, our services are designed to bring efficiency and innovation to your property portfolio."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,35 +126,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Modern Apartment", price: "$2,500/month", imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162898.jpg", imageAlt: "Modern apartment building exterior"},
|
||||
id: "p1", name: "Urban Loft", price: "$3,000/month", imageSrc: "https://img.b2bpic.net/free-photo/modern-building-city_1098-1033.jpg", imageAlt: "Modern apartment building exterior"},
|
||||
{
|
||||
id: "p2", name: "Family Home", price: "$3,200/month", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pathway-kilkenny-dukesmeadows_181624-27700.jpg", imageAlt: "Suburban family home exterior"},
|
||||
id: "p2", name: "Suburban Retreat", price: "$4,500/month", imageSrc: "https://img.b2bpic.net/free-photo/large-new-modern-house_23-2150935579.jpg", imageAlt: "Suburban family home exterior"},
|
||||
{
|
||||
id: "p3", name: "Retail Space", price: "$4,000/month", imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209885.jpg", imageAlt: "Modern retail storefront"},
|
||||
id: "p3", name: "Commercial Hub", price: "$5,800/month", imageSrc: "https://img.b2bpic.net/free-photo/modern-glass-building_1098-14227.jpg", imageAlt: "Modern retail storefront"},
|
||||
{
|
||||
id: "p4", name: "Office Suite", price: "$3,800/month", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-beige-suit-standing-power-pose-city-center_1258-194023.jpg", imageAlt: "Modern office building exterior"},
|
||||
id: "p4", name: "Boutique Office", price: "$4,200/month", imageSrc: "https://img.b2bpic.net/free-photo/business-woman-modern-building_1098-12469.jpg", imageAlt: "Modern office building exterior"},
|
||||
{
|
||||
id: "p5", name: "Luxury Villa", price: "$7,500/month", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg", imageAlt: "Luxury villa with swimming pool"},
|
||||
id: "p5", name: "Coastal Estate", price: "$9,000/month", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-house-with-swimming-pool-garden_1145-217.jpg", imageAlt: "Luxury villa with swimming pool"},
|
||||
{
|
||||
id: "p6", name: "Cozy Studio", price: "$1,800/month", imageSrc: "http://img.b2bpic.net/free-photo/interior-building-with-glass-wall_400718-50.jpg", imageAlt: "Cozy modern studio apartment interior"},
|
||||
id: "p6", name: "Charming Studio", price: "$2,200/month", imageSrc: "https://img.b2bpic.net/free-photo/minimalist-bright-studio_23-2148908320.jpg", imageAlt: "Cozy modern studio apartment interior"},
|
||||
]}
|
||||
title="Discover Our Managed Properties"
|
||||
description="Explore a selection of high-quality residential and commercial properties under our expert management."
|
||||
title="Curated Portfolio of Exceptional Properties"
|
||||
description="Explore our diverse range of meticulously managed residential and commercial properties, each selected for its prime location and investment potential."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="success" data-section="success">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Proven Results, Happy Clients"
|
||||
tag="Our Impact"
|
||||
title="Impactful Results, Client Satisfaction"
|
||||
tag="Our Achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "250+", description: "Properties Managed"},
|
||||
id: "m1", value: "500+", description: "Properties Under Management"},
|
||||
{
|
||||
id: "m2", value: "98%", description: "Tenant Satisfaction"},
|
||||
id: "m2", value: "99%", description: "Client Retention Rate"},
|
||||
{
|
||||
id: "m3", value: "15%", description: "Average ROI Increase"},
|
||||
id: "m3", value: "20%", description: "Average Value Appreciation"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -163,20 +163,20 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="PropertyPro transformed my investment. Their proactive approach to tenant management and maintenance means I never have to worry about my properties. Highly recommend their services!"
|
||||
testimonial="PropertyPro has been a game-changer for my portfolio. Their dedication, advanced tools, and swift responsiveness have not only increased my rental income but also provided unparalleled peace of mind. Truly exceptional!"
|
||||
rating={5}
|
||||
author="Jessica L., Property Owner"
|
||||
author="Mark S., Real Estate Investor"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", alt: "Michael R."},
|
||||
src: "https://img.b2bpic.net/free-photo/close-up-business-woman_23-2149301138.jpg", alt: "Anna K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", alt: "Sarah T."},
|
||||
src: "https://img.b2bpic.net/free-photo/portrait-successful-businessman-sunglasses_1262-10870.jpg", alt: "Robert J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", alt: "David K."},
|
||||
src: "https://img.b2bpic.net/free-photo/portrait-attractive-afro-american-businesswoman-sitting-cafe_1262-10901.jpg", alt: "Maria G."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Emily W."},
|
||||
src: "https://img.b2bpic.net/free-photo/beautiful-stylish-young-woman-posing-city_1262-24326.jpg", alt: "Chris P."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", alt: "Confident Handsome Middle-aged Entrepreneur"},
|
||||
src: "https://img.b2bpic.net/free-photo/portrait-handsome-happy-man_1098-301.jpg", alt: "Sofia R."},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -189,16 +189,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "What types of properties do you manage?", content: "We manage a wide range of properties including single-family homes, multi-unit residential buildings, apartments, and commercial spaces."},
|
||||
id: "q1", title: "How does PropertyPro ensure tenant quality?", content: "We employ a multi-layered screening process including advanced background checks, credit evaluations, and comprehensive rental history verification to secure only the most reliable tenants."},
|
||||
{
|
||||
id: "q2", title: "How do you screen tenants?", content: "Our comprehensive tenant screening process includes credit checks, background checks, employment verification, and previous landlord references to ensure we find reliable tenants."},
|
||||
id: "q2", title: "What technology does PropertyPro utilize for property management?", content: "We integrate a proprietary suite of AI-driven tools for market analysis, predictive maintenance scheduling, and a secure online portal for tenants and owners, ensuring maximum efficiency and transparency."},
|
||||
{
|
||||
id: "q3", title: "What are your management fees?", content: "Our fees are competitive and transparent. Please contact us for a personalized quote based on your property's specific needs and services required."},
|
||||
id: "q3", title: "Can I access real-time performance reports for my property?", content: "Absolutely. Our client portal provides 24/7 access to detailed financial statements, maintenance logs, and occupancy reports, all updated in real-time for complete transparency."},
|
||||
{
|
||||
id: "q4", title: "How do you handle maintenance requests?", content: "Tenants can submit maintenance requests online 24/7. We promptly dispatch trusted and licensed contractors for all necessary repairs and emergencies."},
|
||||
id: "q4", title: "What sets PropertyPro apart from other management companies?", content: "Our commitment to innovation, personalized client relationships, and a holistic approach to property care—from maximizing ROI to fostering positive tenant relations—distinguishes us as industry leaders."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to the most common questions about our property management services."
|
||||
title="Your Questions, Answered"
|
||||
description="Browse our frequently asked questions to learn more about how PropertyPro can support your property management needs."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -208,12 +208,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Partner with Us Today"
|
||||
description="Ready to simplify your property management? Contact our team for a personalized consultation and discover how we can help your investment thrive."
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Schedule a Call"
|
||||
termsText="By clicking Schedule a Call you're confirming that you agree with our Terms and Conditions."
|
||||
tag="Connect With Us"
|
||||
title="Your Vision, Our Expertise"
|
||||
description="Ready to elevate your property investment? Reach out today for a tailored consultation and discover the PropertyPro difference."
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Request Consultation"
|
||||
termsText="By clicking Request Consultation you agree to our Terms of Service and Privacy Policy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -254,10 +254,10 @@ export default function LandingPage() {
|
||||
logoSrc="http://img.b2bpic.net/free-vector/real-estate-logo-template_23-2150529010.jpg"
|
||||
logoAlt="PropertyPro Logo"
|
||||
logoText="PropertyPro"
|
||||
copyrightText="© 2024 PropertyPro. All rights reserved."
|
||||
copyrightText="© 2025 PropertyPro. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user