Polished budget bento card with smooth interactions.
import { BudgetCard } from "@/components/ui/analytics-bento" export default function Page() { return ( <main className="flex min-h-screen items-center justify-center w-full p-8"> <BudgetCard /> </main> ) }