diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 57ef0f6..ede418b 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -78,6 +78,7 @@ export default function PricingPage() { textboxLayout="default" title="Flexible Pricing Plans" description="Choose the plan that best fits your student's learning needs and academic goals." + useInvertedBackground={false} plans={[ { id: "basic", badge: "Start Small", price: "$99", name: "Basic Math Boost", buttons: [{ text: "Get Started", href: "/#contact" }],