From c60a2cb431c0d4c9c71e2e9eeefd909908142407 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:08:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 722c9d4..48983a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,6 +68,7 @@ export default function LandingPage() { imageAlt="Our professional dental team in the clinic" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -99,6 +100,7 @@ export default function LandingPage() { { id: "2", value: "10,000+", description: "Successful dental treatments completed with precision and care" } ]} useInvertedBackground={false} + metricsAnimation="slide-up" /> -- 2.49.1