new home markup

Nate created

Change summary

server/templates/home.hbs | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 deletions(-)

Detailed changes

server/templates/home.hbs 🔗

@@ -31,24 +31,18 @@
 
 <div class="container mx-auto py-24 lg:py-32 px-8 md:px-12 lg:flex lg:flex-row lg:items-center">
     <div class="prose prose-xl md:prose-2xl text-gray-50 prose-gray-50 w-full lg:w-1/2">
+        <h1>Meet Zed, a lightning fast code editor written natively in Rust.</h1>
         <p>
-            We’re the team behind GitHub’s Atom text editor, and we’re building something new:
-        </p>
-
-        <p>
-            <b>Zed</b> is a fully-native desktop code editor focused on high performance,
-            clean design, and seamless collaboration.
-        </p>
-
-        <p>
-            We’re in early development, but we’d like to build a small community of developers who care deeply about
-            their tools and are willing to give us feedback. We'll be sharing alpha builds with community members and
-            telling our story along the way.
-        </p>
-
-        <p>
-            If you’re interested in joining us, please let us know.
+            Level up your development process with
+            <ul>
+                <li>a lightning fast code editor</li>
+                <li>real time collaboration on any work tree</li>
+                <li>powerful code annotation tools</li>
+                <li>the ability to rewind time to any point</li>
+            </ul>
         </p>
+        <p>Early access to Zed will open up mid-2022 for small teams and individuals. Be the first in line.</p>
+        <p>Read our story.</p>
     </div>
 
     <form class="my-16 lg:my-0 lg:ml-16 flex-1 text-xl md:text-2xl" action="/signups" method="post">