diff --git a/src/app/page.tsx b/src/app/page.tsx index d945a14..320b835 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,16 +196,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "users", value: "25,000+", title: "Active Users", description: "Dropshippers using AutoDrop AI daily" + id: "users", value: "25,000+", title: "Active Users", description: "Dropshippers using AutoDrop AI daily", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAssol3x16bAuIwptf8n1riwrC/a-sleek-ai-powered-dropshipping-dashboar-1773943619669-7f91b740.png", imageAlt: "AI Dropshipping Dashboard" }, { - id: "revenue", value: "$1.2B+", title: "Processed Annually", description: "Total GMV through our platform" + id: "revenue", value: "$1.2B+", title: "Processed Annually", description: "Total GMV through our platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAssol3x16bAuIwptf8n1riwrC/an-illustration-showing-ai-automation-co-1773943617748-cf956d8c.png", imageAlt: "AI Automation Process" }, { - id: "time-saved", value: "500K+", title: "Hours Saved", description: "Manual work automated per year" + id: "time-saved", value: "500K+", title: "Hours Saved", description: "Manual work automated per year", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAssol3x16bAuIwptf8n1riwrC/a-warehouse-and-inventory-management-sce-1773943617843-b30dffe4.png", imageAlt: "Warehouse and Inventory Management" }, { - id: "uptime", value: "99.98%", title: "Platform Uptime", description: "Reliable infrastructure, always on" + id: "uptime", value: "99.98%", title: "Platform Uptime", description: "Reliable infrastructure, always on", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAssol3x16bAuIwptf8n1riwrC/a-global-map-visualization-with-intercon-1773943618496-a69b6f49.png", imageAlt: "Global Network Infrastructure" } ]} />