A grid of feature cards
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/feature-72
Loading preview...
import { Feature72 } from "@/components/ui/feature-72"; const DemoOne = () => { return ( <Feature72 /> ); }; export { DemoOne };