From 73d2964eec02f8147f0c9b1969bd51d237efdaaf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:55:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2f99bf..e47c8dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,6 +49,7 @@ export default function LandingPage() { { value: "1M+", label: "Active Students" }, { value: "95%", label: "Fluency Rate" } ]} + enableKpiAnimation={true} buttons={[{ text: "Start Learning", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-chatting-laptop-outdoors_23-2148154983.jpg" imageAlt="LinguistPro platform" @@ -60,7 +61,6 @@ export default function LandingPage() { @@ -132,6 +132,7 @@ export default function LandingPage() { description="Join over a million learners reaching their fluency goals today." buttons={[{ text: "Start Learning Now", href: "#" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1