Skip to content

Commit a3daeba

Browse files
Matt DeanMatt Dean
authored andcommitted
nav: rename to Mint Demo / Control Demo / Charge Demo
1 parent bf52dd1 commit a3daeba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

satgate-landing/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const LandingPage = () => {
2929
{/* Desktop menu */}
3030
<div className="hidden md:flex gap-6 text-sm font-medium text-gray-400">
3131
<Link href="/mint-demo" className="hover:text-white transition">Mint Demo</Link>
32-
<Link href="/protect" className="hover:text-white transition">Protect Demo</Link>
33-
<Link href="/pay" className="hover:text-white transition">Pay Demo</Link>
32+
<Link href="/protect" className="hover:text-white transition">Control Demo</Link>
33+
<Link href="/pay" className="hover:text-white transition">Charge Demo</Link>
3434
<Link href="/govern" className="hover:text-white transition">Enterprise</Link>
3535
<Link href="/pricing" className="hover:text-white transition">Pricing</Link>
3636
<a href="https://cloud.satgate.io/docs" target="_blank" rel="noopener noreferrer" className="hover:text-white transition">Docs</a>
@@ -68,14 +68,14 @@ const LandingPage = () => {
6868
onClick={() => setMobileMenuOpen(false)}
6969
className="block text-gray-400 hover:text-white hover:bg-gray-800/50 transition py-3 px-4 rounded-lg"
7070
>
71-
Protect Demo
71+
Control Demo
7272
</Link>
7373
<Link
7474
href="/pay"
7575
onClick={() => setMobileMenuOpen(false)}
7676
className="block text-gray-400 hover:text-white hover:bg-gray-800/50 transition py-3 px-4 rounded-lg"
7777
>
78-
Pay Demo
78+
Charge Demo
7979
</Link>
8080
<Link
8181
href="/govern"

0 commit comments

Comments
 (0)