A reusable component for horizontal scroll animation
import Component from "@/components/ui/scroll-animation"; export default function DemoOne() { return <Component />; }