From 99a15e534c615654e817afcf4e0dab1a1bebb366 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:24:53 +0000 Subject: [PATCH] Update src/app/profile/page.tsx --- src/app/profile/page.tsx | 74 ++++++++-------------------------------- 1 file changed, 15 insertions(+), 59 deletions(-) diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 9ee3d6f..9876a13 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -82,18 +82,14 @@ export default function ProfilePage() { description="My Analysis was built for data enthusiasts, business analysts, and decision makers who want powerful insights without the complexity. We combine enterprise-grade analytics with an intuitive interface that anyone can master in minutes." metrics={[ { - value: "10,000+", - title: "Active Users", - }, + value: "10,000+", title: "Active Users"}, { - value: "1M+", - title: "Datasets Analyzed", - }, + value: "1M+", title: "Datasets Analyzed"}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-comprehensive-saas-platform-overview-s-1773307333135-5919bd7d.png?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-comprehensive-saas-platform-overview-s-1773307333135-5919bd7d.png" imageAlt="My Analysis platform overview" mediaAnimation="slide-up" - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -102,32 +98,16 @@ export default function ProfilePage() {