From 31f8bd12b6f9bbad4405a5bf0b6453f540e3d995 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:12:50 +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 f7d1a81..99fe9b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { { id: "3", value: "∞", description: "Possibilità creative da esplorare" }, { id: "4", value: "1", description: "Patentino e regolamentazione rispettata" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" textboxLayout="default" animationType="scale-rotate" useInvertedBackground={false} -- 2.49.1