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"] },