1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

Add features to pricing

This commit is contained in:
Kamran Ahmed 2023-10-04 10:12:08 +01:00
parent d7d819b4b3
commit 0bf287f1d6

View File

@ -32,8 +32,10 @@ export function TeamPricing() {
</a> </a>
</div> </div>
<div className="flex w-full flex-col gap-1 border-t px-8 py-5 sm:py-3 text-center"> <div className="flex w-full flex-col gap-1 border-t px-8 py-5 sm:py-3 text-center">
<p className="text-black font-semibold">All the features</p>
<p className="text-gray-600">Roles and Permissions</p> <p className="text-gray-600">Roles and Permissions</p>
<p className="text-gray-600">Custom Roadmaps</p> <p className="text-gray-600">Custom Roadmaps</p>
<p className="text-gray-600">All Sharing Settings</p>
<p className="text-gray-600">Progress Tracking</p> <p className="text-gray-600">Progress Tracking</p>
<p className="text-gray-600">Team Insights</p> <p className="text-gray-600">Team Insights</p>
<p className="text-gray-600">Onboarding support</p> <p className="text-gray-600">Onboarding support</p>