Components
Loading preview...
Animated Background Lines
npx shadcn@latest add https://21st.dev/r/minhxthanh/animated-background-linesimport CtaPage from "@/components/ui/animated-background-lines";
const DemoOne = () => {
return (
<div className="w-full h-screen">
<CtaPage />
</div>
);
};
export { DemoOne };