Here is Stats cards with links
"use client"; import Stats05 from "@/components/ui/stats-cards-with-links"; export default function DemoPage() { return ( <div className="flex justify-center items-center h-screen bg-gray-50 dark:bg-gray-900"> <Stats05 /> </div> ); }