refreshed cards at the bottom of the intro page to match newest feature cards

This commit is contained in:
Knox Lively
2024-03-19 16:47:11 -06:00
parent 36c6e26082
commit e65b0d9f00
+23 -20
View File
@@ -22,33 +22,36 @@ Wave Terminal has lots of rich features, learn more here
<CardGroup>
<Card title="Style Your Terminal" icon="paintbrush" href="/features/appearance">
<Card
title="Wave AI"
icon="robot"
href="/features/waveAI"
>
Add flair to your terminal with personalized branding.
</Card>
<Card
title="Codeedit"
icon="code"x
href="/features/codeedit"
>
Make the most of Wave's persistent, context rich history.
</Card>
<Card
title="File Viewers"
icon="file-magnifying-glass"
href="/features/fileViewers"
>
Use Wave to log into remote machines.
</Card>
<Card
title="History"
icon="scroll"
href="/features/history"
>
Make the most of Wave's persistent, context rich history.
</Card>
<Card
title="Connections (Remotes)"
icon="browser"
href="/features/connections"
>
Use Wave to log into remote machines.
</Card>
<Card
title="Image Viewer"
icon="image"
href="/features/images"
>
Use Wave to preview images files directly in the terminal.
>
Use Wave to preview images files directly in the terminal.
</Card>
</CardGroup>