Components
An animated background with a slow sweeping vertical light beam over a subtle grid, for cinematic section backdrops.
Loading preview...
import BeamField from "@/components/ui/beam-sweep-field";
export default function Default() {
return (
<div className="h-96 w-full max-w-4xl p-6 [&>div]:h-full">
<BeamField />
</div>
);
}