import { Zap, Check, ArrowRight, AlertTriangle, Sparkles } from 'lucide-react'; import ScrollReveal from '../hero/ScrollReveal'; interface IntelPlatformSectionProps { onNavigate: (page: string) => void; } const FEATURES = [ 'Multi-AI consensus engine (18+ models)', 'Real-time contract analysis', 'Wallet clustering & relationship mapping', 'Social sentiment monitoring', 'Honeypot & rug pull detection', 'V2 airdrop for early adopters' ]; export default function IntelPlatformSection({ onNavigate }: IntelPlatformSectionProps) { return (
Full Platform Access

RMI Intel Platform Relaunch Coming Soon

The complete security suite is getting a V2 overhaul. Enhanced AI, faster scanning, and new cross-chain tracing capabilities launching now.

    {FEATURES.map((item, idx) => (
  • {item}
  • ))}
V2 features coming soon
cryptorugmunch.com
Risk Score
87/100
AI Consensus
HIGH
Confidence
94%
Critical Findings
  • • Hidden mint function detected
  • • Owner can blacklist wallets
  • • Liquidity not locked
V2 Coming Soon

Enhanced analysis with 18+ AI models

); }