Update src/app/page.tsx

This commit is contained in:
2026-03-19 18:08:16 +00:00
parent e710e15ebc
commit b62a9184d4

View File

@@ -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"
}
]}
/>