Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-18 10:40:04 +00:00

View File

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