diff --git a/components/animated-stats-section.tsx b/components/animated-stats-section.tsx index fbabc76..48c636c 100644 --- a/components/animated-stats-section.tsx +++ b/components/animated-stats-section.tsx @@ -2,7 +2,6 @@ import { Package, Users, CreditCard } from "lucide-react"; import { AnimatedCounter } from "./animated-counter"; -import { TextTyper } from "./text-typer"; import { PlatformStats } from "@/lib/stats-service"; const formatCurrency = (value: number) => { @@ -32,18 +31,10 @@ export function AnimatedStatsSection({ stats }: AnimatedStatsProps) { />
-
-
-