diff --git a/public/hp-bg.webp b/public/hp-bg.webp new file mode 100644 index 0000000..436b2e1 Binary files /dev/null and b/public/hp-bg.webp differ diff --git a/src/styles/base.css b/src/styles/base.css index df1984c..1fabcd4 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -57,7 +57,7 @@ } #intro { - background-image: url(/hp-bg.png); + background-image: url(/hp-bg.webp); background-repeat: no-repeat; background-color: #0f0f0f; background-position: center;