Components
Loading preview...
this is social card
@shailendrakumar19999
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/social-cardimport { Component } from "@/components/ui/social-card";
export default function DemoOne() {
return <Component />;
}