Pricing

Fair pricing, unfair advantage

Get started with Acme today and take your business to the next level

@if (paymentType === 'monthly') { } @else { }
@for (pricingPlan of pricingPlans; track pricingPlan) {

{{ pricingPlan.name }}

{{ pricingPlan.description }}

@if (paymentType === 'monthly') { {{ pricingPlan.monthlyPrice | number }} /month } @else { {{ pricingPlan.annualPrice | number }} /year }
@for (feature of pricingPlan.features; track feature) {
done {{ feature }}
}
}