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