Skip to content

Commit cd0ce49

Browse files
committed
refactor terminology: update references from 'programmes' and 'agents' to 'apps' and 'collaboration'
1 parent 9b6653c commit cd0ce49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Home() {
1919
<li className="mb-2 tracking-[-.01em]">
2020
Build internal {" "}
2121
<code className="bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-[family-name:var(--font-geist-mono)] font-semibold">
22-
programmes/agents
22+
apps & agents
2323
</code>
2424
to automate your business operations.
2525
</li>
@@ -61,7 +61,7 @@ export default function Home() {
6161
width={16}
6262
height={16}
6363
/>
64-
Channels
64+
Collaboration
6565
</a>
6666
<a
6767
className="flex items-center gap-2 hover:underline hover:underline-offset-4"
@@ -76,7 +76,7 @@ export default function Home() {
7676
width={16}
7777
height={16}
7878
/>
79-
Programmes
79+
Agents
8080
</a>
8181
<a
8282
className="flex items-center gap-2 hover:underline hover:underline-offset-4"
@@ -91,7 +91,7 @@ export default function Home() {
9191
width={16}
9292
height={16}
9393
/>
94-
Agents
94+
Apps
9595
</a>
9696
</footer>
9797
</div>

0 commit comments

Comments
 (0)