'use client'; import React, { useState } from 'react'; import { Building2, Bell, Search, MapPin, Users, Database, Sparkles, Filter, Download, CheckCircle2, Clock, TrendingUp, FileText, Globe } from 'lucide-react'; export default function LeadsPage() { const [email, setEmail] = useState(''); const [submitted, setSubmitted] = useState(false); const handleSubmit = (e: React.FormEvent) => { e.preventDefault(); if (email) { setSubmitted(true); setEmail(''); } }; const upcomingFeatures = [ { icon: Search, title: 'Property Search', description: 'Find properties by type, size, location, sale history, and ownership structure' }, { icon: Users, title: 'Owner Discovery', description: 'Uncover property owners with contact information and entity details' }, { icon: Database, title: 'Data Enrichment', description: 'Enhance your existing contacts with verified emails, phones, and social profiles' }, { icon: Filter, title: 'Smart Filters', description: 'Build custom filters to find exactly the properties and owners you need' }, { icon: MapPin, title: 'Market Mapping', description: 'Visualize opportunities on an interactive map with property overlays' }, { icon: Download, title: 'List Export', description: 'Export curated lead lists directly to your pipeline or CSV' }, ]; const dataPoints = [ 'Property ownership records', 'Transaction history', 'Building permits', 'Lien & debt information', 'Zoning data', 'Tenant information', ]; return (
Discover high-potential properties and owners in your target markets. Powered by comprehensive property data, find your next deal before the competition.
Search millions of commercial properties, identify motivated sellers, and enrich your contacts with verified owner information and contact details.
{/* Email Signup */} {!submitted ? ( ) : (Get early access when leads launch. No spam, just updates.
{feature.description}