updating some parts based on latest beta app
This commit is contained in:
+44
-43
@@ -1,6 +1,6 @@
|
|||||||
import Head from 'next/head'
|
import Head from 'next/head';
|
||||||
import Image from 'next/image'
|
import Image from 'next/image';
|
||||||
import styles from '../../styles/Home.module.css'
|
import styles from '../../styles/Home.module.css';
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
@@ -16,53 +16,54 @@ export default function Home() {
|
|||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet" />
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&display=swap" rel="stylesheet" />
|
<link
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&display=swap" rel="stylesheet" />
|
href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<p id="main-title">nirvana</p>
|
<p id="main-title">nirvana</p>
|
||||||
|
|
||||||
<p>🍃your minimalist social media</p>
|
<p>🍃your minimalist social media</p>
|
||||||
|
|
||||||
<p>done with the rat race on <font color="grey">insta, tiktok, snap, "meta"...</font>?</p>
|
<p>
|
||||||
|
done with the rat race on{' '}
|
||||||
|
<font color="grey">insta, tiktok, snap, "meta"...</font>?
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>start your detox to:
|
<p>
|
||||||
<br />
|
start your detox to:
|
||||||
- live in the present
|
<br />
|
||||||
<br />
|
- live in the present
|
||||||
- build a more intimate inner circle
|
<br />
|
||||||
<br />
|
- build a more intimate inner circle
|
||||||
- cut out the noise
|
<br />
|
||||||
<br />
|
- cut out the noise
|
||||||
- focus on your goals and personal growth
|
<br />
|
||||||
<br />
|
- focus on your personal goals
|
||||||
</p>
|
<br />
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>want an invite? text us @ <font color="grey">949.237.2715</font></p>
|
<p>
|
||||||
|
wanna test our beta? text us @ <font color="grey">949.237.2715</font>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p id="side-note">
|
<p id="side-note">
|
||||||
p.s. we don't sell your data, nor do we hire phd's to drug you...
|
p.s. we don't sell your data, nor do we hire phd's to drug you...
|
||||||
<br />
|
<br />
|
||||||
<Image src="/zuck.jpg" alt="mark zuckerberg" width={60} height={60} />
|
<Image src="/zuck.jpg" alt="mark zuckerberg" width={60} height={60} />
|
||||||
</p>
|
</p>
|
||||||
|
</main>
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer className={styles.footer}>
|
|
||||||
<a
|
|
||||||
href="anonymous/top/secret"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Powered by{' '}
|
|
||||||
🍃
|
|
||||||
anonymous
|
|
||||||
</a>
|
|
||||||
</footer>
|
|
||||||
</div>
|
</div>
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user