From 53fc552443d2fe4dc16ef76aba5173763e319e34 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 02:33:29 +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 6b3875f..3d91231 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumSizeLargeTitles" - background="noise" + background="noiseDiagonalGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Revenue Defense Infrastructure" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "noiseDiagonalGradient" }} buttons={[ { text: "Book Demo", href: "#contact" }, { text: "See Product", href: "#product" } -- 2.49.1