1818 <div class =" mt-16 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0" >
1919 <div class =" md:grid md:grid-cols-2 md:gap-8" >
2020 <div >
21- <h3 class =" text-sm font-semibold leading-6 text-white" >Solutions </h3 >
21+ <h3 class =" text-sm font-semibold leading-6 text-white" >Games </h3 >
2222 <ul role =" list" class =" mt-6 space-y-4" >
23- <li v-for =" item in navigation.solutions " :key =" item.name" >
23+ <li v-for =" item in navigation.games " :key =" item.name" >
2424 <a :href =" item.href" class =" text-sm leading-6 text-gray-300 hover:text-white" >{{
2525 item.name }}</a >
2626 </li >
2727 </ul >
2828 </div >
2929 <div class =" mt-10 md:mt-0" >
30- <h3 class =" text-sm font-semibold leading-6 text-white" >Support </h3 >
30+ <h3 class =" text-sm font-semibold leading-6 text-white" >Community </h3 >
3131 <ul role =" list" class =" mt-6 space-y-4" >
32- <li v-for =" item in navigation.support " :key =" item.name" >
32+ <li v-for =" item in navigation.community " :key =" item.name" >
3333 <a :href =" item.href" class =" text-sm leading-6 text-gray-300 hover:text-white" >{{
3434 item.name }}</a >
3535 </li >
3838 </div >
3939 <div class =" md:grid md:grid-cols-2 md:gap-8" >
4040 <div >
41- <h3 class =" text-sm font-semibold leading-6 text-white" >Company </h3 >
41+ <h3 class =" text-sm font-semibold leading-6 text-white" >Documentation </h3 >
4242 <ul role =" list" class =" mt-6 space-y-4" >
43- <li v-for =" item in navigation.company " :key =" item.name" >
43+ <li v-for =" item in navigation.documentation " :key =" item.name" >
4444 <a :href =" item.href" class =" text-sm leading-6 text-gray-300 hover:text-white" >{{
4545 item.name }}</a >
4646 </li >
4747 </ul >
4848 </div >
4949 <div class =" mt-10 md:mt-0" >
50- <h3 class =" text-sm font-semibold leading-6 text-white" >Legal </h3 >
50+ <h3 class =" text-sm font-semibold leading-6 text-white" >About </h3 >
5151 <ul role =" list" class =" mt-6 space-y-4" >
52- <li v-for =" item in navigation.legal " :key =" item.name" >
52+ <li v-for =" item in navigation.about " :key =" item.name" >
5353 <a :href =" item.href" class =" text-sm leading-6 text-gray-300 hover:text-white" >{{
5454 item.name }}</a >
5555 </li >
@@ -67,29 +67,26 @@ import GithubLogo from './GithubLogo.vue';
6767import DiscordLogo from ' ./DiscordLogo.vue' ;
6868
6969const navigation = {
70- solutions : [
71- { name: ' Marketing ' , href: ' #' },
72- { name: ' Analytics ' , href: ' #' },
73- { name: ' Commerce ' , href: ' #' },
74- { name: ' Insights ' , href: ' #' },
70+ games : [
71+ { name: ' Newly Added ' , href: ' #' },
72+ { name: ' New Releases ' , href: ' #' },
73+ { name: ' Top Sellers ' , href: ' #' },
74+ { name: ' Find a Game ' , href: ' #' },
7575 ],
76- support: [
77- { name: ' Pricing' , href: ' #' },
78- { name: ' Documentation' , href: ' #' },
79- { name: ' Guides' , href: ' #' },
80- { name: ' API Status' , href: ' #' },
76+ community: [
77+ { name: ' Friends' , href: ' #' },
78+ { name: ' Groups' , href: ' #' },
79+ { name: ' Servers' , href: ' #' },
8180 ],
82- company: [
83- { name: ' About' , href: ' #' },
84- { name: ' Blog' , href: ' #' },
85- { name: ' Jobs' , href: ' #' },
86- { name: ' Press' , href: ' #' },
87- { name: ' Partners' , href: ' #' },
81+ documentation: [
82+ { name: ' API' , href: ' #' },
83+ { name: ' Server Docs' , href: ' #' },
84+ { name: ' Client Docs' , href: ' #' },
8885 ],
89- legal : [
90- { name: ' Claim ' , href: ' #' },
91- { name: ' Privacy ' , href: ' #' },
92- { name: ' Terms ' , href: ' #' },
86+ about : [
87+ { name: ' About Drop ' , href: ' #' },
88+ { name: ' Features ' , href: ' #' },
89+ { name: ' FAQ ' , href: ' #' },
9390 ],
9491 social: [
9592 {
0 commit comments