A full-screen hero section layered over a generative 3D shader background. Features animated Perlin-displaced geometry, dynamic lighting, and customizable overlay content. Ideal for immersive landing pages, sci-fi themes, or experimental UI.
import React from "react";import { AnomalousMatterHero } from "@/components/ui/anomalous-matter-hero";function App() { return ( <AnomalousMatterHero title="Launch Sequence: Anomaly 12" subtitle="Energy dances along unseen frontiers." description="This demo shows how to override the default copy and integrate hero into a page layout." /> );}export default App;