Display statistics and metrics
import { Component } from "@/components/ui/stats"; export default function DemoOne() { return <Component />; }