Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/app/(pages)/home/sections/services/Services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const Services: FC = ({ }) => {
text: "Highly Modified Pterodactyl Panel",
},
{
text: "NeoProtect DDoS Protection",
text: "FyfeWeb Net",
},
{
text: "SSD Storage",
Expand All @@ -40,7 +40,7 @@ export const Services: FC = ({ }) => {
text: "Virtualizor Panel",
},
{
text: "FyfeWeb DDoS Protection",
text: "FyfeWeb Net",
},
{
text: "SSD Storage",
Expand Down
7 changes: 7 additions & 0 deletions src/components/Header/components/PanelLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ const PanelLinksDropdown = () => {
>
VPS Panel
</a>
<a
href="https://demo.nodebyte.host/"
target="_blank"
className="block px-4 py-2 text-white hover:text-blue"
>
Demo Panel
</a>
</div>
</div>
)}
Expand Down
4 changes: 4 additions & 0 deletions src/components/Header/utils/MobileLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
],
},
Expand Down
59 changes: 14 additions & 45 deletions src/constants/services/vpsData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -38,23 +38,23 @@ export const VPS_DATA_CARDS: DataCard[] = [
{ text: "2 vCPU Core AMD Ryzen™ 9 5900X", icon: <Cpu /> },
{ text: "4 Gigabytes of DDR4 RAM", icon: <MemoryStick /> },
{ text: "FyfeWeb DDoS Protection", icon: <Shield />, link: "https://fyfeweb.com/our-network" },
{ text: "40GB NVMe Solid State Drive", icon: <HardDrive /> },
{ text: "64GB NVMe Solid State Drive", icon: <HardDrive /> },
{ text: "1GB/s Network Speeds", icon: <Globe /> },
{ text: "Virtualizor Control Panel ", icon: <Settings /> },
],
marqueeItems: [...VPS_DATA_ITEMS_MARQUEE],
outOfStock: false,
stockCount: 9,
stockCount: 4,
limitedQuantity: true,
limitedTime: false,
recommended: false,
featured: false
},
{
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: <Cpu /> },
Expand All @@ -65,50 +65,19 @@ export const VPS_DATA_CARDS: DataCard[] = [
{ text: "99.6% Uptime", icon: <LineChart /> },
],
featuresFull: [
{ text: "4 vCPU Core AMD Ryzen™ 9 5900X", icon: <Cpu /> },
{ text: "8 Gigabytes of DDR4 RAM", icon: <MemoryStick /> },
{ text: "3 vCPU Core AMD Ryzen™ 9 5900X", icon: <Cpu /> },
{ text: "6 Gigabytes of DDR4 RAM", icon: <MemoryStick /> },
{ text: "FyfeWeb DDoS Protection", icon: <Shield />, link: "https://fyfeweb.com/our-network" },
{ text: "80GB NVMe Solid State Drive", icon: <HardDrive /> },
{ text: "96GB NVMe Solid State Drive", icon: <HardDrive /> },
{ text: "1GB/s Network Speeds", icon: <Globe /> },
{ text: "Virtualizor Control Panel ", icon: <Settings /> },
],
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: <Cpu /> },
{ text: "DDR4 RAM", icon: <MemoryStick /> },
{ text: "FyfeWeb DDOS", icon: <Shield /> },
{ text: "SSD Storage", icon: <HardDrive /> },
{ text: "Intuitive Panel", icon: <Settings /> },
{ text: "99.6% Uptime", icon: <LineChart /> },
],
featuresFull: [
{ text: "8 vCPU Core AMD Ryzen™ 9 5900X", icon: <Cpu /> },
{ text: "16 Gigabytes of DDR4 RAM", icon: <MemoryStick /> },
{ text: "FyfeWeb DDoS Protection", icon: <Shield />, link: "https://fyfeweb.com/our-network" },
{ text: "160GB NVMe Solid State Drive", icon: <HardDrive /> },
{ text: "1GB/s Network Speeds", icon: <Globe /> },
{ text: "Virtualizor Control Panel ", icon: <Settings /> },
],
marqueeItems: [...VPS_DATA_ITEMS_MARQUEE],
comingSoon: false,
outOfStock: true,
hideLocation: true,
limitedQuantity: false,
limitedTime: false,
recommended: false,
featured: false
}
];
];
Loading