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