Update src/app/pricing/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user