From aecfc33db29067d174359617ad6345f991fb0e06 Mon Sep 17 00:00:00 2001 From: NodeByte Date: Fri, 19 Jun 2026 07:21:57 -0600 Subject: [PATCH 1/2] 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/2] 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,