From bca23d2008774c8f8561910919e7a23d80e5d08a Mon Sep 17 00:00:00 2001 From: ashim-hq Date: Fri, 24 Apr 2026 00:08:14 +0800 Subject: [PATCH] feat: redesign terminal as single clickable block with full docker command and inline copy feedback --- apps/landing/src/components/how-it-works.tsx | 49 ++++++++++---------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/apps/landing/src/components/how-it-works.tsx b/apps/landing/src/components/how-it-works.tsx index 91283c78..08fae964 100644 --- a/apps/landing/src/components/how-it-works.tsx +++ b/apps/landing/src/components/how-it-works.tsx @@ -5,7 +5,8 @@ import { useState } from "react"; import { FadeIn } from "./fade-in"; -const command = "docker run -d -p 1349:1349 ghcr.io/ashim-hq/ashim"; +const command = + "docker run -d --name ashim -p 1349:1349 -v ashim-data:/data ghcr.io/ashim-hq/ashim:latest"; export function HowItWorks() { const [copied, setCopied] = useState(false); @@ -18,7 +19,7 @@ export function HowItWorks() { return (
-
+

Get started in seconds

@@ -27,29 +28,29 @@ export function HowItWorks() { -
-
-
-
-
-
-
- +
+