A full-page scroll-driven section that translates a row of image panels horizontally as the user scrolls vertically.
import HorizontalScroll from '@/components/ui/horizontal-scroll'; export default function HorizontalScrollDemo() { return <HorizontalScroll />; }