@@ -22,8 +22,8 @@ export const VPS_DATA_ITEMS_MARQUEE: DataItem[] = [
2222export const VPS_DATA_CARDS : DataCard [ ] = [
2323 {
2424 faqs : VPS_FAQ ,
25- title : "Basic " ,
26- price : "$9.44 USD " ,
25+ title : "Small " ,
26+ price : "£9.25 GBP " ,
2727 location : "Newcastle" ,
2828 link : "https://billing.nodebyte.host/store/vps-hosting" ,
2929 featuresBrief : [
@@ -38,7 +38,7 @@ export const VPS_DATA_CARDS: DataCard[] = [
3838 { text : "2 vCPU Core AMD Ryzen™ 9 5900X" , icon : < Cpu /> } ,
3939 { text : "4 Gigabytes of DDR4 RAM" , icon : < MemoryStick /> } ,
4040 { text : "FyfeWeb DDoS Protection" , icon : < Shield /> , link : "https://fyfeweb.com/our-network" } ,
41- { text : "40GB NVMe Solid State Drive" , icon : < HardDrive /> } ,
41+ { text : "64GB NVMe Solid State Drive" , icon : < HardDrive /> } ,
4242 { text : "1GB/s Network Speeds" , icon : < Globe /> } ,
4343 { text : "Virtualizor Control Panel " , icon : < Settings /> } ,
4444 ] ,
@@ -52,8 +52,8 @@ export const VPS_DATA_CARDS: DataCard[] = [
5252 } ,
5353 {
5454 faqs : VPS_FAQ ,
55- title : "Advanced " ,
56- price : "$18.89 USD " ,
55+ title : "Newcastle " ,
56+ price : "£13.75 GBP " ,
5757 location : "TBD" ,
5858 link : "https://billing.nodebyte.host/store/vps-hosting" ,
5959 featuresBrief : [
@@ -65,10 +65,10 @@ export const VPS_DATA_CARDS: DataCard[] = [
6565 { text : "99.6% Uptime" , icon : < LineChart /> } ,
6666 ] ,
6767 featuresFull : [
68- { text : "4 vCPU Core AMD Ryzen™ 9 5900X" , icon : < Cpu /> } ,
69- { text : "8 Gigabytes of DDR4 RAM" , icon : < MemoryStick /> } ,
68+ { text : "3 vCPU Core AMD Ryzen™ 9 5900X" , icon : < Cpu /> } ,
69+ { text : "6 Gigabytes of DDR4 RAM" , icon : < MemoryStick /> } ,
7070 { text : "FyfeWeb DDoS Protection" , icon : < Shield /> , link : "https://fyfeweb.com/our-network" } ,
71- { text : "80GB NVMe Solid State Drive" , icon : < HardDrive /> } ,
71+ { text : "96GB NVMe Solid State Drive" , icon : < HardDrive /> } ,
7272 { text : "1GB/s Network Speeds" , icon : < Globe /> } ,
7373 { text : "Virtualizor Control Panel " , icon : < Settings /> } ,
7474 ] ,
@@ -80,35 +80,4 @@ export const VPS_DATA_CARDS: DataCard[] = [
8080 recommended : false ,
8181 featured : false
8282 } ,
83- {
84- faqs : VPS_FAQ ,
85- title : "Pro" ,
86- price : "$37.77 USD" ,
87- location : "TBD" ,
88- link : "https://billing.nodebyte.host/store/vps-hosting" ,
89- featuresBrief : [
90- { text : "AMD Processor" , icon : < Cpu /> } ,
91- { text : "DDR4 RAM" , icon : < MemoryStick /> } ,
92- { text : "FyfeWeb DDOS" , icon : < Shield /> } ,
93- { text : "SSD Storage" , icon : < HardDrive /> } ,
94- { text : "Intuitive Panel" , icon : < Settings /> } ,
95- { text : "99.6% Uptime" , icon : < LineChart /> } ,
96- ] ,
97- featuresFull : [
98- { text : "8 vCPU Core AMD Ryzen™ 9 5900X" , icon : < Cpu /> } ,
99- { text : "16 Gigabytes of DDR4 RAM" , icon : < MemoryStick /> } ,
100- { text : "FyfeWeb DDoS Protection" , icon : < Shield /> , link : "https://fyfeweb.com/our-network" } ,
101- { text : "160GB NVMe Solid State Drive" , icon : < HardDrive /> } ,
102- { text : "1GB/s Network Speeds" , icon : < Globe /> } ,
103- { text : "Virtualizor Control Panel " , icon : < Settings /> } ,
104- ] ,
105- marqueeItems : [ ...VPS_DATA_ITEMS_MARQUEE ] ,
106- comingSoon : false ,
107- outOfStock : true ,
108- hideLocation : true ,
109- limitedQuantity : false ,
110- limitedTime : false ,
111- recommended : false ,
112- featured : false
113- }
114- ] ;
83+ ] ;
0 commit comments