'use client'; import React, { useState } from 'react'; import { BarChart3, Bell, TrendingUp, PieChart, FileSpreadsheet, Calendar, Download, Target, CheckCircle2, Clock, LineChart, Activity, Layers } from 'lucide-react'; export default function ReportingPage() { const [email, setEmail] = useState(''); const [submitted, setSubmitted] = useState(false); const handleSubmit = (e: React.FormEvent) => { e.preventDefault(); if (email) { setSubmitted(true); setEmail(''); } }; const upcomingFeatures = [ { icon: LineChart, title: 'Pipeline Analytics', description: 'Track deal flow, conversion rates, and revenue forecasts across your pipeline' }, { icon: Activity, title: 'Outreach Performance', description: 'Measure email open rates, response rates, and engagement over time' }, { icon: PieChart, title: 'Deal Breakdown', description: 'Visualize your portfolio by property type, stage, market, and more' }, { icon: Target, title: 'Goal Tracking', description: 'Set targets and track progress with customizable KPI dashboards' }, { icon: Calendar, title: 'Time-Based Reports', description: 'Compare performance weekly, monthly, quarterly, or custom date ranges' }, { icon: Download, title: 'Export & Share', description: 'Export to PDF, Excel, or CSV. Schedule automated report delivery' }, ]; return (
Turn your CRE data into actionable insights. Get beautiful dashboards, custom reports, and the metrics you need to grow your business.
Track pipeline health, measure outreach effectiveness, and identify opportunities with powerful analytics built specifically for commercial real estate.
{/* Email Signup */} {!submitted ? ( ) : (Be first to access reporting when it launches. No spam, just updates.
{feature.description}