import { Users, TrendingDown, Timer, Eye, Globe, Target, FlaskConical } from 'lucide-react'; export const MiniRealTimeVisitors = () => (
428
LIVE USERS
); export const MiniBounceRate = () => (
45%
BOUNCE RATE
); export const MiniSessionDuration = () => (
2 m 34 s
AVG SESSION
); export const MiniPageViews = () => (
{[20, 45, 30, 80, 55, 90, 65].map((h, i) => (
))}
); export const MiniTrafficSources = () => (
{[ { label: 'Direct', val: '40%' }, { label: 'Social', val: '30%' }, { label: 'Search', val: '30%' } ].map(s => (
{s.label} {s.val}
))}
); export const MiniGoalCompletion = () => (
); export const MiniCountryStats = () => (
{['US', 'DE', 'UK', 'DK'].map(c => (
{c}
))}
); export const MiniABTest = () => (
A
12%
B
18%
);