Here is scroll animation in hero section
Loading preview...
// demo.tsx import React from 'react'; import Component from '@/components/ui/hero-scroll-animation'; function ComponentDemo() { return ( <Component /> ); } export { ComponentDemo as DemoOne };