import { Box, Typography } from '@mui/material' import { Target, TrendingUp, Users } from 'lucide-react' import { DS_PRE_MARKET } from '../../lib/ds' interface Props { demandProfiles: number highQualityLeads: number } export function PreMarketDemandIntelligence({ demandProfiles, highQualityLeads }: Props) { return ( Matching Demand Intelligence {demandProfiles} aktive Suchprofile im System erkannt {highQualityLeads} hochwertige Suchanfragen mit passendem Flächenbedarf Frühzeitige Matchgelegenheit — vor offizieller Vermarktung exklusiv verfügbar ) }