import { cn } from '@/lib/utils'; import Image from 'next/image'; const BOKEH_ORBS = [ 'top-[20%] left-[10%] size-[min(18vw,140px)] opacity-[0.14]', 'top-[-18%] right-[-20%] size-[min(42vw,380px)] opacity-[0.1]', 'bottom-[-17%] left-[-15%] size-[min(34vw,300px)] opacity-[0.12]', ] as const; const PARTICLES = [ 'top-[30%] left-[45%] opacity-15', 'top-[43%] right-[20%] opacity-20', 'top-[57%] left-[10%] opacity-20', 'bottom-[28%] left-[45%] opacity-20', 'bottom-[14%] right-[20%] opacity-20', ] as const; type AuthBackgroundProps = { className?: string; }; export function AuthBackground({ className }: AuthBackgroundProps) { return (
Road Monitor
Map, monitor, and repair road issues with data-driven surface intelligence.