fix: change logo.png to logo.webp

This commit is contained in:
arraysid
2025-05-25 14:41:53 +07:00
parent a33c1a56a8
commit 7dd13fce9e
4 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

@@ -33,7 +33,7 @@ export function Header() {
<div className="relative overflow-hidden rounded">
<Link href="/">
<Image
src="/logo.png"
src="/logo.webp"
alt="IMPHNEN"
width={64}
height={64}
@@ -116,7 +116,7 @@ export function Hero() {
transition={{ duration: 0.5, delay: 0.2 }}
>
<Image
src="/logo.png"
src="/logo.webp"
alt="logo"
width={600}
height={500}