Use 4x image

This commit is contained in:
Delba de Oliveira
2023-10-03 14:46:33 +01:00
parent f5327c1f86
commit 0b58f5d55a
2 changed files with 1 additions and 3 deletions

View File

@@ -31,11 +31,10 @@ export default function Page() {
</div>
<div className="flex items-center justify-center p-6 md:w-3/5 md:p-24">
<Image
src="/hero.png"
src="/hero-1.png"
width={1000}
height={760}
alt="Dashboard Hero"
quality={100}
className="hidden md:block"
/>
<Image
@@ -43,7 +42,6 @@ export default function Page() {
width={436}
height={604}
alt="Dashboard Hero"
quality={100}
className="block md:hidden"
/>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 372 KiB