Skip to content

Commit 754a19a

Browse files
committed
docs: replace emoji with icons
1 parent f109d04 commit 754a19a

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pages/index.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import CustomerWall from "@components/landing/CustomerWall";
1818
import { Separator } from "@ariakit/react";
1919
import Demo from "@components/richtextDemo";
2020
import Testimonial from "@components/Testimonial";
21+
import { FileText, Palette, BarChart3, Gamepad2, MessageCircle, Smartphone } from "lucide-react";
2122

2223
<div className="relative landing-page-root dark bg-zinc-900">
2324
<div style={{ maxWidth: 1400, margin: "0 auto" }}>
@@ -160,7 +161,7 @@ import Testimonial from "@components/Testimonial";
160161
<div className="grid gap-6 sm:grid-cols-2 lg:grid-cols-3">
161162
<div className="group rounded-xl border border-white/10 bg-zinc-800/40 hover:bg-zinc-800/60 transition-colors p-5">
162163
<div className="flex items-center mb-3">
163-
<span className="text-3xl mr-3">📝</span>
164+
<FileText className="inline w-7 h-7 mr-3 align-text-bottom" aria-label="documents" />
164165
<h3 className="font-semibold">Collaborative Documents</h3>
165166
</div>
166167
<div className="text-sm opacity-80">Docs‑style editors with presence, history, and conflict‑free merges.</div>
@@ -169,7 +170,7 @@ import Testimonial from "@components/Testimonial";
169170

170171
<div className="group rounded-xl border border-white/10 bg-zinc-800/40 hover:bg-zinc-800/60 transition-colors p-5">
171172
<div className="flex items-center mb-3">
172-
<span className="text-3xl mr-3">🎨</span>
173+
<Palette className="inline w-7 h-7 mr-3 align-text-bottom" aria-label="design" />
173174
<h3 className="font-semibold">Design Tools</h3>
174175
</div>
175176
<div className="text-sm opacity-80">Figma‑style canvases with lists/trees, undo/redo, and real‑time sync.</div>
@@ -178,7 +179,7 @@ import Testimonial from "@components/Testimonial";
178179

179180
<div className="group rounded-xl border border-white/10 bg-zinc-800/40 hover:bg-zinc-800/60 transition-colors p-5">
180181
<div className="flex items-center mb-3">
181-
<span className="text-3xl mr-3">📊</span>
182+
<BarChart3 className="inline w-7 h-7 mr-3 align-text-bottom" aria-label="dashboards" />
182183
<h3 className="font-semibold">Data Dashboards</h3>
183184
</div>
184185
<div className="text-sm opacity-80">Airtable‑like tables with shared JSON state, snapshots, and history.</div>
@@ -187,15 +188,15 @@ import Testimonial from "@components/Testimonial";
187188

188189
<div className="group rounded-xl border border-white/10 bg-zinc-800/40 hover:bg-zinc-800/60 transition-colors p-5">
189190
<div className="flex items-center mb-3">
190-
<span className="text-3xl mr-3">🎮</span>
191+
<Gamepad2 className="inline w-7 h-7 mr-3 align-text-bottom" aria-label="games" />
191192
<h3 className="font-semibold">Multiplayer Games</h3>
192193
</div>
193194
<div className="text-sm opacity-80">Shared game state with conflict‑free updates and timeline playback.</div>
194195
</div>
195196

196197
<div className="group rounded-xl border border-white/10 bg-zinc-800/40 hover:bg-zinc-800/60 transition-colors p-5">
197198
<div className="flex items-center mb-3">
198-
<span className="text-3xl mr-3">💬</span>
199+
<MessageCircle className="inline w-7 h-7 mr-3 align-text-bottom" aria-label="chat" />
199200
<h3 className="font-semibold">Chat Applications</h3>
200201
</div>
201202
<div className="text-sm opacity-80">Message streams with offline sync, presence, and conflict‑free history.</div>
@@ -204,7 +205,7 @@ import Testimonial from "@components/Testimonial";
204205

205206
<div className="group rounded-xl border border-white/10 bg-zinc-800/40 hover:bg-zinc-800/60 transition-colors p-5">
206207
<div className="flex items-center mb-3">
207-
<span className="text-3xl mr-3">📱</span>
208+
<Smartphone className="inline w-7 h-7 mr-3 align-text-bottom" aria-label="offline" />
208209
<h3 className="font-semibold">Offline‑First Apps</h3>
209210
</div>
210211
<div className="text-sm opacity-80">Local‑first state, updates, and merges that sync when online.</div>

0 commit comments

Comments
 (0)