Components
Loading preview...
PARALLAX SCROLL FEATURE SECTION using framer motion
@sumonadotwork
npx shadcn@latest add https://21st.dev/r/sumonadotwork/parallax-scroll-feature-sectionimport { Component } from "@/components/ui/parallax-scroll-feature-section";
export default function DemoOne() {
return <Component />;
}