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 refactors the circular button UI component to be reusable across multiple pages, introduces a new download button component, and adds a new "Trainings" page with toolkit-specific resources. It also updates navigation and improves toolkit button handling for both installation and training workflows.
Component Refactoring & Reuse:
CircularButtonimplementation fromapp/installation/page.tsxinto a shared component inapp/ui/components/circular-button.tsx, adding support for adisabledstate for improved accessibility and UI feedback. ([[1]](https://github.com/harmonize-tools/harmonize-tools.github.io/pull/3/files#diff-f6b2ad8c4eba25d7cd3c6f073fd635b0788744bc74679ea9368c6c39ec216d5fL44-R45),[[2]](https://github.com/harmonize-tools/harmonize-tools.github.io/pull/3/files#diff-3a8b5ded8cedb7cb9ed865528f8802ea0a1c1f14d775d188bc4aaa8334af3d43R1-R65))CircularButtoncomponent, with button states managed via adisabledMap. ([[1]](https://github.com/harmonize-tools/harmonize-tools.github.io/pull/3/files#diff-f6b2ad8c4eba25d7cd3c6f073fd635b0788744bc74679ea9368c6c39ec216d5fR10),[[2]](https://github.com/harmonize-tools/harmonize-tools.github.io/pull/3/files#diff-77d3397420d0695b439ce0a6ae6c6fb1b1c3022b562b63097d11b5b5f4baef0cR1-R170))New Features & Pages:
Trainingspage (app/trainings/page.tsx) that displays toolkit buttons and dynamically shows related PDF guides and downloadable resources for each toolkit. ([app/trainings/page.tsxR1-R170](https://github.com/harmonize-tools/harmonize-tools.github.io/pull/3/files#diff-77d3397420d0695b439ce0a6ae6c6fb1b1c3022b562b63097d11b5b5f4baef0cR1-R170))DownloadButtoncomponent for consistent styling and accessibility of file downloads. ([[1]](https://github.com/harmonize-tools/harmonize-tools.github.io/pull/3/files#diff-77d3397420d0695b439ce0a6ae6c6fb1b1c3022b562b63097d11b5b5f4baef0cR1-R170),[[2]](https://github.com/harmonize-tools/harmonize-tools.github.io/pull/3/files#diff-1efb0cbbecf378765021953cb43f807c1e337988cba79bf72bd75498e4453310R1-R26))Navigation & UI Improvements:
[app/ui/structure/nav-links.tsxL32-R33](https://github.com/harmonize-tools/harmonize-tools.github.io/pull/3/files#diff-2c0befac3f53b0c8605f99609da21bbf6beb8d1a59160cb869efa980a5f4cc6aL32-R33))[app/ui/structure/nav-links.tsxL55](https://github.com/harmonize-tools/harmonize-tools.github.io/pull/3/files#diff-2c0befac3f53b0c8605f99609da21bbf6beb8d1a59160cb869efa980a5f4cc6aL55))Data & Miscellaneous:
public/related_products/config.json. ([public/related_products/config.jsonR16](https://github.com/harmonize-tools/harmonize-tools.github.io/pull/3/files#diff-8184286aa48cb4dda236c154adb0268aeb907cc8685175cc8977ef1070cdaebfR16))