diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 8957dcd..1442251 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -15,7 +15,7 @@ export default function PricingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="inset-glow" secondaryButtonStyle="layered" @@ -58,25 +58,13 @@ export default function PricingPage() { tagIcon={DollarSign} metrics={[ { - id: "1", - value: "$99", - title: "per month", - description: "Starter plan for small teams with basic AI features", - icon: Users + id: "1", value: "$99", title: "per month", description: "Starter plan for small teams with basic AI features", icon: Users }, { - id: "2", - value: "$299", - title: "per month", - description: "Professional plan with advanced automation and analytics", - icon: Zap + id: "2", value: "$299", title: "per month", description: "Professional plan with advanced automation and analytics", icon: Zap }, { - id: "3", - value: "Custom", - title: "pricing", - description: "Enterprise plan with unlimited usage and dedicated support", - icon: TrendingUp + id: "3", value: "Custom", title: "pricing", description: "Enterprise plan with unlimited usage and dedicated support", icon: TrendingUp } ]} gridVariant="uniform-all-items-equal" @@ -94,18 +82,10 @@ export default function PricingPage() { tagIcon={TrendingUp} metrics={[ { - id: "1", - value: "300%", - title: "ROI", - description: "Average return on investment within first year", - icon: TrendingUp + id: "1", value: "300%", title: "ROI", description: "Average return on investment within first year", icon: TrendingUp }, { - id: "2", - value: "6", - title: "months", - description: "Typical payback period for enterprise customers", - icon: DollarSign + id: "2", value: "6", title: "months", description: "Typical payback period for enterprise customers", icon: DollarSign } ]} gridVariant="uniform-all-items-equal"