From ecfa3fb0544dc6e6d927c3f2e7e7b1a21c7956f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 09:54:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 617a7d5..7174b60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { metrics={[ { id: "clients", value: "500+", title: "Online Clients", description: "Transformed lives through remote coaching", icon: User }, { id: "success", value: "95%", title: "Success Rate", description: "Goal achievement among online clients", icon: CheckCircle }, - { id: "experience", value: "10+", title: "Years Experience", description: "Dedicated online fitness coaching" } + { id: "experience", value: "10+", title: "Years Experience", description: "Dedicated online fitness coaching", icon: Award } ]} gridVariant="bento-grid" animationType="scale-rotate"