import { GeometricBackground } from "@/components/godui/geometric-background";
<div className="relative overflow-hidden">
<GeometricBackground />
<YourContent />
</div>
The component bakes the selected variant's full style. It takes no custom props —
just the standard div attributes.