Components
Modern hero with subtle background grid, stacked avatars & CTA buttons
npx shadcn@latest add https://21st.dev/r/hurerag24/hero-grid-sectionLoading preview...
import { HeroGridSection } from "@/components/ui/hero-grid-section";
export default function DemoOne() {
return <HeroGridSection />;
}