From 34e5315fbc7454b02e435de3d2ecc80c951ffdcd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 18:39:38 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" }],