feat(website): update UI components for improved aesthetics and functionality #36
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.
This pull request makes several improvements to the website's user interface and code style, focusing on visual consistency, user experience, and code maintainability. The most significant changes include a major redesign of the navigation bar for both desktop and mobile, consistent use of rounded buttons, enhanced section styling, and code formatting updates.
UI/UX Improvements
Navbar.tsxcomponent was refactored to simplify state management, remove scroll-based effects, and redesign both desktop and mobile navigation. The new navbar features a glass-effect background, rounded elements, improved logo handling, and a mobile menu dropdown for better usability.rounded-fullstyling for a more modern and cohesive look, including in the hero section, features section, and code buttons. [1] [2] [3]Code Quality and Maintainability
HowToUseSection.tsxwere updated to use double quotes for consistency, and object/array formatting was standardized.These changes collectively improve the website's look and feel, make navigation easier for users, and ensure the codebase is easier to read and maintain.