import { BorderBeam } from "@/components/ui/border-beam"
<div className="relative flex h-[300px] w-full items-center justify-center overflow-hidden rounded-xl border bg-background">
<div className="z-10 text-center">
<h3 className="text-2xl font-bold tracking-tight">Border Beam</h3>
<p className="text-muted-foreground">The beam follows the border path</p>
</div>
<BorderBeam />
</div>