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, 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 }) {