Skip to content

Commit 3bfb1f3

Browse files
Changes
1 parent 5c2ccdb commit 3bfb1f3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/pages/Index.tsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,23 @@ const Index = () => {
4343
privacy × security × trust.
4444
</p>
4545
</div>
46+
47+
{/* Active Tools */}
48+
<div className="mt-10">
49+
<h2 className="font-mono-display text-sm font-medium uppercase tracking-widest text-foreground/50 drop-shadow-sm">
50+
active tools
51+
</h2>
52+
<ul className="mt-3 space-y-1.5">
53+
{["farsight", "aegis", "co-audit", "prism", "echolab"].map((tool) => (
54+
<li
55+
key={tool}
56+
className="font-mono-display text-base tracking-wide text-foreground/70 drop-shadow-sm"
57+
>
58+
{tool}
59+
</li>
60+
))}
61+
</ul>
62+
</div>
4663
</div>
4764
</main>
4865
</div>

0 commit comments

Comments
 (0)