From 3b91ad7b9cd79c4f865256855fe154f96cbb7a82 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 14:49:28 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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: "#" }], -- 2.49.1