Components
Loading preview...
A responsive, banner-style Hero section featuring a subtle, physics-based dithering shader effect in the background. Built with Framer Motion, Shaders, and React.
npx shadcn@latest add https://21st.dev/r/moazamtrade/hero-dithering-cardimport { CTASection } from "@/components/ui/hero-dithering-card";
export default function DemoOne() {
return <CTASection />;
}