This commit is contained in:
Davron Chetin
2025-10-14 17:16:41 +05:00
parent a3b2d187ae
commit d126d7f8e3
14 changed files with 218 additions and 42 deletions

View File

@@ -23,9 +23,9 @@ export default function Footer() {
<Image src={logoImg} alt="logo image" width={100} height={100} />
<p className="text-white text-2xl font-bold">SPES-TEXNIKA</p>
</div>
<p className="leading-[28px] text-white text-xl max-w-[430px] w-full mt-8">
<div className="leading-[28px] text-white text-xl max-w-[430px] w-full mt-8">
<Text txt="footer-p" />
</p>
</div>
<div className="flex flex-col items-start gap-4 mt-10 ">
<div className="text-white text-xl font-semibold">
<Text txt="subscribe" />
@@ -63,18 +63,18 @@ export default function Footer() {
<div className="text-white text-2xl font-bold">
<Text txt="links" />
</div>
<p className="flex items-center gap-2 text-white hover:text-secondary hover:cursor-pointer ">
<div className="flex items-center gap-2 text-white hover:text-secondary hover:cursor-pointer ">
<span className="w-[10px] h-[10px] bg-secondary rounded-[50%] "></span>
<Text txt="products" />
</p>
<p className="flex items-center gap-2 text-white hover:text-secondary hover:cursor-pointer ">
</div>
<div className="flex items-center gap-2 text-white hover:text-secondary hover:cursor-pointer ">
<span className="w-[10px] h-[10px] bg-secondary rounded-[50%] "></span>
<Text txt="news" />
</p>
<p className="flex items-center gap-2 text-white hover:text-secondary hover:cursor-pointer ">
</div>
<div className="flex items-center gap-2 text-white hover:text-secondary hover:cursor-pointer ">
<span className="w-[10px] h-[10px] bg-secondary rounded-[50%] "></span>
<Text txt="contact" />
</p>
</div>
</div>
<div className="flex flex-col justify-start">

View File

@@ -33,7 +33,7 @@ export default function Navbar() {
return (
<div
className={`w-[100%] bg-white border-gray shadow-lg shadow-gray-200 z-[1000] top-0`}
className={`w-[100%] bg-white border-gray shadow-md shadow-gray-500 z-[1000] top-0`}
>
<div className="container max-w-[1500px] w-full px-[10px] mx-auto items-center justify-between ">
<div