import { motion } from "framer-motion"; export const UIUXVector = () => { return (
{/* Design Canvas */}
{/* Figma Interface */}
{/* Header */}
Design System
{/* Design Elements */}
{/* Wireframe Elements */}
{Array.from({ length: 4 }).map((_, i) => ( ))}
{/* Component Grid */}
{Array.from({ length: 6 }).map((_, i) => ( ))}
{/* Design Tools Palette */}
{/* Figma */} {/* Sketch */} S {/* Adobe XD */} Xd
{/* User Journey Flow */}
{/* User Persona */} {/* Flow Arrow */} {/* Wireframe */}
{/* Flow Arrow */} {/* Prototype */}
Research Design Prototype
{/* Color Palette */}
Colors
{/* Typography */}
Typography
Aa
Manrope
{/* User Testing Elements */}
Usability: 95%
{/* Accessibility Icon */}
{/* Design System Components */}
Components
Design System
{/* Interactive Design Flow */}
); };