Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-03 15:37:04 +00:00
parent 099a355147
commit 492e4784e1

View File

@@ -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}
/>
</div>