Components
Loading preview...
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>
}