From 2d74ed5ed164ccbbef4677a5294c57d4c0b153ae Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:40:00 +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 7b9513c..f6317f4 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -40,6 +40,7 @@ export default function PricingPage() { description="Choose the flight path that best suits your caloric trajectory." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} plans={[ { id: "1", badge: "Cadet", price: "12 Credits", subtitle: "Essential planetary fuel", buttons: [{ text: "Select Plan", href: "#" }], features: ["Standard Crust", "Basic Toppings", "Sub-orbital Delivery"] }, { id: "2", badge: "Captain", price: "35 Credits", subtitle: "Pro-level exploration", buttons: [{ text: "Select Plan", href: "#" }], features: ["Nebula-Infused Crust", "Premium Alien Ingredients", "Priority Drone Delivery", "Molecule Optimization"] }, -- 2.49.1