From 1b82dbeb1edd100e54bab6ea17e60406de72a278 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 01:14:01 +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 d21fac5..7733b8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,16 +127,16 @@ export default function LandingPage() { description="Our platform powers innovation at scale. Join thousands of companies that trust Nexus for their most critical operations." metrics={[ { - id: "metric-1", value: "500K+", title: "Active Users", description: "Developers and engineers worldwide using Nexus", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuleJiDuqA7LwNSJTex17UkXDY/sleek-analytics-dashboard-with-upward-tr-1773450653502-1be8410f.png", imageAlt: "User growth metrics", videoSrc: "", videoAriaLabel: "" + id: "metric-1", value: "500K+", title: "Active Users", description: "Developers and engineers worldwide using Nexus", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuleJiDuqA7LwNSJTex17UkXDY/sleek-analytics-dashboard-with-upward-tr-1773450653502-1be8410f.png", imageAlt: "User growth metrics" }, { - id: "metric-2", value: "$2.4B", title: "Transactions", description: "Successfully processed annually through our platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuleJiDuqA7LwNSJTex17UkXDY/premium-growth-metrics-visualization-wit-1773450653459-01bdebea.png", imageAlt: "Transaction volume chart", videoSrc: "", videoAriaLabel: "" + id: "metric-2", value: "$2.4B", title: "Transactions", description: "Successfully processed annually through our platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuleJiDuqA7LwNSJTex17UkXDY/premium-growth-metrics-visualization-wit-1773450653459-01bdebea.png", imageAlt: "Transaction volume chart" }, { - id: "metric-3", value: "99.99%", title: "Uptime", description: "Guaranteed service availability and reliability" + id: "metric-3", value: "99.99%", title: "Uptime", description: "Guaranteed service availability and reliability", videoSrc: "", videoAriaLabel: "" }, { - id: "metric-4", value: "180+", title: "Countries", description: "Global presence with local support in every region" + id: "metric-4", value: "180+", title: "Countries", description: "Global presence with local support in every region", videoSrc: "", videoAriaLabel: "" } ]} animationType="scale-rotate" -- 2.49.1