From 6687236a75de360b497855759bb9f48ae94b5a3d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:18:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f849e5c..31dc59b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,24 +175,24 @@ export default function LandingPage() { tagAnimation="blur-reveal" metrics={[ { - 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: "Metric visualization" + id: "customers", value: "2,500+", title: "Active Customers", description: "Organizations leveraging Khumbhuu for AI automation" }, { - 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: "Metric visualization" + id: "tasks", value: "1.2B+", title: "Tasks Automated", description: "Monthly automation events across our platform" }, { - 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: "Metric visualization" + id: "efficiency", value: "72%", title: "Avg. Time Saved", description: "Per organization using Khumbhuu" }, { - 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: "Metric visualization" + id: "uptime", value: "99.99%", title: "Platform Uptime", description: "Enterprise-grade reliability and availability" } ]} animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg text-gray-600 mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg text-gray-600 mt-4" />