File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments