Promo Modal
The promo modal in the components/Plans.jsx
component allows users to enter a coupon code for a discount on plan subscriptions. This component handles coupon code validation and stores it for use in subscriptions. If you choose not to use this feature, you can safely remove the promo modal from the Plans
component.
Note:
If you remove this feature, be sure to update the subscription endpoint to fully disable it.