updating some parts based on latest beta app
This commit is contained in:
+26
-25
@@ -1,6 +1,6 @@
|
||||
import Head from 'next/head'
|
||||
import Image from 'next/image'
|
||||
import styles from '../../styles/Home.module.css'
|
||||
import Head from 'next/head';
|
||||
import Image from 'next/image';
|
||||
import styles from '../../styles/Home.module.css';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -16,11 +16,19 @@ export default function Home() {
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<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=Baloo+Bhaijaan+2&display=swap" rel="stylesheet" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&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
|
||||
href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</Head>
|
||||
|
||||
<main>
|
||||
@@ -28,9 +36,13 @@ export default function Home() {
|
||||
|
||||
<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>
|
||||
start your detox to:
|
||||
<br />
|
||||
- live in the present
|
||||
<br />
|
||||
@@ -38,31 +50,20 @@ export default function Home() {
|
||||
<br />
|
||||
- cut out the noise
|
||||
<br />
|
||||
- focus on your goals and personal growth
|
||||
- focus on your personal goals
|
||||
<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.s. we don't sell your data, nor do we hire phd's to drug you...
|
||||
<br />
|
||||
<Image src="/zuck.jpg" alt="mark zuckerberg" width={60} height={60} />
|
||||
</p>
|
||||
|
||||
</main>
|
||||
|
||||
<footer className={styles.footer}>
|
||||
<a
|
||||
href="anonymous/top/secret"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Powered by{' '}
|
||||
🍃
|
||||
anonymous
|
||||
</a>
|
||||
</footer>
|
||||
</div>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user