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