From c22dec53129d47fefcbe70521482fa430d27cec5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:19:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31dc59b..2573b7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,16 +175,16 @@ export default function LandingPage() { tagAnimation="blur-reveal" metrics={[ { - id: "customers", value: "2,500+", title: "Active Customers", description: "Organizations leveraging Khumbhuu for AI automation" + id: "customers", value: "2,500+", title: "Active Customers", description: "Organizations leveraging Khumbhuu for AI automation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Avj15C7skCJgmcCyeB8jESTfL8/a-sleek-minimalist-illustration-of-an-ai-1773479810033-8a792136.png", imageAlt: "Active Customers" }, { - id: "tasks", value: "1.2B+", title: "Tasks Automated", description: "Monthly automation events across our platform" + id: "tasks", value: "1.2B+", title: "Tasks Automated", description: "Monthly automation events across our platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Avj15C7skCJgmcCyeB8jESTfL8/a-sleek-minimalist-illustration-of-an-ai-1773479810033-8a792136.png", imageAlt: "Tasks Automated" }, { - id: "efficiency", value: "72%", title: "Avg. Time Saved", description: "Per organization using Khumbhuu" + id: "efficiency", value: "72%", title: "Avg. Time Saved", description: "Per organization using Khumbhuu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Avj15C7skCJgmcCyeB8jESTfL8/a-sleek-minimalist-illustration-of-an-ai-1773479810033-8a792136.png", imageAlt: "Avg. Time Saved" }, { - id: "uptime", value: "99.99%", title: "Platform Uptime", description: "Enterprise-grade reliability and availability" + id: "uptime", value: "99.99%", title: "Platform Uptime", description: "Enterprise-grade reliability and availability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Avj15C7skCJgmcCyeB8jESTfL8/a-sleek-minimalist-illustration-of-an-ai-1773479810033-8a792136.png", imageAlt: "Platform Uptime" } ]} animationType="blur-reveal" -- 2.49.1