footer navbar linkes change with work asyn lamguage2

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-28 15:24:39 +05:00
parent 638e5518e4
commit b9792e7eb5
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ export function Banner() {
/>
{/* Content Container */}
<div className="relative z-20 h-full flex items-center lg:mt-0 md:mt-[20vh] sm:mt-[10vh] mt-0">
<div className="relative z-20 h-full flex items-center lg:mt-0 sm:mt-[10vh] mt-[5vh]">
<div className="max-w-400 mx-auto px-4 sm:px-6 lg:px-8 w-full">
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8 lg:gap-12 items-center h-full">
{/* Right side - Text Content */}
@@ -57,12 +57,12 @@ export function Banner() {
</div>
{/* Left side - Firefighters Image */}
<div className="flex items-end justify-center overflow-hidden ">
<div className="flex items-end justify-center ">
<img
src="/images/img15.webp"
src="/images/homeBanner.png"
alt="Firefighters"
loading="lazy"
className="w-150 h-100 max-[300px]:w-[80vw] object-cover object-right rounded-xl drop-shadow-2xl"
className="lg:w-150 w-100 lg:h-150 max-[300px]:w-[80vw] object-cover object-right rounded-xl drop-shadow-2xl"
/>
</div>

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB