Merge branch 'master' into development

This commit is contained in:
2026-01-29 11:36:56 +00:00
2 changed files with 8 additions and 25 deletions

View File

@@ -16,4 +16,4 @@ jobs:
port: ${{ secrets.SERVER_PORT }} port: ${{ secrets.SERVER_PORT }}
key: ${{ secrets.SERVER_SSH_KEY }} key: ${{ secrets.SERVER_SSH_KEY }}
script: | script: |
/home/ob/.local/bin/s bash -lc '/home/ob/.local/bin/s'

View File

@@ -128,36 +128,19 @@ export default function Landing() {
</h2> </h2>
<div className="grid md:grid-cols-3 gap-6"> <div className="grid md:grid-cols-3 gap-6">
<div className="space-y-2"> <div className="space-y-2">
<Icon <Icon icon="timerOff" iconStyle={"pixel"} className="size-16 mx-auto" />
icon="timerOff" <p className="text-center">
iconStyle={"pixel"}
className="size-16 mx-auto"
color={"var(--muted-foreground)"}
/>
<p className="text-center text-muted-foreground">
Wasting hours configuring workflows instead of shipping features Wasting hours configuring workflows instead of shipping features
</p> </p>
</div> </div>
<div className="space-y-2"> <div className="space-y-2">
<Icon <Icon icon="gridAdd" iconStyle={"pixel"} className="size-16 mx-auto" />
icon="gridAdd" <p className="text-center">Drowning in features you'll never use while missing the basics</p>
iconStyle={"pixel"}
className="size-16 mx-auto"
color={"var(--muted-foreground)"}
/>
<p className="text-center text-muted-foreground">
Drowning in features you'll never use while missing the basics
</p>
</div> </div>
<div className="space-y-2"> <div className="space-y-2">
<Icon <Icon icon="bugOff" iconStyle={"pixel"} className="size-16 mx-auto" />
icon="bugOff" <p className="text-center">
iconStyle={"pixel"} The tools are full of bugs. Your flow state doesn't stand a chance
className="size-16 mx-auto"
color={"var(--muted-foreground)"}
/>
<p className="text-center text-muted-foreground">
The software is full of bugs. Your flow state doesn't stand a chance
</p> </p>
</div> </div>
</div> </div>