From c484247da726212fbacd012272027b1fc30f7b78 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:00:47 +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 a8f45ed..97b030b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,7 @@ export default function LandingPage() { id: "metric-4", value: "256-bit", title: "Encryption", description: "Bank-grade security", icon: Lock } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="blur-reveal" buttons={[ { text: "Join Waitlist", href: "#waitlist" } -- 2.49.1