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