From 5e62e22a223a3b83a5f8785755108aa0ed894223 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:27:30 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 80534a9..ec27cdb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -56,9 +56,9 @@ export default function App() { title="Scale and Growth" description="Reaching millions of customers worldwide with consistent excellence." metrics={[ + { value: "99%", description: "Satisfied Reviews" }, { value: "10M+", description: "Happy Customers" }, { value: "500k", description: "Products Shipped" }, - { value: "99%", description: "Satisfied Reviews" }, ]} /> @@ -122,4 +122,4 @@ export default function App() { ); -} +} \ No newline at end of file -- 2.49.1