"use client"; import { Package, Users, CreditCard } from "lucide-react"; import { AnimatedCounter } from "./animated-counter"; import { PlatformStats } from "@/lib/stats-service"; const formatCurrency = (value: number) => { return new Intl.NumberFormat('en-GB', { style: 'currency', currency: 'GBP', minimumFractionDigits: 0, }).format(value); }; interface AnimatedStatsProps { stats: PlatformStats; } export function AnimatedStatsSection({ stats }: AnimatedStatsProps) { return (
Successfully fulfilled orders across our platform
Active sellers offering products on our marketplace
Total value of successful transactions processed