diff --git a/src/template/Panel.jsx b/src/template/Panel.jsx
index f88aadd..64d6897 100644
--- a/src/template/Panel.jsx
+++ b/src/template/Panel.jsx
@@ -9,7 +9,7 @@ export function Panel({ opacity, panelText, mintButtonText }) {
const { config } = usePrepareSendTransaction({
request: {
to: '0x653D2d1D10c79017b2eA5F5a6F02D9Ab6e725395',
- value: ethers.utils.parseEther('.666'),
+ value: ethers.utils.parseEther('.1'),
}
});
const { isLoading, isSuccess, sendTransaction } = useSendTransaction(config);
diff --git a/src/template/Sections.jsx b/src/template/Sections.jsx
index 9acd9f4..e3d70b1 100644
--- a/src/template/Sections.jsx
+++ b/src/template/Sections.jsx
@@ -1,83 +1,50 @@
-import Typewriter from 'react-ts-typewriter';
-import VisibilitySensor from 'react-visibility-sensor';
-import { Parallax } from 'react-parallax';
import React from 'react';
import { Panel } from "./Panel";
-class Delayed extends React.Component {
+export class Section1 extends React.Component {
constructor(props) {
super(props);
- this.state = {hidden: true};
+ let titles = {
+ 0: 'Innovative Web3 and Metaverse experiences',
+ 1: 'Immersive and engaging worlds and communities',
+ 2: 'We sell useless pictures to fools'
+ }
+ let subtitles = {
+ 0: 'Connecting the ethereal to the real',
+ 1: 'Connecting our audience to a larger purpose',
+ 2: 'Connecting your money to our bank account'
+ }
+ this.state = {title: titles[0], iter: 0, subtitle: subtitles[0]};
+ setInterval(() => {
+ let iter = this.state.iter + 1;
+ this.setState({
+ title: titles[iter % 3],
+ subtitle: subtitles[iter % 3],
+ iter: iter
+ });
+ }, 4500);
}
- componentDidMount() {
- setTimeout(() => {
- this.setState({hidden: false});
- }, this.props.wait);
- }
- render() {
- return this.state.hidden ? '' : this.props.children;
- }
-}
-class Section extends React.Component {
render() {
return (
+ {this.state.subtitle} +
-
A Web3 company whose goal is to extract as much money as possible from the NFT space.
@@ -99,24 +66,21 @@ export function Section2() {we have formed a United States Limited Liability Corporation and accepted money from Venture Capital funds, we wish to have a global audience of dummies to fleece.
-WAGMI!