Redesign Farmer Connection header to match AgriTech navbar #798
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 does this PR close?
Rationale for this change
The current Farmer Connection header uses a centered, vertically-stacked layout with heavy visual weight that doesn't align with the modern horizontal navigation pattern used elsewhere in AgriTech (as seen in the Crop Yield Prediction page). This creates inconsistency across the platform and makes the header feel disconnected from the rest of the UI.
What changes are included in this PR?
HTML Structure Changes
.nav-brandsection containing logo + "AgriTech" brand name (left-aligned).nav-menuwith horizontal navigation links (Home, About, Blog).nav-actions(right-aligned).header-herosection below navbarCSS Improvements
Are these changes tested?
Manual Testing Completed:
No automated tests required - This is a pure frontend UI change with no logic modifications.
Are there any user-facing changes?
Yes - Visual and structural changes:
Before
After
No breaking changes - All functionality (theme toggle, navigation) preserved. Purely cosmetic improvements that enhance consistency across the AgriTech platform.