From 39d03fa918bb2480ddc079fae3922b710900ccbb Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Wed, 19 Jan 2022 23:43:01 -0800 Subject: [PATCH] header done --- components/MainLogo.tsx | 7 ++++ pages/index.js | 72 +++++++++++++++-------------------------- styles/globals.css | 3 +- 3 files changed, 34 insertions(+), 48 deletions(-) create mode 100644 components/MainLogo.tsx diff --git a/components/MainLogo.tsx b/components/MainLogo.tsx new file mode 100644 index 0000000..a5eae25 --- /dev/null +++ b/components/MainLogo.tsx @@ -0,0 +1,7 @@ +export default function MainLogo({ ...props }) { + return ( + + nirvana + + ); +} diff --git a/pages/index.js b/pages/index.js index 7de34d9..7429006 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,53 +1,33 @@ -import Head from 'next/head'; -import Image from 'next/image'; +import Head from "next/head"; +import Image from "next/image"; + +import MainLogo from "../components/MainLogo"; export default function Home() { return ( -
-
-

nirvana

+ <> + +
+ {/* header */} +
+ + + Home + + Features + Pricing + -

🍃your minimalist social media

+ Log In + +
-

- 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 personal goals -
-

- -

- 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 -

-
-
+
+ +
+ + ); } diff --git a/styles/globals.css b/styles/globals.css index 16de2cf..99fdb7d 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -47,8 +47,7 @@ main { #main-title { font-family: "Satisfy", cursive; - font-size: 2em; - color: teal; + @apply text-teal-600; } #side-note { font-size: 1.5em;