Skip to content

Commit f095743

Browse files
authored
Tweak docs/index.md to highlight value prop (#169)
1 parent a795a41 commit f095743

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hide:
1414
<img class="mascot-image" src="./assets/robot_mascot.jpeg"/>
1515
<div class="mascot-text-container">
1616
<div class="mascot-text">
17-
Build delightful web apps quickly in Python
17+
Quickly build web UIs in Python
1818
<div class="mascot-subtext">
1919
Used at Google for rapid internal app development
2020
</div>
@@ -28,22 +28,22 @@ Mesop is a Python-based UI framework that allows you to rapidly build web apps l
2828

2929
<div class="box-row">
3030
<div class="reason-box">
31-
<div class="reason-title">Intuitive for UI novices</div>
31+
<div class="reason-title">Easy to get started</div>
3232
<ul>
3333
<li>Write UI in <a href="#demo">idiomatic Python code</a></li>
3434
<li>Skip the pain of learning the FE ecosystem (e.g. npm, compiling) with a single `pip install mesop`</li>
3535
<li>Ready to use <a href="./components/text_io/">components</a></li>
3636
</ul>
3737
</div>
3838
<div class="reason-box">
39-
<div class="reason-title">Frictionless developer workflows</div>
39+
<div class="reason-title">Fast iteration</div>
4040
<ul>
4141
<li><b>Hot reload</b> so the browser automatically reloads and preserves state</li>
4242
<li>Edit your UI code directly in the browser using the visual editor <em>(see below)</em></li>
4343
</ul>
4444
</div>
4545
<div class="reason-box">
46-
<div class="reason-title">Flexible for delightful demos</div>
46+
<div class="reason-title">Flexible & composable</div>
4747
<ul>
4848
<li>Build custom UIs <em>without</em> writing Javascript/CSS/HTML</li>
4949
<li>Compose your UI into <a href="./guides/components/">components</a>, which are just Python functions</li>

0 commit comments

Comments
 (0)