Components
Loading preview...
Feature Shader Cards
npx shadcn@latest add https://21st.dev/r/moazamtrade/feature-shader-cardsimport FeaturesCards from "@/components/ui/feature-shader-cards";
export default function DemoOne() {
return <FeaturesCards />;
}