Components
Loading preview...
Layer Parallax Hero
npx shadcn@latest add https://21st.dev/r/erikvalencia1/layer-parallax-heroimport { LayeredParallaxHero } from "@/components/ui/layer-parallax-hero";
export default function DemoOne() {
return <LayeredParallaxHero />;
}