Skip to content

Commit 5357135

Browse files
committed
update about page
1 parent dcb2560 commit 5357135

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/about/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menu: {main: {weight: 10}}
1010

1111
{{% blocks/lead color="primary" %}}
1212

13-
[SolverForge](https://www.solverforge.org) is a free constraint programming framework for Python and Rust
13+
[SolverForge](https://www.solverforge.org) is a free constraint programming framework for Rust and Python
1414

1515
<a class="td-link-down" href="#td-block-2"><i class="fas fa-chevron-down"></i></a>
1616
{{% /blocks/lead %}}
@@ -37,14 +37,14 @@ Schedule equipment maintenance to minimize downtime while meeting service requir
3737

3838
{{% blocks/section type="row" %}}
3939

40-
{{% blocks/feature icon="fab fa-python" title="Pythonic API" %}}
41-
Write constraints using familiar Python syntax. No domain-specific language to learn.
42-
{{% /blocks/feature %}}
43-
4440
{{% blocks/feature icon="fab fa-rust" title="Rust Performance" %}}
4541
Lightning-fast solving powered by Rust. Get optimal solutions in milliseconds.
4642
{{% /blocks/feature %}}
4743

44+
{{% blocks/feature icon="fab fa-python" title="Python Bindings" %}}
45+
Write constraints using familiar Python syntax. SolverForge still runs native, with near-zero overhead.
46+
{{% /blocks/feature %}}
47+
4848
{{% blocks/feature icon="fab fa-github" title="100% Open Source" url="https://github.com/SolverForge" %}}
4949
Community-driven development. Fork it, extend it, make it yours.
5050
{{% /blocks/feature %}}

0 commit comments

Comments
 (0)