From 9bb51e6a92c161ca516dbc0168b66674128dba3a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:19:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1044c7e..b6869d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -310,7 +310,7 @@ export default function LandingPage() { id: "metric-3", value: "100%", title: "Natural Ingredients", description: "Pure formulations with zero harmful chemicals", icon: Leaf } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1