"use client";
import { Badge } from "@/components/ui/badge";
import {
Card,
CardAction,
CardDescription,
CardFooter,
CardHeader,
CardTitle,
} from "@/components/ui/card";
import { TrendingUpIcon, TrendingDownIcon } from "lucide-react";
export function SectionCards() {
return (
Total Revenue
$1,250.00
+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 increase{" "}
Meets growth projections
);
}