diff options
author | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-09-02 19:00:20 +0100 |
---|---|---|
committer | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-09-02 19:00:20 +0100 |
commit | 20b2fd1d7d02733a2c7155009d05a559c46ace15 (patch) | |
tree | 5de6c6f2b9075f149fa7e6102efd8cbb1b786bc1 /src/pages | |
parent | 351299ba131dcf01cae0b9a166e4947732a70130 (diff) | |
download | neohaskell.github.io-20b2fd1d7d02733a2c7155009d05a559c46ace15.tar.gz neohaskell.github.io-20b2fd1d7d02733a2c7155009d05a559c46ace15.tar.bz2 neohaskell.github.io-20b2fd1d7d02733a2c7155009d05a559c46ace15.zip |
Update style
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/index.tsx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6ee548c..8644ef8 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -22,20 +22,21 @@ function HomepageHeader() { <div className="mb-10"> <div className=""> <h1 className="text-center tracking-supatight leading-relaxed lg:text-7xl md:text-6xl sm:text-5xl text-3xl"> - Don't fear shipping + A language that triggers <br /> <span className="dark:text-darkprimary text-lightsecondary underline decoration-wavy underline-offset-8"> - the MVP. + flow state. </span> </h1> </div> </div> </div> - <div className="mx-auto mb-4 md:w-1/2"> + <div className="mx-auto mb-4 lg:w-2/3"> <Frame rainbow> - <p className="text-center md:text-2xl sm:text-xl text-lg justify-normal my-10 mx-auto md:w-2/3"> - From your head to the world in no time, without the fear of future - refactors. <strong>NeoHaskell scales with your product.</strong> + <p className="text-center md:text-2xl sm:text-xl text-lg justify-normal my-10 mx-auto md:w-3/4"> + Triggering joy with every event, with elegance in every line. You + put the creativity, NeoHaskell gives you the reliability.{" "} + <strong>Learn on the fly, ship whenever you want.</strong> </p> </Frame> </div> |