diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 22423e8..81645cf 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -40,6 +40,8 @@ export default function PricingPage() { title="Choose Your Culinary Experience" description="Flexible subscription plans designed for fine dining lovers." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "p1", badge: "Casual", price: "$199", subtitle: "Perfect for monthly weekend treats", buttons: [{ text: "Get Started", href: "#" }],