diff --git a/pages/home/index.js b/pages/home/index.js index 042be7b..d2e8834 100644 --- a/pages/home/index.js +++ b/pages/home/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 ( @@ -16,53 +16,54 @@ export default function Home() { - + - - - + + -
-

nirvana

+
+

nirvana

-

🍃your minimalist social media

+

🍃your minimalist social media

-

done with the rat race on insta, tiktok, snap, "meta"...?

+

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

-

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

+

+ start your detox to: +
+ - 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 our beta? text us @ 949.237.2715 +

-

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

- -
- - +

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

+
- ) + ); }