diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 114985e..28d1efd 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -53,7 +53,7 @@ export default function PricingPage() { ] }, { - id: "enterprise", price: "Custom", subtitle: "For large-scale operations", buttons: [{ text: "Contact Sales", href: "#contact" }], + id: "enterprise", badge: "Custom", price: "Custom", subtitle: "For large-scale operations", buttons: [{ text: "Contact Sales", href: "#contact" }], features: [ "Enterprise-grade features", "Custom integration", "Dedicated account manager", "Advanced security", "SLA guarantee", "White-label options", "Custom training", "24/7 support" ]