image updated

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-27 14:41:39 +05:00
parent c133b252c1
commit e87a26d74c
33 changed files with 693 additions and 38 deletions

View File

@@ -34,17 +34,19 @@ export function Navbar() {
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex justify-between items-center h-20">
{/* Logo */}
<div className="flex items-center gap-2">
<div className="p-2 rounded-xl flex items-center justify-center">
<Image
src="/images/IGNUM/PNG/1.@6x.png"
alt="logo image"
width={70}
height={70}
className=""
/>
<Link href="/" className="hover:cursor-pointer">
<div className="flex items-center gap-2">
<div className="p-2 rounded-xl flex items-center justify-center">
<Image
src="/images/IGNUM/PNG/1.@6x.png"
alt="logo image"
width={70}
height={70}
className=""
/>
</div>
</div>
</div>
</Link>
{/* Desktop Navigation Menu */}
<div className="hidden h-full lg:flex items-center gap-8">