Skip to content

Commit ac12f9c

Browse files
committed
docs(quoteforge[positioning]): debias site hero, title, and docs intro beyond social cards
1 parent 81e6106 commit ac12f9c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="theme-color" content="#0B0F14" />
7-
<title>QuoteForge — Typographic social cards for people who live in the terminal</title>
8-
<meta name="description" content="A developer-native CLI + studio for generating beautiful social media cards and carousels. JSON in, PNG out." />
7+
<title>QuoteForge — Typographic cards, carousels & banners for people who live in the terminal</title>
8+
<meta name="description" content="A developer-native CLI + studio for generating beautiful cards, carousels, slides, and banners. JSON in, PNG out." />
99
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1010
<link rel="preconnect" href="https://fonts.googleapis.com" />
1111
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

site/src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function Hero() {
2323
Open source · MIT
2424
</div>
2525
<h1 className="font-mono text-4xl md:text-6xl font-semibold tracking-tight text-fog leading-[1.05]">
26-
Social cards for<br />
26+
Typographic cards for<br />
2727
people who live in<br />
2828
the <span className="text-mint">terminal</span>.
2929
</h1>

site/src/pages/Docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function Docs() {
77
return (
88
<DocsLayout title="Documentation">
99
<p className="text-fog-2 leading-7 mb-10 max-w-[60ch]">
10-
Everything you need to turn JSON into beautifully typeset social cards — from your first
10+
Everything you need to turn JSON into beautifully typeset cards, carousels, and covers — from your first
1111
generate command to building custom themes and templates.
1212
</p>
1313

0 commit comments

Comments
 (0)