From d94811c52af950d0541c8c351ac6732fc91c5413 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:46:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a8c203..724bcd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,6 +54,7 @@ export default function LandingPage() { { value: "Expert", label: "Trainer Led" }, { value: "Fast", label: "Career Ready" } ]} + enableKpiAnimation={true} buttons={[ { text: "View Courses", href: "#features" }, { text: "Contact Us", href: "#contact" }