Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update faq.tsx #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 3 additions & 19 deletions pages/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,19 @@ const FAQ: React.FC = () => (
<ContentBox
image='http://assets.iotabots.io/compressed/11.png'
// eslint-disable-next-line max-len
text='An IOTABOT is a NFT in the form of a profile picture (PFP) that gives you access to the IOTABOTVERSE. They were the first NFTs (ERC721 Tokens) on the public IOTA Smart Contract EVM Testnet in 2021, now they are deployed on the ShimmerEVM Mainnet.'
text='An IOTABOT is a NFT in the form of a profile picture (PFP). They were the first NFTs (ERC721 Tokens) on the public IOTA Smart Contract EVM Testnet in 2021, now they are deployed on the ShimmerEVM Mainnet.'
headline='WHAT IS AN IOTABOT?!'
>
{}
</ContentBox>
<ContentBox
image='http://assets.iotabots.io/compressed/987.png'
// eslint-disable-next-line max-len
text='There are 1337 IOTABOTS, 1001 SPACEBOTS and 3333 SOONABOTS.'
text='There are 1337 IOTABOTS, 1001 SPACEBOTS, 3333 SOONABOTS & 999 RUNBOTS'
headline='How many NFTs exist right now?'
>
{}
</ContentBox>
<ContentBox
image='http://assets.iotabots.io/compressed/990.png'
// eslint-disable-next-line max-len
text='1337 unique IOTABOTS, 1001 SPACEBOTS, 3333 SOONABOTS.'
headline='How many NFTs will exist?'
>
{}
</ContentBox>
<ContentBox
image='http://assets.iotabots.io/compressed/773.png'
// eslint-disable-next-line max-len
Expand All @@ -51,19 +43,11 @@ const FAQ: React.FC = () => (
<ContentBox
image='http://assets.iotabots.io/compressed/845.png'
// eslint-disable-next-line max-len
text='Download your favourite IOTABOT or SOONABOT and use it as a profile picture. The SOONABOT is a fully animated BOT. Your SPACEBOT gives you access to a NFT game.'
text='Download your favourite BOT and use it as a profile picture. Your SPACEBOT and RUNBOT gives you access to a NFT game.'
headline='What can I do with my BOTs?'
>
{}
</ContentBox>
<ContentBox
image=''
// eslint-disable-next-line max-len
text='Use the following link for the instructions to download the animated version of your SOONABOT: http://docs.iotabots.io/faq#soonabots '
headline='How do I get the animated SOONABOT version as my profile picture?'
>
{}
</ContentBox>
</Container>
</Section>
</BaseLayout>
Expand Down