From aecfc33db29067d174359617ad6345f991fb0e06 Mon Sep 17 00:00:00 2001 From: NodeByte Date: Fri, 19 Jun 2026 07:21:57 -0600 Subject: [PATCH 1/4] Update vps-hub.tsx --- packages/ui/components/Layouts/VPS/vps-hub.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/components/Layouts/VPS/vps-hub.tsx b/packages/ui/components/Layouts/VPS/vps-hub.tsx index 92bbbd7..455337d 100644 --- a/packages/ui/components/Layouts/VPS/vps-hub.tsx +++ b/packages/ui/components/Layouts/VPS/vps-hub.tsx @@ -155,11 +155,11 @@ function PlanCard({ plan }: { plan: VpsPlanSpec }) {
- {plan.ramGB} GB RAM + {plan.ramGB} GB
- {plan.storageGB} GB NVMe + {plan.storageGB} GB
From 3b7daa813c8b7b2be67e28cf3589807fde343266 Mon Sep 17 00:00:00 2001 From: NodeByte Date: Fri, 19 Jun 2026 07:22:43 -0600 Subject: [PATCH 2/4] Update amd.ts --- packages/core/constants/vps/amd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/constants/vps/amd.ts b/packages/core/constants/vps/amd.ts index a336753..ffcedec 100644 --- a/packages/core/constants/vps/amd.ts +++ b/packages/core/constants/vps/amd.ts @@ -65,7 +65,7 @@ export const AMD_PLANS: VpsPlanSpec[] = [ hardware: "amd", description: "Maximum power for demanding applications and resource-heavy services.", cpuModel: "AMD Ryzen™ 7 1700X", - priceGBP: 35, + priceGBP: 40, cpu: 4, ramGB: 16, storageGB: 200, From acd04c057df8b8c5947f6cc4e6c7dfc56e288273 Mon Sep 17 00:00:00 2001 From: NodeByte Date: Fri, 19 Jun 2026 14:12:03 -0600 Subject: [PATCH 3/4] Update vps-hub.tsx --- packages/ui/components/Layouts/VPS/vps-hub.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/components/Layouts/VPS/vps-hub.tsx b/packages/ui/components/Layouts/VPS/vps-hub.tsx index 455337d..0dddde5 100644 --- a/packages/ui/components/Layouts/VPS/vps-hub.tsx +++ b/packages/ui/components/Layouts/VPS/vps-hub.tsx @@ -270,7 +270,7 @@ export function VpsHub({ plans }: VpsHubProps) {

- Enterprise KVM virtual servers across multiple hardware lineups. Full root access, NVMe SSD, and DDoS protection on every plan. + Enterprise KVM virtual servers across multiple hardware lineups. Full root access and DDoS protection on every plan.

From 6c2843ac309cca3af2de3f6087478966f6f7d501 Mon Sep 17 00:00:00 2001 From: NodeByte Date: Fri, 19 Jun 2026 14:20:58 -0600 Subject: [PATCH 4/4] Update links.ts --- packages/core/constants/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/constants/links.ts b/packages/core/constants/links.ts index b95feb1..470046b 100644 --- a/packages/core/constants/links.ts +++ b/packages/core/constants/links.ts @@ -10,7 +10,7 @@ export const LINKS = { githubDiscussions: "https://github.com/orgs/NodeByteHosting/discussions", twitter: "https://twitter.com/NodeByteHosting", trustpilot: "https://uk.trustpilot.com/review/nodebyte.host", - status: "https://nodebytestat.us", + status: "https://status.nodebyte.host", contact: "/contact", billing: { root: "https://billing.nodebyte.host",