Skip to content

Commit 6774976

Browse files
committed
feat: Add value proposition to GTM strategy, update hero subtitle, and introduce new Open Graph image.
1 parent 97a3726 commit 6774976

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

docs/GTM_STRATEGY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- **Solution**: A terminal-based "God Mode" dashboard for local git state.
88
- **Vibe**: Loves CLI tools, hates bloated GUIs (Electron apps), values speed and minimalism.
99

10+
## 💎 Value Proposition
11+
**Git-Scope** helps **busy developers** **instantly find, filter, and manage 50+ repos** so you can **stay in your flow state** without **endlessly `cd`-ing through nested directories.**
12+
1013
---
1114

1215
## 📢 Channel Strategy

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
<meta property="og:title" content="Git-Scope | Control Your Git Universe">
4343
<meta property="og:description"
4444
content="A blazing fast TUI to manage, search, and clean up all your local git repositories. Zero config required.">
45-
<meta property="og:image" content="https://raw.githubusercontent.com/Bharath-code/git-scope/main/demo.gif">
45+
<meta property="og:image" content="https://bharath-code.github.io/git-scope/og-image.png">
4646

4747
<!-- Twitter -->
4848
<meta property="twitter:card" content="summary_large_image">
4949
<meta property="twitter:url" content="https://bharath-code.github.io/git-scope/">
5050
<meta property="twitter:title" content="Git-Scope | Control Your Git Universe">
5151
<meta property="twitter:description"
5252
content="A blazing fast TUI to manage, search, and clean up all your local git repositories. Zero config required.">
53-
<meta property="twitter:image" content="https://raw.githubusercontent.com/Bharath-code/git-scope/main/demo.gif">
53+
<meta property="twitter:image" content="https://bharath-code.github.io/git-scope/og-image.png">
5454

5555
<!-- Fonts -->
5656
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -499,8 +499,8 @@
499499
<section class="hero">
500500
<h1>Stop <span class="gradient-text">CD-ing.</span> <br> Start Coding.</h1>
501501
<p class="subtitle">
502-
God-mode for your git repositories. Manage, search, and clean up 50+ projects in milliseconds.<br>
503-
Runs on <strong>macOS</strong>, <strong>Linux</strong>, and <strong>Windows</strong>.
502+
Git-Scope helps busy developers instantly find, filter, and manage 50+ repos so you can stay in your
503+
flow state without endlessly <code>cd</code>-ing through nested directories.
504504
</p>
505505

506506
<div class="install-section">

docs/og-image.png

382 KB
Loading

0 commit comments

Comments
 (0)