From 492e4784e1afafb70bcbcf07e23f823f68bb12fb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:37:04 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 9ff08c9..200bcdf 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -28,7 +28,7 @@ export default function PricingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -102,7 +102,7 @@ export default function PricingPage() { { text: "Start Free Trial", href: "#signup" }, { text: "Compare Plans", href: "#pricing" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "canvas-reveal" }} useInvertedBackground={false} />