[WIP] Implemented PartnerCard Component and Integrated it into Partners Page – Seeking Suggestions #684
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which issue(s) this PR fixes:
Fixes #
What kind of change does this PR introduce?
This PR enhances the UI by improving the presentation of the partners list, ensuring a clean and theme-aligned design.
What is the current behavior?
The partners page currently displays all partners in a table format, which results in poor UX and lacks responsiveness.
Resposive issue:


The table has been replaced with a card-based layout, improving both visual appeal and user experience. The new design includes hover animations to enhance interactivity and ensures proper alignment with the current theme. Additionally, a reusable PartnerCard component has been created to promote maintainability and responsiveness across different screen sizes.
Responsive views:


Does this PR introduce a breaking change?
No
Other information:
Feedback was collected from 10 individuals, and all 10 preferred the card-based layout over the table-based format.