Skip to content

Commit 671d286

Browse files
ok we are talking now
1 parent d98a1f5 commit 671d286

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

website/src/routes/about.jsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,14 @@ try [
181181
<main class="ml-64 p-8">
182182
<div class="max-w-4xl mx-auto">
183183
<section id="introduction" class="mb-12">
184-
<h1 class="text-4xl font-bold text-[#f5e0dc] mb-8">
184+
<h1 class="text-4xl font-bold text-[#f5e0dc]">
185185
Introduction to Blaze 🔥
186186
</h1>
187+
<p class="text-[#cdd6f4] mb-6 text-2xl">
188+
Blazingly fast.
189+
</p>
187190
<p class="text-[#cdd6f4] mb-6">
188-
Blaze is a modern programming language that combines simplicity with power.
189-
Let's start with a simple example:
191+
Blaze is a modern programming language that is supposed to be powerful and fast but without sacrificing readability.
190192
</p>
191193
<InteractiveCode
192194
code={simpleExample}
@@ -230,6 +232,9 @@ try [
230232
code={httpExample}
231233
explanation="Make an HTTP request to GitHub's API"
232234
/>
235+
<p class="text-[#cdd6f4] mb-4">
236+
You can use every library from Golang's standard library with no configuration needed.
237+
</p>
233238
</section>
234239
</div>
235240
</main>

0 commit comments

Comments
 (0)