From 14152a327db88a2eca1aa37319ed8c8f85497879 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 10:48:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c18f059..c52cd4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,16 +195,16 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "50,000+", title: "Active Athletes", description: "Worldwide users trusting NEO PULSE for recovery" + id: "1", value: "50,000+", title: "Active Athletes", description: "Worldwide users trusting NEO PULSE for recovery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyjAZlMICCWQ1lpyFQcuoJK5BR/professional-athlete-using-a-futuristic--1773571639622-9a25bd85.png", imageAlt: "Professional athlete using NEO PULSE" }, { - id: "2", value: "40%", title: "Faster Recovery", description: "Average reduction in muscle soreness reported" + id: "2", value: "40%", title: "Faster Recovery", description: "Average reduction in muscle soreness reported", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyjAZlMICCWQ1lpyFQcuoJK5BR/professional-athlete-using-a-futuristic--1773571639622-9a25bd85.png", imageAlt: "Recovery performance metrics" }, { - id: "3", value: "45dB", title: "Whisper-Quiet", description: "Industry-leading noise performance" + id: "3", value: "45dB", title: "Whisper-Quiet", description: "Industry-leading noise performance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyjAZlMICCWQ1lpyFQcuoJK5BR/professional-athlete-using-a-futuristic--1773571639622-9a25bd85.png", imageAlt: "Quiet technology feature" }, { - id: "4", value: "99.2%", title: "Satisfaction Rate", description: "Customer approval rating across all devices" + id: "4", value: "99.2%", title: "Satisfaction Rate", description: "Customer approval rating across all devices", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyjAZlMICCWQ1lpyFQcuoJK5BR/professional-athlete-using-a-futuristic--1773571639622-9a25bd85.png", imageAlt: "Customer satisfaction rating" } ]} /> -- 2.49.1