Components
Loading preview...
Here is FAQ monochrome section
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/faq-monocrhomeimport FeaturesSectionMinimal from "@/components/ui/faq-monocrhome";
export default function DemoOne() {
return <div className="min-h-screen w-full bg-black relative overflow-hidden">
<FeaturesSectionMinimal />;
</div>
}