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