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() {