diff --git a/public/SummerPixel22Regular-jE0W7.ttf b/public/SummerPixel22Regular-jE0W7.ttf deleted file mode 100644 index c11e2e5..0000000 Binary files a/public/SummerPixel22Regular-jE0W7.ttf and /dev/null differ diff --git a/public/original_manifesto.pdf b/public/original_manifesto.pdf deleted file mode 100644 index 6a21f42..0000000 Binary files a/public/original_manifesto.pdf and /dev/null differ diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 52670ad..e14b578 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -228,18 +228,20 @@ export function Hero(props) { return (
-

the web3 revolution & its consequences have been a disaster for the human race.

-

+

the web3 revolution & its consequences have been a disaster for the human race.

+

Technology is advancing at an exponential rate and boomers are being left behind. A.I., Bitcoin, and expensive JPEGs have made them angry.

- They've begun to radicalize. {options.unaboomerMaxSupply > 0 ? '35,000': options.unaboomerMaxSupply} Boomers have joined forces + They've begun to radicalize. {options.unaboomerMaxSupply > 0 ? options.unaboomerMaxSupply: '35,000'} Boomers have joined forces to lash out at the system.

Pixelated Unaboomer profile picture - a hooded man with dark sunglasses.

- + Unaboomers are terrorizing the metaverse. + This gang of deplorables is on a warpath to stress + the system and spark a revolution against technology.

{options.unaboomersMinted > 0 && (

@@ -349,18 +351,22 @@ export function Hero(props) { )}

- - + {isConnected && address && ( + <> + + + + )}
) } diff --git a/src/styles/hero.css b/src/styles/hero.css index 30265fa..c9498db 100644 --- a/src/styles/hero.css +++ b/src/styles/hero.css @@ -8,6 +8,11 @@ margin: 1em auto; } +#heroText { + width: 80%; + margin: 2em auto; +} + #heroFlex { display: flex; flex-wrap: wrap; @@ -34,6 +39,7 @@ button.doThing { margin: 1em; cursor: pointer; transition: .1s ease all; + min-width: 180px; } button.doThing:hover {