Skip to content

Commit b277e1c

Browse files
Update features
1 parent 3dc5bf7 commit b277e1c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/components/Features1.jsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@ export const Features1 = () => {
3333
<ul className="mb-6 text-primaryText">
3434
<li className="mb-4 flex">
3535
<CheckArrowIcon />
36-
<span>HTML-first driven design and development</span>
36+
<span>Seamless TSX/JSX support</span>
3737
</li>
3838
<li className="mb-4 flex">
3939
<CheckArrowIcon />
40-
<span>Built-in <a href="https://htmx.org/" target="_blank">HTM<span style={{ color: "#6da2ff" }}>X</span></a> interoperability and intellisense</span>
40+
<span>Built-in <a href="https://htmx.org/" target="_blank" className="underline">HTMX</a> linting</span>
4141
</li>
4242
<li className="mb-4 flex">
4343
<CheckArrowIcon />
44-
<span>Seamless integration with APIs</span>
44+
<span>Minimal and intuitive syntax</span>
45+
</li>
46+
<li className="mb-4 flex">
47+
<CheckArrowIcon />
48+
<span>Blazing fast performance with Rust</span>
4549
</li>
4650
</ul>
4751
</div>

0 commit comments

Comments
 (0)