File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ import {
99 ConfigProvider ,
1010} from "@/packages/ui/components/Layouts/Links"
1111import {
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+ }
You can’t perform that action at this time.
0 commit comments