Pricing Page - Copy this React, Tailwind Component to your project
Desig pricing page where user cann be abdle to disable edit add and delete use this as dummy data [ { "id": 1, "name": "Free Membership", "description": "Free membership with limited features.", "numberOfProjects": 0, "price": "0", "createdAt": "2024 12 01T01:55:41.586Z", "updatedAt": "2024 12 01T01:55:41.586Z", "benefits": [ { "id": 1, "name": "6 job applications/month", "description": "Allows up to 6 job applications per month.", "membershipTierId": 1, "createdAt": "2024 12 01T01:55:41.874Z", "updatedAt": "2024 12 01T01:55:41.874Z" }, { "id": 2, "name": "Limited Profile Visibility", "description": "Profile visibility is limited.", "membershipTierId": 1, "createdAt": "2024 12 01T01:55:41.874Z", "updatedAt": "2024 12 01T01:55:41.874Z" } ] }, { "id": 5, "name": "Basic Membership", "description": null, "numberOfProjects": 0, "price": "13.9", "createdAt": "2024 12 04T12:14:23.975Z", "updatedAt": "2024 12 04T12:14:23.975Z", "benefits": [] } ]
