Animated Background Lines
Loading preview...
import CtaPage from "@/components/ui/animated-background-lines"; const DemoOne = () => { return ( <div className="w-full h-screen"> <CtaPage /> </div> ); }; export { DemoOne };