import { SectionHeading } from "@/components/ui/section-heading" import { ComponentContainer } from "@/components/ui/component-container" import { StatCard } from "@/components/blocks/stat-card-block" import { IoBarChart, IoPeople, IoCart, IoCash } from "react-icons/io5" export function StatCardSection() { return (
} /> } /> } /> } />
) }