Update all images to webp

This commit is contained in:
Dilson's Pickles
2023-09-27 17:37:07 +10:00
parent 6eb6c1bd80
commit c76dbbb838
17 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 293 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -1,7 +1,7 @@
---
import recordMemos from "../../assets/img/record-memos.png";
import recordPodcast from "../../assets/img/record-podcast.png";
import voiceOver from "../../assets/img/voice-over.png";
import recordMemos from "../../assets/img/record-memos.webp";
import recordPodcast from "../../assets/img/record-podcast.webp";
import voiceOver from "../../assets/img/voice-over.webp";
---
<section class="max-w-screen-xl mx-6 sm:mx-12 md:mx-16 xl:mx-auto py-12">

View File

@@ -1,5 +1,5 @@
import React, { useState } from "react";
import VideoPlaceholder from "../../assets/img/audacity-placeholder.png";
import VideoPlaceholder from "../../assets/img/audacity-placeholder.webp";
function ReleaseVideo() {
const [isClicked, setIsClicked] = useState(false);

View File

@@ -1,6 +1,6 @@
import React, { useState } from "react";
import AudioDotComLogo from "../../assets/img/audio-dot-com.svg";
import VideoPlaceholder from '../../assets/img/audiocom-placeholder.png'
import VideoPlaceholder from '../../assets/img/audiocom-placeholder.webp'
function ShareYourSounds() {
const [isClicked, setIsClicked] = useState(false);
@@ -10,7 +10,7 @@ function ShareYourSounds() {
}
return (
<section class="bg-[url('../assets/img/audio-background.jpg')] bg-cover">
<section class="bg-[url('../assets/img/audiocom-background.webp')] bg-cover">
<div class="max-w-screen-xl mx-6 sm:mx-12 md:mx-16 xl:mx-auto py-12 grid gap-12 lg:grid-cols-12">
<div class="flex flex-col gap-8 lg:col-span-6 lg:col-start-7 lg:py-12">
<img src={AudioDotComLogo.src} class="w-20" alt="audio.com" />