import { motion } from "framer-motion"; import { ArrowLeft, ExternalLink, TrendingUp, Building, Users, DollarSign, Zap, Shield, Settings, Rocket, Target, Activity, Smartphone, Globe, Star, PieChart } from "lucide-react"; import { Navigation } from "../components/Navigation"; import { Footer } from "../components/Footer"; import { Button } from "../components/ui/button"; import { GridPattern } from "../components/GridPattern"; import { ImageWithFallback } from "../components/figma/ImageWithFallback"; import { useNavigate } from "react-router-dom"; const projectMetrics = [ { icon: , label: "Portfolio Diversification", value: "300%", description: "Increase in portfolio options" }, { icon: , label: "Investment Growth", value: "240%", description: "Average portfolio growth" }, { icon: , label: "Property Access", value: "500+", description: "Investment-ready properties" } ]; const keyFeatures = [ { title: "Fractional Real Estate Investment", description: "Invest in portions of high-value properties with minimal capital requirements, making real estate accessible to all investors." }, { title: "Smart Portfolio Diversification", description: "Spread investments across multiple property types and locations to minimize risk and maximize returns through intelligent allocation." }, { title: "Real-time Market Analytics", description: "Access comprehensive market data, property performance metrics, and investment insights to make informed decisions." }, { title: "Automated Investment Management", description: "Set investment preferences and let the platform automatically diversify your portfolio across optimal property selections." }, { title: "Transparent Fee Structure", description: "Clear, upfront pricing with no hidden fees, allowing investors to understand exactly what they're paying for each transaction." }, { title: "Liquidity Solutions", description: "Secondary market features that provide flexibility to buy and sell property shares when needed, unlike traditional real estate." } ]; const processPhases = [ { phase: "Phase 1", title: "Real Estate Market Analysis", icon: , description: "Comprehensive analysis of real estate markets and fractional investment opportunities.", details: "Conducted extensive research on real estate investment trends, analyzed fractional ownership models, and identified key market opportunities. Studied investor behavior patterns and regulatory requirements for property investment platforms." }, { phase: "Phase 2", title: "Investment-Focused UX Design", icon: , description: "Designed intuitive interfaces optimized for property investment and portfolio management.", details: "Created user-friendly investment flows focusing on property discovery, risk assessment, and portfolio visualization. Developed prototypes with emphasis on financial transparency, investment tracking, and decision-making tools." }, { phase: "Phase 3", title: "Platform Development & Integration", icon: , description: "Built scalable investment platform with property management, payment processing, and analytics.", details: "Developed robust architecture supporting property listings, investment processing, portfolio management, and real-time analytics. Implemented fractional ownership algorithms, automated diversification, and comprehensive reporting systems." }, { phase: "Phase 4", title: "Financial Security & Compliance", icon: , description: "Implemented secure financial transactions and regulatory compliance for real estate investments.", details: "Integrated secure payment processing, implemented KYC/AML compliance, and ensured regulatory adherence. Added fraud prevention measures, secure investor authentication, and comprehensive audit trails." }, { phase: "Phase 5", title: "Performance & Mobile Optimization", icon: , description: "Optimized platform performance for real-time data processing and mobile investment management.", details: "Fine-tuned application performance for real-time market data, efficient portfolio calculations, and seamless mobile experiences. Implemented caching strategies and optimized data visualization for investment analytics." }, { phase: "Phase 6", title: "Launch & Investor Onboarding", icon: , description: "Successfully launched platform and onboarded property partners and investors.", details: "Executed comprehensive launch strategy, onboarded property partners, and established investor community. Implemented educational resources, customer support systems, and iterative improvements based on user feedback." } ]; export const ProspertyProject = () => { const navigate = useNavigate(); return (
{/* */} {/* Hero Section */}
{/* Back Button */}
{/* Content */}

Change the way you think about real estate investment with{" "} Prosperty

Invest in pieces, diversify your portfolio

Break the barrier of real estate investing. With Prosperty, you can invest in portions of properties, making portfolio diversification smarter and more accessible.

+300% Portfolio Options Real Estate Investment FinTech
{/* Project Image */}
{/* Metrics Section */}
{projectMetrics.map((metric, index) => (
{metric.icon}
{metric.value}
{metric.label}
{metric.description}
))}
{/* Main Content Section */}

Revolutionize Real Estate Investment with Prosperty

Built Prosperty as an intuitive platform to make property investment seamless for users, empowering them to grow their wealth with ease and flexibility.

{/* Key Features */}

Key Features & Capabilities

{keyFeatures.map((feature, index) => (

{feature.title}

{feature.description}

))}
{/* Project Delivery Process */}

Project Delivery Lifecycle

{/* Continuous background line */}
{/* Animated line overlay */}
{processPhases.map((phase, index) => ( {/* Mobile connection line */} {index < processPhases.length - 1 && (
)}
{/* Phase indicator with fixed width container */}
{/* Icon with background to mask the line */}
{phase.icon}
{/* Icon glow effect */}
{/* Connection dot for timeline */}
{index + 1} {phase.phase}
{phase.title}
{/* Content with consistent left alignment */}

{phase.description}

{phase.details}

))}
{/* CTA Section */}

Ready to Build Your Real Estate Investment Platform?

Let's create an exceptional real estate investment platform together. From fractional ownership to portfolio management, we'll help you build a platform that revolutionizes property investment.

{/*
); };