Animated Dark‐Mode Section with Gradient Heading and Dynamic SVG Lines
import AnimatedSection from "@/components/ui/animated-section-with-gradient-and-dynamic-lines"; const DemoOne = () => { return <AnimatedSection />; }; export { DemoOne };