feat: Redesign header with mobile menu and authenticated user profile, add search input validation to the hero section, and enhance user session data.

This commit is contained in:
pradeepkumar
2026-01-31 22:42:29 +05:30
parent 81d182c526
commit db331e5a2b
5 changed files with 193 additions and 57 deletions

View File

@@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 6H21" stroke="#00293D" stroke-width="2" stroke-linecap="round"/>
<path d="M3 12H21" stroke="#00293D" stroke-width="2" stroke-linecap="round"/>
<path d="M3 18H21" stroke="#00293D" stroke-width="2" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 342 B