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