Components
Loading preview...
A modern hero section with a dynamic grain gradient background powered by Paper Shaders. Includes a customizable title, subtitle, and call-to-action, and is fully responsive.
@chow-stack
npx shadcn@latest add https://21st.dev/r/chowlol202/grain-gradient-hero-section"use client";
import GrainHeroSection from '@/components/ui/grain-gradient-hero-section';
export default function GrainHeroSectionDemo() {
return (
<GrainHeroSection
title="Design Beyond Limits"
subtitle="Create stunning, high-performance backgrounds effortlessly with Paper Shaders. Experience the power of grain gradients in modern web design."
ctaLabel="Get Started"
/>
);
}