diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 9063144..bb37d67 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -25,7 +25,7 @@ export default function PricingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
- background="noise"
+ background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -37,20 +37,16 @@ export default function PricingPage() {
@@ -89,7 +77,7 @@ export default function PricingPage() {
tagIcon={Rocket}
title="Your First Earnings Could Be Days Away"
description="No credit card required. No hidden costs. No commitments. Set up your free account in seconds and start sharing curated products with your audience. Your first $100 is guaranteed if you follow our 3-step guide."
- background={{ variant: "noise" }}
+ background={{ variant: "plain" }}
buttons={[
{ text: "Launch Free Account Now", href: "#" },
{ text: "Schedule a 15-Min Demo", href: "#" },
@@ -102,8 +90,7 @@ export default function PricingPage() {