home: Optimize NowPossible purple background

This commit is contained in:
David Ernst
2022-01-02 22:19:54 -08:00
parent e573fd1ae6
commit 3a2fb8b3d7
3 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 157 KiB

View File

@@ -1,4 +1,5 @@
import Image from 'next/image'
import backgroundPurple from 'public/home3/background-purple.jpg'
import { darkBlue } from './colors'
@@ -9,7 +10,7 @@ export const NowPossible = () => (
<a href="/faq">Frequently Asked Questions</a>
</p>
<div>
<Image layout="fill" src="/home3/background-purple.jpg" />
<Image layout="fill" placeholder="blur" src={backgroundPurple} />
</div>
<style jsx>{`
section {

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"public/*": ["./public/*"],
"src/*": ["./src/*"]
},
"target": "es5",