Components
This is a beautiful financial score card component with animated half-circle progress indicators, strength badges, and staggered entrance animations.
Loading preview...
import { FinancialScoreCards } from "@/components/ui/financial-score-cards";
export default function DemoOne() {
return <FinancialScoreCards />;
}