@luxfi/core 5.2.8 → 5.2.10
Sign up to get free protection for your applications and to get access to all the features.
- package/commerce/ui/conf.ts +13 -13
- package/commerce/ui/context.tsx +126 -126
- package/commerce/ui/store.ts +304 -304
- package/components/access-code-input.tsx +71 -71
- package/components/auth/auth-listener.tsx +29 -29
- package/components/auth/auth-token/clear-auth-token.tsx +12 -12
- package/components/auth/auth-token/set-auth-token.tsx +16 -16
- package/components/auth/common-auth-domains.ts +16 -16
- package/components/auth/login-panel.tsx +107 -107
- package/components/back-button.tsx +42 -42
- package/components/chat-widget.tsx +85 -85
- package/components/commerce/add-widget.tsx +20 -20
- package/components/commerce/bag-button.tsx +98 -98
- package/components/commerce/buy-button.tsx +34 -34
- package/components/commerce/checkout-button.tsx +129 -129
- package/components/commerce/checkout-panel/dt-bag-carousel.tsx +36 -36
- package/components/commerce/checkout-panel/dt-checkout-panel.tsx +84 -84
- package/components/commerce/checkout-panel/index.tsx +129 -129
- package/components/commerce/checkout-panel/links-row.tsx +21 -21
- package/components/commerce/checkout-panel/mb-checkout-panel.tsx +54 -54
- package/components/commerce/checkout-panel/steps-indicator.tsx +39 -39
- package/components/commerce/checkout-panel/thank-you.tsx +18 -18
- package/components/commerce/checkout-widget/const.ts +13 -13
- package/components/commerce/checkout-widget/index.tsx +192 -192
- package/components/commerce/checkout-widget/obs-string-set.ts +48 -48
- package/components/commerce/checkout-widget/use-anim-clx-set.ts +58 -58
- package/components/commerce/desktop-bag-popup.tsx +78 -78
- package/components/commerce/desktop-nav-menu.tsx +131 -130
- package/components/commerce/drawer/index.tsx +99 -99
- package/components/commerce/drawer/micro.tsx +144 -144
- package/components/commerce/drawer/shell.tsx +85 -85
- package/components/commerce/mobile-bag-drawer.tsx +51 -51
- package/components/commerce/mobile-login-button.tsx +101 -101
- package/components/commerce/mobile-menu-toggle-button.tsx +35 -35
- package/components/commerce/mobile-nav-menu-ai.tsx +48 -42
- package/components/commerce/mobile-nav-menu-item.tsx +49 -49
- package/components/commerce/mobile-nav-menu.tsx +102 -68
- package/components/contact-dialog/contact-form.tsx +113 -113
- package/components/contact-dialog/disclaimer.tsx +13 -13
- package/components/contact-dialog/index.tsx +64 -64
- package/components/copyright.tsx +21 -21
- package/components/drawer-margin.tsx +25 -25
- package/components/footer.tsx +77 -77
- package/components/header/desktop.tsx +50 -49
- package/components/header/index.tsx +52 -52
- package/components/header/mobile.tsx +163 -163
- package/components/header/theme-toggle.tsx +26 -26
- package/components/icons/24k-gold-card.tsx +43 -0
- package/components/icons/ai-chat.tsx +29 -0
- package/components/icons/anodized-titanium.tsx +45 -0
- package/components/icons/avatar.tsx +11 -11
- package/components/icons/bag-icon.tsx +10 -10
- package/components/icons/blog.tsx +20 -0
- package/components/icons/bridge.tsx +68 -0
- package/components/icons/changelog.tsx +21 -0
- package/components/icons/chrome.tsx +45 -0
- package/components/icons/coins.tsx +20 -0
- package/components/icons/compare-cards.tsx +21 -0
- package/components/icons/credit.tsx +20 -0
- package/components/icons/customer-support.tsx +21 -0
- package/components/icons/customers.tsx +33 -0
- package/components/icons/developer-docs.tsx +20 -0
- package/components/icons/exchange.tsx +21 -0
- package/components/icons/explorer.tsx +22 -0
- package/components/icons/faqs.tsx +21 -0
- package/components/icons/github.tsx +14 -14
- package/components/icons/guides.tsx +21 -0
- package/components/icons/gun-metal.tsx +44 -0
- package/components/icons/index.tsx +43 -43
- package/components/icons/integrations.tsx +25 -0
- package/components/icons/irradescent.tsx +41 -0
- package/components/icons/launch-subnet.tsx +21 -0
- package/components/icons/left-arrow.tsx +11 -11
- package/components/icons/lux-finance.tsx +23 -0
- package/components/icons/lux-logo.tsx +10 -10
- package/components/icons/lux-pass.tsx +25 -0
- package/components/icons/lux-quests.tsx +21 -0
- package/components/icons/market.tsx +24 -0
- package/components/icons/mirrored-titanium.tsx +46 -0
- package/components/icons/more-benefits.tsx +21 -0
- package/components/icons/open-source.tsx +26 -0
- package/components/icons/right-arrow.tsx +10 -10
- package/components/icons/safe.tsx +37 -0
- package/components/icons/search.tsx +12 -12
- package/components/icons/secure-delivery.tsx +13 -13
- package/components/icons/shop.tsx +20 -0
- package/components/icons/social-icon.tsx +35 -35
- package/components/icons/social-svg.css +3 -3
- package/components/icons/sterling-silver-card.tsx +44 -0
- package/components/icons/templates.tsx +21 -0
- package/components/icons/validators.tsx +41 -0
- package/components/icons/view-all-card.tsx +20 -0
- package/components/icons/wallet.tsx +20 -0
- package/components/icons/warpcast.tsx +58 -58
- package/components/icons/youtube-logo.tsx +59 -59
- package/components/index.ts +27 -27
- package/components/logo.tsx +89 -89
- package/components/main.tsx +27 -27
- package/components/mini-chart/index.tsx +7 -7
- package/components/mini-chart/mini-chart-props.ts +43 -43
- package/components/mini-chart/mini-chart.tsx +85 -85
- package/components/mini-chart/wrapper.tsx +23 -23
- package/components/not-found/index.tsx +28 -28
- package/components/not-found/not-found-content.mdx +5 -5
- package/components/scripts.tsx +24 -24
- package/components/tooltip.tsx +31 -31
- package/environment.d.ts +5 -5
- package/next/analytics/fpixel.ts +15 -15
- package/next/analytics/google-analytics.ts +13 -13
- package/next/analytics/index.ts +3 -3
- package/next/analytics/pixel-analytics.tsx +54 -54
- package/next/font/get-app-router-font-classes.ts +12 -12
- package/next/font/load-and-return-lux-next-fonts-on-import.ts +68 -68
- package/next/font/next-font-desc.ts +27 -27
- package/next/font/pages-router-font-vars.tsx +18 -18
- package/next/head-metadata/from-next/metadata-types.ts +158 -158
- package/next/head-metadata/from-next/opengraph-types.ts +267 -267
- package/next/head-metadata/from-next/twitter-types.ts +92 -92
- package/next/head-metadata/index.tsx +208 -208
- package/next/middleware/determine-device-mw.ts +16 -16
- package/package.json +79 -79
- package/root-layout/WHY_THIS_IS_SEPARATE.txt +1 -1
- package/root-layout/index.tsx +112 -112
- package/server-actions/firebase-app.ts +14 -14
- package/server-actions/index.ts +5 -5
- package/server-actions/store-contact.ts +51 -51
- package/site-def/footer/community.tsx +67 -67
- package/site-def/footer/company.ts +37 -37
- package/site-def/footer/ecosystem.ts +37 -37
- package/site-def/footer/index.tsx +26 -26
- package/site-def/footer/legal.ts +28 -28
- package/site-def/footer/network.ts +45 -45
- package/site-def/footer/svg/warpcast-logo.svg +11 -11
- package/site-def/index.ts +2 -2
- package/site-def/main-nav.tsx +392 -338
- package/style/cart-animation.css +29 -29
- package/style/checkout-animation.css +23 -23
- package/style/drawer-handle-overrides.css +160 -160
- package/style/lux-colors.css +85 -85
- package/style/lux-global.css +30 -30
- package/tailwind/fontFamily.tailwind.lux.ts +18 -18
- package/tailwind/index.ts +2 -2
- package/tailwind/lux-tw-fonts.ts +39 -39
- package/tailwind/tailwind.config.lux-preset.ts +10 -10
- package/tsconfig.json +15 -15
- package/types/chatbot-config.ts +6 -6
- package/types/chatbot-suggested-question.ts +7 -7
- package/types/contact-info.ts +10 -10
- package/types/index.ts +4 -4
- package/types/site-def.ts +43 -43
package/site-def/main-nav.tsx
CHANGED
@@ -1,338 +1,392 @@
|
|
1
|
-
import type { LinkDef } from '@hanzo/ui/types'
|
2
|
-
import
|
3
|
-
import
|
4
|
-
import
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
title: "
|
279
|
-
icon:
|
280
|
-
href: "
|
281
|
-
newTab: false,
|
282
|
-
contents:""
|
283
|
-
},
|
284
|
-
{
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
}
|
337
|
-
|
338
|
-
|
1
|
+
import type { LinkDef } from '@hanzo/ui/types'
|
2
|
+
import Anodized from '../components/icons/anodized-titanium'
|
3
|
+
import GunMetal from '../components/icons/gun-metal'
|
4
|
+
import Chrome from '../components/icons/chrome'
|
5
|
+
import Irradescent from '../components/icons/irradescent'
|
6
|
+
import CompareCards from '../components/icons/compare-cards'
|
7
|
+
import ViewAllCards from '../components/icons/view-all-card'
|
8
|
+
import MoreBenefits from '../components/icons/more-benefits'
|
9
|
+
import GoldCard from '../components/icons/24k-gold-card'
|
10
|
+
import Sterling from '../components/icons/sterling-silver-card'
|
11
|
+
import MirroredTitanium from '../components/icons/mirrored-titanium'
|
12
|
+
import AIChat from '../components/icons/ai-chat'
|
13
|
+
import Exchange from '../components/icons/exchange'
|
14
|
+
import Market from '../components/icons/market'
|
15
|
+
import Shop from '../components/icons/shop'
|
16
|
+
import Credit from '../components/icons/credit'
|
17
|
+
import LuxFinance from '../components/icons/lux-finance'
|
18
|
+
import LuxQuests from '../components/icons/lux-quests'
|
19
|
+
import DeveloperDocs from '../components/icons/developer-docs'
|
20
|
+
import Integration from '../components/icons/integrations'
|
21
|
+
import Templates from '../components/icons/templates'
|
22
|
+
import Guides from '../components/icons/guides'
|
23
|
+
import Customers from '../components/icons/customers'
|
24
|
+
import Blog from '../components/icons/blog'
|
25
|
+
import ChangeLog from '../components/icons/changelog'
|
26
|
+
import type { CLIENT_STATIC_FILES_PATH } from 'next/dist/shared/lib/constants'
|
27
|
+
import CustomerSupport from '../components/icons/customer-support'
|
28
|
+
import FAQs from '../components/icons/faqs'
|
29
|
+
import Bridge from '../components/icons/bridge'
|
30
|
+
import Explorer from '../components/icons/explorer'
|
31
|
+
import LaunchSubnet from '../components/icons/launch-subnet'
|
32
|
+
import Coins from '../components/icons/coins'
|
33
|
+
import Safe from '../components/icons/safe'
|
34
|
+
import Wallet from '../components/icons/wallet'
|
35
|
+
import Validators from '../components/icons/validators'
|
36
|
+
import OpenSource from '../components/icons/open-source'
|
37
|
+
import LuxPass from '../components/icons/lux-pass'
|
38
|
+
|
39
|
+
export interface LinkDefExtended extends LinkDef {
|
40
|
+
isAIMenu?: boolean
|
41
|
+
icon?: any,
|
42
|
+
details?: string,
|
43
|
+
childMenu?: ChildMenu[]
|
44
|
+
|
45
|
+
}
|
46
|
+
|
47
|
+
export interface ChildMenu extends LinkDef{
|
48
|
+
groupName?:string
|
49
|
+
}
|
50
|
+
|
51
|
+
export default [
|
52
|
+
{
|
53
|
+
title: "AI",
|
54
|
+
icon: "",
|
55
|
+
href: "https://lux.chat",
|
56
|
+
newTab: false,
|
57
|
+
isAIMenu: true,
|
58
|
+
},
|
59
|
+
{
|
60
|
+
title: "Cards",
|
61
|
+
icon: "",
|
62
|
+
details: "Lux Credit is a part of the Lux Network ecosystem that offers a crypto credit card solution. This service allows users to easily conduct transactions using their cryptocurrency holdings. The Lux Credit card aims to bridge the gap between traditional financial systems and the growing world of digital assets, providing a seamless way to spend cryptocurrencies in everyday transactions.",
|
63
|
+
href: "https://lux.credit",
|
64
|
+
newTab: false,
|
65
|
+
childMenu: [
|
66
|
+
{
|
67
|
+
groupName:'Black Card',
|
68
|
+
title: "Anodized Black Titanium",
|
69
|
+
icon: <Anodized />,
|
70
|
+
href: "https://lux.credit/cards/black?sku=LXM-CR-B-ABT",
|
71
|
+
newTab: false,
|
72
|
+
contents:"" //insert string to here
|
73
|
+
},
|
74
|
+
{
|
75
|
+
groupName:'Black Card',
|
76
|
+
title: "Black Gunmetal",
|
77
|
+
icon: <GunMetal />,
|
78
|
+
href: "https://lux.credit/cards/black?sku=LXM-CR-B-GM",
|
79
|
+
newTab: false,
|
80
|
+
contents:"" //insert string to here
|
81
|
+
},
|
82
|
+
{
|
83
|
+
groupName:'Founder Card',
|
84
|
+
title: "Cool Chrome",
|
85
|
+
icon: <Chrome />,
|
86
|
+
href: "https://lux.credit/cards/founder?sku=LXM-CR-F-CC",
|
87
|
+
newTab: false,
|
88
|
+
contents:"" //insert string to here
|
89
|
+
},
|
90
|
+
{
|
91
|
+
groupName:'Founder Card',
|
92
|
+
title: "Iridescent Chrome",
|
93
|
+
icon: <Irradescent />,
|
94
|
+
href: "https://lux.credit/cards/founder?sku=LXM-CR-F-IC",
|
95
|
+
newTab: false,
|
96
|
+
contents:"" //insert string to here
|
97
|
+
},
|
98
|
+
{
|
99
|
+
groupName:'Explore',
|
100
|
+
title: "Compare cards",
|
101
|
+
icon: <CompareCards width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
102
|
+
href: "https://lux.credit/compare",
|
103
|
+
newTab: false,
|
104
|
+
contents:"Evaluate Lux cards"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
groupName:'Explore',
|
108
|
+
title: "View all cards",
|
109
|
+
icon: <ViewAllCards width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
110
|
+
href: "https://lux.credit/cards",
|
111
|
+
newTab: false,
|
112
|
+
contents:"General overview"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
groupName:'Explore',
|
116
|
+
title: "More benefits",
|
117
|
+
icon: <MoreBenefits width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
118
|
+
href: "#",
|
119
|
+
newTab: false,
|
120
|
+
contents:"See what's truly unique"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
groupName:'Elite Card',
|
124
|
+
title: "24k Gold",
|
125
|
+
icon: <GoldCard />,
|
126
|
+
href: "https://lux.credit/cards/elite?sku=LXM-CR-E-24G",
|
127
|
+
newTab: false,
|
128
|
+
contents:"" //insert string to here
|
129
|
+
},
|
130
|
+
{
|
131
|
+
groupName:'Elite Card',
|
132
|
+
title: "Sterling Silver",
|
133
|
+
icon: <Sterling />,
|
134
|
+
href: "https://lux.credit/cards/elite?sku=LXM-CR-E-SS",
|
135
|
+
newTab: false,
|
136
|
+
contents:"" //insert string to here
|
137
|
+
},
|
138
|
+
{
|
139
|
+
groupName:'Sovereign Card',
|
140
|
+
title: "Reflective Titanium",
|
141
|
+
icon: <MirroredTitanium/>,
|
142
|
+
href: "https://lux.credit/cards/sovereign?sku=LXM-CR-S-RT",
|
143
|
+
newTab: false,
|
144
|
+
contents:"" //insert string to here
|
145
|
+
},
|
146
|
+
]
|
147
|
+
},
|
148
|
+
{
|
149
|
+
title: "Ecosystem",
|
150
|
+
icon: "",
|
151
|
+
details: "The Lux Ecosystem is a comprehensive suite of blockchain-based services and platforms designed to offer a wide range of functionalities, from decentralized finance (DeFi) to asset management and secure transactions.",
|
152
|
+
href: "https://lux.link",
|
153
|
+
newTab: false,
|
154
|
+
childMenu: [
|
155
|
+
{
|
156
|
+
groupName:'Blockchain',
|
157
|
+
title: "AI Chat",
|
158
|
+
icon: <AIChat width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
159
|
+
href: "https://lux.chat",
|
160
|
+
newTab: false,
|
161
|
+
contents:"Ask anything, literally"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
groupName:'Blockchain',
|
165
|
+
title: "Exchange",
|
166
|
+
icon: <Exchange width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
167
|
+
href: "https://lux.exchange",
|
168
|
+
newTab: false,
|
169
|
+
contents:"Buy, sell, trade, swap..."
|
170
|
+
},
|
171
|
+
{
|
172
|
+
groupName:'Blockchain',
|
173
|
+
title: "Market",
|
174
|
+
icon: <Market width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
175
|
+
href: "https://lux.market",
|
176
|
+
newTab: false,
|
177
|
+
contents:"Digital collectibles & more"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
groupName:'Blockchain',
|
181
|
+
title: "Shop",
|
182
|
+
icon: <Shop width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
183
|
+
href: "https://lux.market",
|
184
|
+
newTab: false,
|
185
|
+
contents:"Find any Lux product for sale"
|
186
|
+
},
|
187
|
+
{
|
188
|
+
groupName:'Real World',
|
189
|
+
title: "Credit",
|
190
|
+
icon: <Credit width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
191
|
+
href: "https://lux.credit",
|
192
|
+
newTab: false,
|
193
|
+
contents:"Risk free loans"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
groupName:'Real World',
|
197
|
+
title: "Lux Finance",
|
198
|
+
icon: <LuxFinance width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
199
|
+
href: "https://lux.finance",
|
200
|
+
newTab: false,
|
201
|
+
contents:"Financial arbitrage"
|
202
|
+
},
|
203
|
+
{
|
204
|
+
groupName:'More',
|
205
|
+
title: "Lux Quest",
|
206
|
+
icon: <LuxQuests width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
207
|
+
href: "https://lux.quest",
|
208
|
+
newTab: false,
|
209
|
+
contents:"Go above and beyond"
|
210
|
+
}
|
211
|
+
]
|
212
|
+
},
|
213
|
+
{
|
214
|
+
title: "Network",
|
215
|
+
icon: "",
|
216
|
+
details: "Lux Network is a scalable, quantum-safe blockchain designed to offer high throughput and low latency. It is part of a broader ecosystem that includes various platforms and services aimed at integrating traditional finance (TradFi) with decentralized finance (DeFi), providing secure and efficient solutions for asset management, trading, and more.",
|
217
|
+
href: "https://lux.network/",
|
218
|
+
newTab: false,
|
219
|
+
childMenu: [
|
220
|
+
{
|
221
|
+
groupName:'Defi Tools',
|
222
|
+
title: "Bridge",
|
223
|
+
icon: <Bridge width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
224
|
+
href: "https://bridge.lux.network/",
|
225
|
+
newTab: false,
|
226
|
+
contents:"Teleport assets"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
groupName:'Defi Tools',
|
230
|
+
title: "Explorer",
|
231
|
+
icon: <Explorer width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
232
|
+
href: "https://explorer.lux.network/",
|
233
|
+
newTab: false,
|
234
|
+
contents:"All transactions"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
groupName:'Defi Tools',
|
238
|
+
title: "Launch Subnet",
|
239
|
+
icon: <LaunchSubnet width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
240
|
+
href: "https://docs.lux.network/build/subnet/hello-subnet",
|
241
|
+
newTab: false,
|
242
|
+
contents:"Easy, free, and superior"
|
243
|
+
},
|
244
|
+
{
|
245
|
+
groupName:'Earn',
|
246
|
+
title: "Coins",
|
247
|
+
icon: <Coins width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
248
|
+
href: "https://lux.network/coin",
|
249
|
+
newTab: false,
|
250
|
+
contents:"Be part of the ecosystem"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
groupName:'Earn',
|
254
|
+
title: "Safe",
|
255
|
+
icon: <Safe width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
256
|
+
href: "https://safe.lux.network",
|
257
|
+
newTab: false,
|
258
|
+
contents:"Multi-signature wallet"
|
259
|
+
},
|
260
|
+
{
|
261
|
+
groupName:'Earn',
|
262
|
+
title: "Lux Wallet",
|
263
|
+
icon: <Wallet width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
264
|
+
href: "https://wallet.lux.network",
|
265
|
+
newTab: false,
|
266
|
+
contents:"Safe and quantum secure"
|
267
|
+
},
|
268
|
+
{
|
269
|
+
groupName:'Earn',
|
270
|
+
title: "Validators",
|
271
|
+
icon: <Validators width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
272
|
+
href: "https://lux.market/validator",
|
273
|
+
newTab: false,
|
274
|
+
contents:"Own a part of the network"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
groupName:'Get Access',
|
278
|
+
title: "Developer docs",
|
279
|
+
icon: <DeveloperDocs width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
280
|
+
href: "#",
|
281
|
+
newTab: false,
|
282
|
+
contents:"Software explained"
|
283
|
+
},
|
284
|
+
{
|
285
|
+
groupName:'Get Access',
|
286
|
+
title: "Open Source",
|
287
|
+
icon: <OpenSource width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
288
|
+
href: "#",
|
289
|
+
newTab: false,
|
290
|
+
contents:"Accessible for everyone"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
groupName:'Get Access',
|
294
|
+
title: "Lux Pass",
|
295
|
+
icon: <LuxPass width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
296
|
+
href: "#",
|
297
|
+
newTab: false,
|
298
|
+
contents:"All access pass to network"
|
299
|
+
},
|
300
|
+
]
|
301
|
+
},
|
302
|
+
{
|
303
|
+
title: "Resources",
|
304
|
+
icon: '',
|
305
|
+
href: "",
|
306
|
+
newTab: false,
|
307
|
+
details: "",
|
308
|
+
childMenu: [
|
309
|
+
{
|
310
|
+
groupName:'Tools',
|
311
|
+
title: "Resource Center",
|
312
|
+
icon: <AIChat width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
313
|
+
href: "#",
|
314
|
+
newTab: false,
|
315
|
+
contents:"Dynamic solutions"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
groupName:'Tools',
|
319
|
+
title: "Integrations",
|
320
|
+
icon: <Integration width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
321
|
+
href: "#",
|
322
|
+
newTab: false,
|
323
|
+
contents:"Simplified onboarding"
|
324
|
+
},
|
325
|
+
{
|
326
|
+
groupName:'Tools',
|
327
|
+
title: "Templates",
|
328
|
+
icon: <Templates width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
329
|
+
href: "#",
|
330
|
+
newTab: false,
|
331
|
+
contents:"Speedy app development"
|
332
|
+
},
|
333
|
+
{
|
334
|
+
groupName:'Tools',
|
335
|
+
title: "Guides",
|
336
|
+
icon: <Guides width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
337
|
+
href: "#",
|
338
|
+
newTab: false,
|
339
|
+
contents:"Find help quickly"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
groupName:'Company',
|
343
|
+
title: "Customers",
|
344
|
+
icon: <Customers width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
345
|
+
href: "#",
|
346
|
+
newTab: false,
|
347
|
+
contents:"Trusted by the best teams"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
groupName:'Company',
|
351
|
+
title: "Blog",
|
352
|
+
icon: <Blog width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
353
|
+
href: "#",
|
354
|
+
newTab: false,
|
355
|
+
contents:"Latest posts and changes"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
groupName:'Company',
|
359
|
+
title: "Changelog",
|
360
|
+
icon: <ChangeLog width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
361
|
+
href: "#",
|
362
|
+
newTab: false,
|
363
|
+
contents:"Manage deployments"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
groupName:'More',
|
367
|
+
title: "Developer docs",
|
368
|
+
icon: <DeveloperDocs width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
369
|
+
href: "#",
|
370
|
+
newTab: false,
|
371
|
+
contents:"Software explained"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
groupName:'More',
|
375
|
+
title: "Customer Support",
|
376
|
+
icon: <CustomerSupport width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
377
|
+
href: "#",
|
378
|
+
newTab: false,
|
379
|
+
contents:"Dedicated help, 24/7"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
groupName:'More',
|
383
|
+
title: "FAQs",
|
384
|
+
icon: <FAQs width={25} height={25} className='outline outline-1 outline-muted-2 outline-offset-4 rounded-sm'/>,
|
385
|
+
href: "#",
|
386
|
+
newTab: false,
|
387
|
+
contents:"Common queries"
|
388
|
+
}
|
389
|
+
]
|
390
|
+
},
|
391
|
+
] satisfies LinkDefExtended[]
|
392
|
+
|