A compact skills overview card with color-coded, animated progress bars and an entrance fill effect.
import SkillsProgress from "@/components/ui/progress-03"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center bg-background p-6"> <SkillsProgress /> </div> ); }