@@ -26,10 +26,8 @@ export default function GovernPage() {
2626 </ Link >
2727
2828 < div className = "hidden md:flex gap-6 text-sm font-medium text-gray-400" >
29- < Link href = "/protect" className = "hover:text-white transition" > Protect Demo</ Link >
30- < Link href = "/pay" className = "hover:text-white transition" > Pay Demo</ Link >
31- < Link href = "/govern" className = "text-white transition" > Govern</ Link >
32- < Link href = "#" className = "hover:text-white transition" > Pricing</ Link >
29+ < Link href = "/govern" className = "text-white transition" > Enterprise</ Link >
30+ < Link href = "/pricing" className = "hover:text-white transition" > Pricing</ Link >
3331 < a href = "https://cloud.satgate.io/docs" target = "_blank" rel = "noopener noreferrer" className = "hover:text-white transition" > Docs</ a >
3432 < a href = "https://cloud.satgate.io/cloud/login" target = "_blank" rel = "noopener noreferrer" className = "hover:text-white transition" > Cloud</ a >
3533 </ div >
@@ -47,10 +45,8 @@ export default function GovernPage() {
4745 < div className = { `md:hidden overflow-hidden transition-all duration-300 ease-in-out ${ mobileMenuOpen ? 'max-h-96 opacity-100' : 'max-h-0 opacity-0' } ` } >
4846 < div className = "bg-black/95 backdrop-blur-xl border-t border-gray-800 px-4 py-4 space-y-1" >
4947 { [
50- { href : '/protect' , label : 'Protect Demo' } ,
51- { href : '/pay' , label : 'Pay Demo' } ,
52- { href : '/govern' , label : 'Govern' } ,
53- { href : '#' , label : 'Pricing' } ,
48+ { href : '/govern' , label : 'Enterprise' } ,
49+ { href : '/pricing' , label : 'Pricing' } ,
5450 ] . map ( item => (
5551 < Link key = { item . href } href = { item . href } onClick = { ( ) => setMobileMenuOpen ( false ) } className = "block text-gray-400 hover:text-white hover:bg-gray-800/50 transition py-3 px-4 rounded-lg" >
5652 { item . label }
0 commit comments