mirror of
https://github.com/siv-org/siv.git
synced 2026-01-09 10:27:57 -05:00
home: Optimize NowPossible purple background
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 157 KiB |
@@ -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 {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"public/*": ["./public/*"],
|
||||
"src/*": ["./src/*"]
|
||||
},
|
||||
"target": "es5",
|
||||
|
||||
Reference in New Issue
Block a user