Hero section with a dotted radial-grid background, animated open-source badge, gradient headline and call-to-action buttons.
import DottedModern from "@/components/ui/dotted-modern"; export default function Default() { return ( <div className="h-[600px] w-full"> <DottedModern /> </div> ); }