diff --git a/package.json b/package.json index 5f4d6e1..eab264b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build:assets": "contentlayer2 build", "dev": "next dev --turbo", "lint": "next lint", - "start": "next start -p 3009" + "start:prod": "next start -p 3009", + "start:nightly": "next start -p 3420" }, "dependencies": { "@emotion/is-prop-valid": "^1.3.1", diff --git a/src/app/(pages)/home/sections/services/Services.tsx b/src/app/(pages)/home/sections/services/Services.tsx index d833d05..3410785 100644 --- a/src/app/(pages)/home/sections/services/Services.tsx +++ b/src/app/(pages)/home/sections/services/Services.tsx @@ -21,7 +21,7 @@ export const Services: FC = ({ }) => { text: "Highly Modified Pterodactyl Panel", }, { - text: "NeoProtect DDoS Protection", + text: "FyfeWeb Net", }, { text: "SSD Storage", @@ -40,7 +40,7 @@ export const Services: FC = ({ }) => { text: "Virtualizor Panel", }, { - text: "FyfeWeb DDoS Protection", + text: "FyfeWeb Net", }, { text: "SSD Storage", diff --git a/src/components/Header/components/PanelLinks.tsx b/src/components/Header/components/PanelLinks.tsx index 01ef520..3013125 100644 --- a/src/components/Header/components/PanelLinks.tsx +++ b/src/components/Header/components/PanelLinks.tsx @@ -57,6 +57,13 @@ const PanelLinksDropdown = () => { > VPS Panel + + Demo Panel + )} diff --git a/src/components/Header/utils/MobileLinks.ts b/src/components/Header/utils/MobileLinks.ts index 0c3fdbc..f0f2470 100644 --- a/src/components/Header/utils/MobileLinks.ts +++ b/src/components/Header/utils/MobileLinks.ts @@ -38,6 +38,10 @@ export const DATA_TOGGLE_MENU_LINKS = [ { value: "VPS Panel", href: "https://vps.nodebyte.host/" + }, + { + value: "Demo Panel", + href: "https://demo.nodebyte.host/" } ], }, diff --git a/src/constants/services/vpsData.tsx b/src/constants/services/vpsData.tsx index d121143..9cc2c66 100644 --- a/src/constants/services/vpsData.tsx +++ b/src/constants/services/vpsData.tsx @@ -22,8 +22,8 @@ export const VPS_DATA_ITEMS_MARQUEE: DataItem[] = [ export const VPS_DATA_CARDS: DataCard[] = [ { faqs: VPS_FAQ, - title: "Basic", - price: "$9.44 USD", + title: "Small", + price: "£9.25 GBP", location: "Newcastle", link: "https://billing.nodebyte.host/store/vps-hosting", featuresBrief: [ @@ -38,13 +38,13 @@ export const VPS_DATA_CARDS: DataCard[] = [ { text: "2 vCPU Core AMD Ryzen™ 9 5900X", icon: }, { text: "4 Gigabytes of DDR4 RAM", icon: }, { text: "FyfeWeb DDoS Protection", icon: , link: "https://fyfeweb.com/our-network" }, - { text: "40GB NVMe Solid State Drive", icon: }, + { text: "64GB NVMe Solid State Drive", icon: }, { text: "1GB/s Network Speeds", icon: }, { text: "Virtualizor Control Panel ", icon: }, ], marqueeItems: [...VPS_DATA_ITEMS_MARQUEE], outOfStock: false, - stockCount: 9, + stockCount: 4, limitedQuantity: true, limitedTime: false, recommended: false, @@ -52,9 +52,9 @@ export const VPS_DATA_CARDS: DataCard[] = [ }, { faqs: VPS_FAQ, - title: "Advanced", - price: "$18.89 USD", - location: "TBD", + title: "Meduim", + price: "£13.75 GBP", + location: "Newcastle", link: "https://billing.nodebyte.host/store/vps-hosting", featuresBrief: [ { text: "AMD Processor", icon: }, @@ -65,50 +65,19 @@ export const VPS_DATA_CARDS: DataCard[] = [ { text: "99.6% Uptime", icon: }, ], featuresFull: [ - { text: "4 vCPU Core AMD Ryzen™ 9 5900X", icon: }, - { text: "8 Gigabytes of DDR4 RAM", icon: }, + { text: "3 vCPU Core AMD Ryzen™ 9 5900X", icon: }, + { text: "6 Gigabytes of DDR4 RAM", icon: }, { text: "FyfeWeb DDoS Protection", icon: , link: "https://fyfeweb.com/our-network" }, - { text: "80GB NVMe Solid State Drive", icon: }, + { text: "96GB NVMe Solid State Drive", icon: }, { text: "1GB/s Network Speeds", icon: }, { text: "Virtualizor Control Panel ", icon: }, ], marqueeItems: [...VPS_DATA_ITEMS_MARQUEE], - comingSoon: true, outOfStock: false, - limitedQuantity: false, + stockCount: 4, + limitedQuantity: true, limitedTime: false, - recommended: false, + recommended: true, featured: false }, - { - faqs: VPS_FAQ, - title: "Pro", - price: "$37.77 USD", - location: "TBD", - link: "https://billing.nodebyte.host/store/vps-hosting", - featuresBrief: [ - { text: "AMD Processor", icon: }, - { text: "DDR4 RAM", icon: }, - { text: "FyfeWeb DDOS", icon: }, - { text: "SSD Storage", icon: }, - { text: "Intuitive Panel", icon: }, - { text: "99.6% Uptime", icon: }, - ], - featuresFull: [ - { text: "8 vCPU Core AMD Ryzen™ 9 5900X", icon: }, - { text: "16 Gigabytes of DDR4 RAM", icon: }, - { text: "FyfeWeb DDoS Protection", icon: , link: "https://fyfeweb.com/our-network" }, - { text: "160GB NVMe Solid State Drive", icon: }, - { text: "1GB/s Network Speeds", icon: }, - { text: "Virtualizor Control Panel ", icon: }, - ], - marqueeItems: [...VPS_DATA_ITEMS_MARQUEE], - comingSoon: false, - outOfStock: true, - hideLocation: true, - limitedQuantity: false, - limitedTime: false, - recommended: false, - featured: false - } -]; \ No newline at end of file +];