From b01f66029c7bb1e9594537e7401324fa1050b2ed Mon Sep 17 00:00:00 2001 From: Aimen Sahnoun Date: Tue, 6 May 2025 17:39:12 +0400 Subject: [PATCH 1/2] refactor: update stats area component with new metrics and layout adjustments --- src/components/stats-area.tsx | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/src/components/stats-area.tsx b/src/components/stats-area.tsx index aaf419c..e30b0d6 100644 --- a/src/components/stats-area.tsx +++ b/src/components/stats-area.tsx @@ -1,11 +1,11 @@ /** @format */ -import { Activity, ArrowRightLeft, Building, DollarSign } from "lucide-react"; +import { Activity, Building, DollarSign } from "lucide-react"; import { Card, CardContent, CardHeader, CardTitle } from "./ui/card"; export function StatsArea() { return ( -
+
@@ -14,16 +14,7 @@ export function StatsArea() { -
$800+ Million
-
-
- - - Requests - - - -
13,000
+
$1+ Billion
@@ -34,16 +25,18 @@ export function StatsArea() { -
2,000+ Companies
+
3,000+ Companies
- Payments + + Monthly Payments + -
15,000
+
30,000+
From 8d50914004dda820530df3c1290070dc309df749 Mon Sep 17 00:00:00 2001 From: Aimen Sahnoun Date: Tue, 6 May 2025 17:47:01 +0400 Subject: [PATCH 2/2] chore: bump version to 0.3.3 in package.json and package-lock.json --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3598ad..ff59b40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "request-scan", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "request-scan", - "version": "0.3.2", + "version": "0.3.3", "dependencies": { "@next/third-parties": "^15.0.3", "@radix-ui/react-avatar": "^1.1.0", diff --git a/package.json b/package.json index d09f507..0b5b454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "request-scan", - "version": "0.3.2", + "version": "0.3.3", "private": true, "scripts": { "dev": "next dev",