Here is FAQ monochrome section
import 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> }