import { motion } from "framer-motion"; export const DashboardVector = () => { return (
{/* Main Mobile Device */} {/* Phone Frame */}
{/* Screen */}
{/* Top Status Bar */}
9:41
{/* Main Dashboard Content */}
{/* Header */}
Hey Balazs!
Good morning
{/* Weather Card */}
17°
New York
☀️
{/* Stats Row */}
Revenue
$67k
Orders
1,284
{/* Chart Area */}
Analytics
{[40, 65, 45, 80, 55, 90, 70].map((height, index) => ( ))}
{/* Activity Indicator */}
Activity
{/* Bottom Navigation */}
{['🏠', '📊', '💬', '⚙️'].map((icon, index) => ( {icon} ))}
{/* Floating Data Points */} 98% +24 📈 {/* Connection Lines */} {/* Technology Labels */}
React Native
Dashboard
Analytics
); };