Skip to content

Commit 3ada815

Browse files
committed
Update homepage text and screenshot
Revised the homepage text to focus on project updates and community support instead of beta access and trading strategies. Updated the screenshot image in the public directory.
1 parent 13b85f2 commit 3ada815

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

public/screen-shot.png

-242 KB
Loading

src/pages/Index.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,16 +250,12 @@ const Index = () => {
250250
</div>
251251
<div className="space-y-3">
252252
<p className="text-sm text-muted-foreground">
253-
Request beta access and connect with traders:
253+
Get project updates and connect with traders:
254254
</p>
255255
<ul className="space-y-1 text-sm">
256256
<li className="flex items-center gap-2">
257257
<CheckCircle className="h-3 w-3 text-green-500" />
258-
<span>Get beta invitation</span>
259-
</li>
260-
<li className="flex items-center gap-2">
261-
<CheckCircle className="h-3 w-3 text-green-500" />
262-
<span>Trading strategies</span>
258+
<span>Community Supports</span>
263259
</li>
264260
<li className="flex items-center gap-2">
265261
<CheckCircle className="h-3 w-3 text-green-500" />

0 commit comments

Comments
 (0)