Components
Loading preview...
Here is Content component
npx shadcn@latest add https://21st.dev/r/meschacirung/content-defaultimport ContentSection from "@/components/ui/content-default";
export default function DemoOne() {
return <ContentSection />;
}