logo updated

This commit is contained in:
Selvi 2025-07-17 09:51:58 +05:30
parent 3b31bf4b66
commit 0a5dcd8554
6 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 82 KiB

BIN
app/favicon1.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -23,9 +23,9 @@ export default function Footer1() {
data-wow-delay=".2s" data-wow-delay=".2s"
> >
<Image <Image
src="/assets/img/logo/black-logo.svg" src="/assets/img/logo/logo.png"
width={149} width={300}
height={64} height={60}
alt="img" alt="img"
/> />
</Link> </Link>

View File

@ -16,7 +16,7 @@ export default function Header1() {
<Image <Image
src="/assets/img/logo/logo.png" src="/assets/img/logo/logo.png"
width={300} width={300}
height={150} height={60}
alt="img" alt="img"
/> />
</Link> </Link>

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -27,9 +27,9 @@
} }
.logo-img { .logo-img {
width: 200px; width: 310px;
height: 100px; height: 100px;
border-radius: 100px; // border-radius: 100px;
line-height: 90px; line-height: 90px;
background-color: $white; background-color: $white;
text-align: center; text-align: center;