Skip to content

Commit a360e08

Browse files
committed
break up frontpage text
1 parent 2702a33 commit a360e08

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/components/LandingPage.res

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ module Intro = {
1414
<h2 className="ubuntu-mono-bold hl-1 text-center text-gray-60 my-4 max-w-md">
1515
{React.string(`types > vibes`)}
1616
</h2>
17-
<p className="body-lg text-center text-gray-60 my-4 max-w-md">
17+
<p className="body-lg text-center text-gray-60 mt-4 max-w-md">
1818
{React.string(`ReScript is a strongly typed language that compiles to clean,
19-
efficient JavaScript that humans and AI tools can read and understand.
20-
Its fast compiler and static type system keep feedback loops tight,
19+
efficient JavaScript that humans and AI tools can read and understand.`)}
20+
</p>
21+
<p className="body-lg text-center text-gray-60 my-4 max-w-md">
22+
{React.string(`Its fast compiler and static type system keep feedback loops tight,
2123
so you can move quickly with AI assistance while maintaining
2224
confidence as your codebase grows.`)}
2325
</p>

0 commit comments

Comments
 (0)