a simple yet easy to use finance card, built using tailwind, with dark and light modes and cool modern aesthetic UI
import { Component } from "@/components/ui/finance-card"; export default function DemoOne() { return <Component />; }