import { CursorDrivenParticleTypography } from "@/components/ui/cursor-driven-particle-typography"
export default function ParticleTypographyDefault() {
return (
<div className="w-full min-h-[400px] relative">
<CursorDrivenParticleTypography text="Design" />
</div>
)
}