import { motion } from "framer-motion";
export const UIUXVector = () => {
return (
{/* Design Canvas */}
{/* Figma Interface */}
{/* Header */}
{/* 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 */}
{/* User Testing Elements */}
{/* Accessibility Icon */}
{/* Design System Components */}
Components
Design System
{/* Interactive Design Flow */}
);
};