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