diff --git a/pages/index.js b/pages/index.js index 1d11a4a..d79cd39 100644 --- a/pages/index.js +++ b/pages/index.js @@ -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 ( @@ -15,57 +15,66 @@ export default function Home() { - - + + - - + -
-

nirvana

+
+

nirvana

-

🍃your minimalist social media

+

🍃your minimalist social media

-

tired of the rat race on insta, tiktok, snap, "meta"...?

+

+ tired of the rat race on{' '} + insta, tiktok, snap, "meta"...? +

-

start your detox with us and: -
- - live in the present -
- - build a more intimate inner circle -
- - cut out the noise -
- - focus on your goals and personal growth -
-

+

+ start your detox with us and: +
+ - live in the present +
+ - build a more intimate inner circle +
+ - cut out the noise +
+ - focus on your personal goals +
+

-

want an invite? text us @ 949.237.2715

+

+ wanna test the beta? text us @ 949.237.2715 +

- -

waitlist currently sitting at 2,324 people...

-
- -

- p.s. we don't sell your data or hire phd's to drug you... -
- mark zuckerberg -

- -
- - +

waitlist currently sitting at 2,324 people...

+ + +

+ p.s. we don't sell your data or hire phd's to drug you... +
+ mark zuckerberg +

+
- ) + ); }