Skip to content

Commit 2da60bc

Browse files
authored
Update page.tsx
- add hytale links - add VPS links
1 parent 6910b7a commit 2da60bc

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

app/page.tsx

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ import {
99
ConfigProvider,
1010
} from "@/packages/ui/components/Layouts/Links"
1111
import {
12+
Globe,
1213
Server,
1314
Gamepad2,
15+
GamepadDirectional,
1416
Blocks,
1517
ShoppingCart,
1618
LayoutDashboard,
@@ -25,10 +27,24 @@ const quickLinks = [
2527
href: "https://nodebyte.host",
2628
title: "Main Website",
2729
description: "Explore our full range of hosting services",
28-
icon: Server,
30+
icon: Globe,
2931
featured: true,
3032
external: true,
3133
},
34+
{
35+
href: "https://billing.nodebyte.host/store/vps-hosting",
36+
title: "VPS Servers",
37+
description: "Enterprise grade cloud compute and root access",
38+
icon: Server,
39+
external: true,
40+
},
41+
{
42+
href: "https://billing.nodebyte.host/store/hytale-hosting",
43+
title: "Hytale Hosting",
44+
description: "The ultimate home for your Hytale community.",
45+
icon: GamepadDirectional,
46+
external: true,
47+
},
3248
{
3349
href: "https://billing.nodebyte.host/store/minecraft-server-hosting",
3450
title: "Minecraft Hosting",
@@ -158,4 +174,4 @@ export default function Home() {
158174
</div>
159175
</ConfigProvider>
160176
)
161-
}
177+
}

0 commit comments

Comments
 (0)