Components
A responsive, banner-style Hero section featuring a subtle, physics-based dithering shader effect in the background. Built with Framer Motion, Shaders, and React.
Loading preview...
import { CTASection } from "@/components/ui/hero-dithering-card";
export default function DemoOne() {
return <CTASection />;
}