Here is scroll animation in hero section
// demo.tsx import React from 'react'; import Component from '@/components/ui/hero-scroll-animation'; function ComponentDemo() { return ( <Component /> ); } export { ComponentDemo as DemoOne };
Part of UI Layouts — browse the full library on 21st.dev.