From 8dfce3ddd63bdbcf95aae5ffdd1d5d9a85f1660c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:12:39 +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 677f64e..9765507 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,6 +61,7 @@ export default function LandingPage() { { icon: Users, label: "Happy Customers", value: "5000+" }, { icon: Award, label: "Years Experience", value: "15+" } ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -130,6 +131,7 @@ export default function LandingPage() { description="Real feedback from satisfied customers who trust ColorPaint for their painting needs." gridVariant="uniform-all-items-equal" animationType="slide-up" + textboxLayout="default" useInvertedBackground={true} testimonials={[ { -- 2.49.1