Scrolling animation, Profile images
Loading preview...
import { HomePage } from "@/components/ui/scrolling-animation"; export default function DemoOne() { return ( <div className="w-full"> <HomePage /> </div> ); }