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">
|
||||
<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}
|
||||
|
||||
Reference in New Issue
Block a user