diff --git a/app/page.tsx b/app/page.tsx index d0d7020..ca369f4 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,5 +1,5 @@ import Link from "next/link"; -import { ArrowRight, Shield, LineChart, Zap } from "lucide-react"; +import { ArrowRight, Shield, LineChart, Zap, Package, Users, CreditCard } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { fetchPlatformStats } from "@/lib/stats-service"; @@ -60,19 +60,22 @@ export default async function Home() { Loading statistics...}>
+
{formatNumber(stats.orders.completed)}+
Orders Processed
-

Successfully delivered to customers worldwide

+

Successfully delivered to customers around the world

+
{formatNumber(stats.vendors.total)}+
Registered Vendors

Trusted merchants selling on our platform

+
{formatCurrency(stats.transactions.volume)}
Transaction Volume
-

Securely processed with cryptocurrency

+

Securely processed by our platform

@@ -91,7 +94,7 @@ export default async function Home() {
-
+

Cryptocurrency Payments

@@ -102,7 +105,7 @@ export default async function Home() {
-
+

Order Tracking

@@ -113,7 +116,7 @@ export default async function Home() {
-
+

Fast Performance