Move About Us and Home to main nav, add dropdown animation and some colors #692
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 includes changes to improve navigation, enhance dropdown interactions, and refine localization text. The most significant updates involve restructuring navigation links, adding animations to dropdown menus, and standardizing localization strings.
Navigation Updates:
src/components/MobileMenu.astro
: Moved the "About Us" link from its previous position and added it under "Extra Links." [1] [2]src/components/NavBar.astro
: Updated navigation links to include dynamic classes for active states and hover effects. Added a new "About Us" link with active state styling.Dropdown Enhancements:
src/components/NavBar.astro
: Added rounded corners, padding, and hover effects to dropdown buttons. Updated dropdown animations usinganimejs
to improve visual transitions. [1] [2] [3]Localization Refinements:
src/i18n/en/translation.json
andsrc/i18n/ja/translation.json
: Removed emojis from "About Us" text to standardize localization strings. [1] [2]Styling Adjustments:
src/components/NavBar.astro
: Updated dropdown styling to use a single border instead of a double border and added a shadow for better visual hierarchy.Configuration Changes:
astro.config.mjs
: AddedtrailingSlash: 'never'
to the Astro configuration for cleaner URLs.Screencast.From.2025-07-02.10-40-58.webm