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