Components
Loading preview...
Feature cards in grid layout with Featured card at the top.
@shadcnblockscom
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/feature-73import { Feature73 } from "@/components/ui/feature-73";
const DemoOne = () => {
return (
<Feature73 />
);
};
export { DemoOne };