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