From 5d55c6d548720b40f9482807eb5507b3b3a7002a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:15:00 +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 b5ffd31..4a42dbd 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="Specific benefits our customers experience: Fast delivery and premium quality paint that transforms any space beautifully." gridVariant="uniform-all-items-equal" animationType="slide-up" + textboxLayout="default" useInvertedBackground={true} testimonials={[ { -- 2.49.1