import { motion } from "framer-motion"; export const FrontendVector = () => { return (
{/* Browser Window */}
{/* Browser Header */}
localhost:3000
{/* 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 */}
<
div
>
{/* CSS Code */}
.btn
{/* Technology Icons */} ⚛️ V A {/* Responsive Design Indicators */}
Desktop
Tablet
Mobile
{/* Interactive Elements */}
); };