Components
Loading preview...
Highlights community forums, user groups, trending topics, and top contributors. Includes 'Ask the community' quick action.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/community-support-blockimport CommunitySupportBlock from "@/components/ui/community-support-block";
export default function DemoOne() {
return (
<div className="max-w-[95%] mx-auto overflow-hidden py-12">
<CommunitySupportBlock />
</div>
);
}