From 382c5de9153c67d5ee6aa86d3642359a5a7d33f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:18:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ecb177..9c88436 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Learn How It Works", href: "#features" } ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-concept-with-neon-padlock_23-2148544052.jpg", imageAlt: "Secure vault with encrypted lock" }, { imageSrc: "http://img.b2bpic.net/free-photo/empty-abandoned-underground-warehouse_482257-82244.jpg", imageAlt: "Digital security protection network shield" }, -- 2.49.1