diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index b648a18..2662286 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -39,6 +39,7 @@ export default function PricingPage() { description="Transparent pricing for elite grooming services. Select the plan that fits your needs." textboxLayout="default" animationType="slide-up" + useInvertedBackground={false} plans={[ { id: "basic", badge: "Popular", price: "$45", subtitle: "/ session", buttons: [{ text: "Get Started", href: "/#booking" }],