import { TrendingDownIcon, TrendingUpIcon } from "lucide-react"
import { Badge } from "@/components/ui/badge"
import {
Card,
CardDescription,
CardFooter,
CardHeader,
CardTitle,
} from "@/components/ui/card"
import { formatPrice } from "../lib/utils"
export function SectionCards() {
return (
Total Revenue
{formatPrice(85637)}
+12.5%
Trending up this month{" "}
Visitors for the last 6 months
New Customers
1,234
-20%
Down 20% this period{" "}
Acquisition needs attention
Active Accounts
45,678
+12.5%
Strong user retention{" "}
Engagement exceed targets
Growth Rate
4.5%
+4.5%
Steady performance
Meets growth projections
)
}