The Subscription Pricing component is designed to display a subscription pricing plan on your website.
page.tsx
Copy
import SubscriptionPricing from "@/components/subscription-pricing";
You can configure the Subscription Pricing component by changing the values like the name, the price, etc. inside of the src/config/subscription-pricing.ts file.
More details about the configuration can be found in the Payments section.