feat: Implement expandable specialization cards with an overlay, update specialization section grid item alignment, and reposition common header navigation.

This commit is contained in:
pradeepkumar
2026-03-27 10:35:14 +05:30
parent 2fb4809d1d
commit 881c96580e
3 changed files with 35 additions and 6 deletions

View File

@@ -70,8 +70,8 @@ export function CommonHeader() {
/>
</Link>
{/* Navigation - Desktop only (centered absolutely) */}
<nav className="hidden md:flex items-center gap-8 absolute left-1/2 -translate-x-1/2">
{/* Navigation - Desktop only */}
<nav className="hidden md:flex items-center gap-8 ml-auto mr-8">
{navLinks.map((link) => (
<Link
key={link.href}