Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Add eslint-disable comment to CTA section 2
The code changes in this commit add an eslint-disable comment to the CTA section 2 component. This is done to suppress the react/no-unescaped-entities warning. The comment ensures that the component can contain unescaped entities without triggering the warning. Refactor the code to include the comment and improve code quality.
- Loading branch information