Pricing page
Veloz kit provides a reusable pricing page component which can be imported into whatever page you want it to be used on.
Nextjs
This component can be found src/components/landing/pricing/index.tsx
.
You should get similar result below.
Customization
The pricing plan component simply uses data coming from src/data/pricing/plan.ts
.
Learn more about configuring your pricing plans.
As for the features listed on each pricing plan cards, they are also coming from src/data/pricing/features.ts
file.
⚠️
Notice the feature has an id
, this property must match what is in the plan
data, else it will not be displayed. Also the isAvailable
property is used
to determine if the feature is available for that plan or not.