Components
A bold statistics section highlighting a headline metric with a supporting image and a row of key figures.
Loading preview...
import { BoldStats } from "@/components/ui/stats-bold";
export default function Default() {
return (
<div className="bg-background text-foreground">
<BoldStats />
</div>
);
}