From 4bd0e3fdc5185ded126e2e2caa0fde2664620ccd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:36:38 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c50424b..e767e00 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,9 +60,9 @@ export default function AboutPage() { tag="Results" metrics={[ { - id: "1", value: "500+", title: "Enterprise Clients", description: "Companies trusting ConnectHub for their teams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/an-illustration-showing-a-growing-commun-1773300871438-7f029914.png", imageAlt: "Growing client base"}, + id: "1", value: "500+", title: "Enterprise Clients", description: "Companies trusting ConnectHub for their teams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/an-illustration-showing-a-growing-commun-1773300871438-7f029914.png?_wi=2", imageAlt: "Growing client base"}, { - id: "2", value: "10M+", title: "Connections Made", description: "Relationships established through platform linking", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/a-calendar-or-timeline-visualization-sho-1773300872137-37cf3f65.png", imageAlt: "Connection statistics"}, + id: "2", value: "10M+", title: "Connections Made", description: "Relationships established through platform linking", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/a-calendar-or-timeline-visualization-sho-1773300872137-37cf3f65.png?_wi=2", imageAlt: "Connection statistics"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1 From 6716a6410bff2362da6e1a1dcc122e59c37bc8cb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:36:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d240eab..f185710 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,9 +88,9 @@ export default function HomePage() { tag="Metrics" metrics={[ { - id: "1", value: "50K+", title: "Active Users", description: "Teams collaborating daily on ConnectHub", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/an-illustration-showing-a-growing-commun-1773300871438-7f029914.png", imageAlt: "Growing user community"}, + id: "1", value: "50K+", title: "Active Users", description: "Teams collaborating daily on ConnectHub", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/an-illustration-showing-a-growing-commun-1773300871438-7f029914.png?_wi=1", imageAlt: "Growing user community"}, { - id: "2", value: "2.5M+", title: "Meetings Recorded", description: "Business discussions captured and linked", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/a-calendar-or-timeline-visualization-sho-1773300872137-37cf3f65.png", imageAlt: "Meeting statistics visualization"}, + id: "2", value: "2.5M+", title: "Meetings Recorded", description: "Business discussions captured and linked", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/a-calendar-or-timeline-visualization-sho-1773300872137-37cf3f65.png?_wi=1", imageAlt: "Meeting statistics visualization"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1