Description
This PR introduces a new design for the FeaturesBanner according to the spring campaign deployed on website.
Also we created two new Banners one for the Subscriptions users and other one to the Lifetime users, all related to the desing, text and logic to display them had been added and tested
Related Issues
Related Pull Requests
revert [MKT_502]: feat/SpringCampaign (https://github.com/internxt/drive-web/pulls?q=is%3Apr+is%3Aclosed)
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
How Has This Been Tested?
- Executing the "yarn test:unit" command
- Creating a build with the yarn build command and serving on local server using the "serve -s build" command