import { Link, Shield, BarChart3, Globe, Clock, Sparkles, Zap, Lock, TrendingUp, MapPin, Server } from 'lucide-react' const features = [ { icon: Link, title: 'Custom Slugs', description: 'Create memorable short links with your own custom aliases instead of random characters.', color: 'from-emerald-500 to-teal-500', bgColor: 'bg-emerald-500/10', borderColor: 'border-emerald-500/20', iconColor: 'text-emerald-400' }, { icon: Shield, title: 'Malware Detection', description: 'Every URL is checked against known malicious databases to protect your users from harmful sites.', color: 'from-amber-500 to-orange-500', bgColor: 'bg-amber-500/10', borderColor: 'border-amber-500/20', iconColor: 'text-amber-400' }, { icon: BarChart3, title: 'Click Analytics', description: 'Track every click with detailed analytics including geolocation, IP address, and timestamps.', color: 'from-cyan-500 to-blue-500', bgColor: 'bg-cyan-500/10', borderColor: 'border-cyan-500/20', iconColor: 'text-cyan-400' }, { icon: Clock, title: 'Link Expiration', description: 'Set expiration dates for temporary links. Perfect for time-sensitive campaigns and promotions.', color: 'from-violet-500 to-purple-500', bgColor: 'bg-violet-500/10', borderColor: 'border-violet-500/20', iconColor: 'text-violet-400' }, { icon: Zap, title: 'Lightning Fast', description: 'Redirects happen in milliseconds thanks to our global edge network and optimized infrastructure.', color: 'from-pink-500 to-rose-500', bgColor: 'bg-pink-500/10', borderColor: 'border-pink-500/20', iconColor: 'text-pink-400' }, { icon: Lock, title: 'Secure by Default', description: 'All redirects use HTTPS by default. Optional password protection for sensitive links coming soon.', color: 'from-sky-500 to-indigo-500', bgColor: 'bg-sky-500/10', borderColor: 'border-sky-500/20', iconColor: 'text-sky-400' } ] export default function FeatureSection() { return (
Powerful Features

Everything you need in a{' '} URL shortener

Built for developers, marketers, and everyday users who need reliable, feature-rich link management.

{features.map((feature, index) => { const Icon = feature.icon return (

{feature.title}

{feature.description}

) })}

Deep Dive Analytics

Understand your audience with comprehensive click tracking. See where your visitors are coming from, what devices they use, and when they click.

Geolocation Tracking

Know which countries and cities your clicks originate from.

IP & Device Detection

Track IP addresses and identify browsers and operating systems.

Real-time Metrics

Watch your click counts update instantly as visitors arrive.

Link Analytics

Live

Total Clicks

All time

1,247

Top Country

United States

482

Unique IPs

Distinct visitors

856
{[40, 65, 45, 80, 55, 90, 70, 85, 60, 75, 50, 95].map((h, i) => (
))}
Jan Dec
) } // Need to import this for the analytics section import { MousePointerClick } from 'lucide-react'