From a075c6a14b9253db2e58a29ea501e92739f26914 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 20:52:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 346cb8b..29bcfe1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,9 @@ export default function FloraiBotanicalPage() { { id: "guides", value: "15,000+", title: "Care Guides", description: "Available care guides", icon: BookOpen }, { id: "gardeners", value: "2M+", title: "Happy Gardeners", description: "Community members", icon: Heart } ]} - metricsAnimation="blur-reveal" + animationType="blur-reveal" + gridVariant="uniform-all-items-equal" + textboxLayout="default" useInvertedBackground={false} ariaLabel="Flori AI metrics and statistics" /> -- 2.49.1