From 0ea7078f0d57d6f428c60395415d2f7fc322de58 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 02:34:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d91231..42882c4 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="noiseDiagonalGradient" + background="circleGradient" 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: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Book Demo", href: "#contact" }, { text: "See Product", href: "#product" } @@ -272,7 +272,7 @@ export default function LandingPage() { description="Book a 15-minute demo with a RevHarbor specialist. See exactly how much revenue is leaking from your pipeline today." tagIcon={Lightbulb} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Demo Access" -- 2.49.1