Grain Gradient Hero Section | Community Components | 21st
/Grain Gradient Hero Section
Grain Gradient Hero Section
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.
"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" /> );}