Open Aryan-01-star opened 3 weeks ago
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
@Aryan-01-star why did you change /Component to /component In every file?
Because it will throw an error as the file declared inside has component instead of Component For instance if we take: import Preloader from '../Components/Preloader'; The output will be:
@shaurya35 bro isn't my code acceptable, can you please clear me out
it has conflicts , please resolve them
But bro I don't have write access
Also this is because I have conducted small changes to each of them
Description
Under this, I have added a new glowing card feature to the website book section. I have also added multiple animations and UI improvements inside the website, leading to a better User experience (UX). Also, I have removed an error in the code and fixed the website's navbar, where some of the nav links were duplicated, and the UI was also not that appealing.
Related Issues
Changes
List the detailed changes made in this PR.
Testing Instructions
Detailed instructions on how to test the changes. Include any setup needed and specific test cases.
npm install
to install dependencies.npm test
to execute the test suite.Screenshots (if applicable)
For navbar: Before: After:
For card:
https://github.com/user-attachments/assets/498bbfc0-dce3-480a-b42d-72516d64a510
Additional Context
Any additional context or information that reviewers should be aware of?
Checklist
Make sure to check off all the items before submitting. Mark with [x] if done.