You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/Vip/index.tsx
+25-19Lines changed: 25 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
import{useState}from'react';
2
+
import{useNavigate}from"react-router-dom";
3
+
2
4
importMenufrom'../../components/Menu';
3
5
import"./index.css";
4
6
import{useNavigate}from'react-router-dom';
@@ -11,6 +13,7 @@ const Vip = () => {
11
13
consttoggleMenu=()=>{
12
14
setIsMenuVisible(prevState=>!prevState);
13
15
}
16
+
constnavigate=useNavigate();
14
17
15
18
return(
16
19
<>
@@ -34,43 +37,42 @@ const Vip = () => {
34
37
35
38
<divclassName="vip">
36
39
<h1>Silent Pass Users: Free vs VIP</h1>
37
-
<h2>Free Users</h2>
38
-
<p>Free Users are required to share their computing resources while using Silent Pass VPN basic service. </p>
39
-
<p><strong>VIP Users</strong> could enjoy advance service, and are free from computing resources sharing.</p>
40
+
<p><strong>Free Users</strong> are required to share their computing resources while using Silent Pass VPN basic service. </p>
41
+
<p><strong>VIP Users</strong> can enjoy advanced service and are free from computing resources sharing.</p>
40
42
<ul>
41
-
<li><strong>Premium Users<strong> - Enjoy advanced service on </strong>One Single Device</strong></li>
42
-
<li><strong>Platinum Users</strong> - Enjoy advanced service on up to <strong>5 devices</strong></li>
43
+
<listyle={{padding: "8px",marginBottom: "16px"}}><strong>Premium Users</strong> - Enjoy advanced service on <strongstyle={{color: "#9FBFE5FE"}}>One Single Device</strong></li>
44
+
<listyle={{padding: "8px",marginBottom: "16px"}}><strong>Platinum Users</strong> - Enjoy advanced service on up to <strongstyle={{color: "#9FBFE5FE"}}>5 devices</strong></li>
43
45
</ul>
44
46
<h2>Why Upgrade to VIP?</h2>
45
47
<p>As a VIP User, you'll enjoy a range of exclusive features designed to enhance your experience:</p>
46
48
<ul>
47
49
<li>Higher Performance</li>
48
50
<li>More Regions</li>
49
51
<li>Enhanced Security</li>
50
-
<li>Split Tunnel</li>
51
-
<li>Tunnel Filter</li>
52
+
<li>Split-Tunnelling configurations</li>
53
+
<li>Personalize which apps get VPN protection</li>
52
54
<li>Ad-block Feature</li>
53
55
<li>Extra $CONET Token Reward</li>
54
56
</ul>
55
57
<p>3 ways to upgrade your silent pass service:</p>
56
-
<ol>
57
-
<li>
58
+
<olstyle={{listStyle: "none"}}>
59
+
<listyle={{marginBottom: "16px"}}>
58
60
<div>
59
-
<h3>Guardians NFT owner</h3>
60
-
<p><strong>Platinum Users</strong> Permanently. Visit <atarget="_blank"rel="noreferrer"href="https://conet.network/guardian/">Guardian Plan</a> for details.</p>
0 commit comments