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"