import { motion } from "framer-motion";
export const FrontendVector = () => {
return (
{/* Browser Window */}
{/* Browser Header */}
{/* Browser Content */}
{/* Navigation */}
{/* Hero Section */}
{/* Cards Grid */}
{Array.from({ length: 6 }).map((_, i) => (
))}
{/* Floating UI Components */}
{/* Button Component */}
Button
{/* Input Component */}
{/* Card Component */}
{/* Floating Code Snippets */}
{/* JSX Code */}
{/* CSS Code */}
{/* Technology Icons */}
⚛️
V
A
{/* Responsive Design Indicators */}
{/* Interactive Elements */}
);
};