|
|
@ -1,5 +1,6 @@
|
|
|
|
import React from 'react';
|
|
|
|
import React from 'react';
|
|
|
|
import Typewriter from 'react-ts-typewriter';
|
|
|
|
import Typewriter from 'react-ts-typewriter';
|
|
|
|
|
|
|
|
import Slider from 'rc-slider';
|
|
|
|
import { Parallax } from 'react-parallax';
|
|
|
|
import { Parallax } from 'react-parallax';
|
|
|
|
|
|
|
|
|
|
|
|
import { AwesomeButton } from 'react-awesome-button';
|
|
|
|
import { AwesomeButton } from 'react-awesome-button';
|
|
|
@ -7,6 +8,8 @@ import Boomer from '../img/unaboomer.png';
|
|
|
|
import Newspapers from '../img/newspapers.png';
|
|
|
|
import Newspapers from '../img/newspapers.png';
|
|
|
|
import Bomb from '../img/bomb.png';
|
|
|
|
import Bomb from '../img/bomb.png';
|
|
|
|
import Explosion from '../img/explosion.png';
|
|
|
|
import Explosion from '../img/explosion.png';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import 'rc-slider/assets/index.css';
|
|
|
|
import '../styles/sections.css';
|
|
|
|
import '../styles/sections.css';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -56,6 +59,8 @@ export function Section3() {
|
|
|
|
mint (1 eth)
|
|
|
|
mint (1 eth)
|
|
|
|
</AwesomeButton>
|
|
|
|
</AwesomeButton>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<Slider min={1} max={40} />
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="mintItem">
|
|
|
|
<div className="mintItem">
|
|
|
|
<h1>Assemble Bombs</h1>
|
|
|
|
<h1>Assemble Bombs</h1>
|
|
|
@ -66,6 +71,7 @@ export function Section3() {
|
|
|
|
mint (1 eth)
|
|
|
|
mint (1 eth)
|
|
|
|
</AwesomeButton>
|
|
|
|
</AwesomeButton>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<Slider min={1} max={40} />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="mintItem">
|
|
|
|
<div className="mintItem">
|
|
|
|
<h1>Send Bombs</h1>
|
|
|
|
<h1>Send Bombs</h1>
|
|
|
@ -76,6 +82,7 @@ export function Section3() {
|
|
|
|
mint (1 eth)
|
|
|
|
mint (1 eth)
|
|
|
|
</AwesomeButton>
|
|
|
|
</AwesomeButton>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<Slider min={1} max={40} />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|