Components
npx shadcn@latest add https://21st.dev/r/minhxthanh/scrolling-animationLoading preview...
import { HomePage } from "@/components/ui/scrolling-animation";
export default function DemoOne() {
return (
<div className="w-full">
<HomePage />
</div>
);
}