import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "@/components/ui/card"; import { Badge } from "@/components/ui/badge"; import { ArrowRight, BarChart2, Building, Database, LineChart, MapPin, Zap } from "lucide-react"; import Link from "next/link"; export default function LandingPage() { return (
{/* Hero Section */}
Property Analytics Platform

Data-Driven Property Intelligence

Leverage AI and machine learning to analyze property data, predict prices, and gain valuable insights for better decision making.

{/* Features Section */}

Powerful Analytics Features

Our platform provides comprehensive tools to analyze property data from multiple angles

Geospatial Visualization Interactive maps with property data overlays and environmental factors

Visualize properties on an interactive map with customizable overlays for flood risk, air quality, and more. Analyze properties within a specific radius.

Price Prediction AI-powered price prediction with explainable features

Understand how different factors affect property prices with our explainable AI models. Adjust parameters to see how they impact predictions.

Data Pipelines Automated data collection and processing

Set up automated data collection from multiple sources. Our AI-powered pipelines clean, normalize, and prepare data for analysis.

Property Analytics Comprehensive property data analysis

Analyze property details, historical price trends, and environmental factors. Generate reports and export data for further analysis.

Market Trends Real-time market analysis and trends

Track property market trends over time. Identify emerging patterns and make data-driven investment decisions.

Custom ML Models Train and deploy custom machine learning models

Create and train custom machine learning models using your own data. Deploy models for specific analysis needs.

{/* CTA Section */}

Ready to Get Started?

Explore our platform and discover how data-driven property analytics can transform your decision making.

); }