import React from "react"; export const AnimatedCircuitSVG = () => { return (
{/* Gradient for the flowing lines */} {/* Glow filter for that "Neon" look */} {/* --- Background Radar Ripples --- */} {/* --- Connecting Lines (The "Wires") --- */} {/* Left Wire */} {/* Right Wire */} {/* Top Wire */} {/* Diagonal Wires */} {/* --- Central Mechanism --- */} {/* Outer Ring (Rotating Counter-Clockwise) */} {/* Inner Ring (Rotating Clockwise) */} {/* Core (Pulsing) */} {/* Hexagon icon inside core */} {/* --- Floating Particles (Data Nodes) --- */}
); };