From d3dfe0e4f73a3cc796dcf42dadd7ddace58994cc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 18:59:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index faa4711..86461e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,7 @@ export default function LandingPage() { { value: "100%", label: "Satisfaction" }, { value: "Expert", label: "Technicians" } ]} + enableKpiAnimation={true} buttons={[{ text: "Get a Quote", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg" /> @@ -59,6 +60,7 @@ export default function LandingPage() {