fix: change logo.png to logo.webp
This commit is contained in:
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">
|
<div className="relative overflow-hidden rounded">
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<Image
|
<Image
|
||||||
src="/logo.png"
|
src="/logo.webp"
|
||||||
alt="IMPHNEN"
|
alt="IMPHNEN"
|
||||||
width={64}
|
width={64}
|
||||||
height={64}
|
height={64}
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ export function Hero() {
|
|||||||
transition={{ duration: 0.5, delay: 0.2 }}
|
transition={{ duration: 0.5, delay: 0.2 }}
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
src="/logo.png"
|
src="/logo.webp"
|
||||||
alt="logo"
|
alt="logo"
|
||||||
width={600}
|
width={600}
|
||||||
height={500}
|
height={500}
|
||||||
|
|||||||
Reference in New Issue
Block a user