@luxfi/core 5.2.6 → 5.2.7
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 +102 -102
- package/commerce/ui/store.ts +276 -276
- 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/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/close-button.tsx +26 -26
- package/components/commerce/checkout-panel/dt-bag-carousel.tsx +36 -36
- package/components/commerce/checkout-panel/dt-checkout-panel.tsx +66 -66
- 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 +130 -235
- package/components/commerce/drawer/index.tsx +116 -116
- package/components/commerce/drawer/micro.tsx +144 -144
- package/components/commerce/drawer/shell.tsx +83 -83
- 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 +44 -44
- package/components/commerce/mobile-nav-menu-item.tsx +49 -49
- package/components/commerce/mobile-nav-menu.tsx +68 -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 +49 -57
- package/components/header/index.tsx +52 -52
- package/components/header/mobile.tsx +166 -166
- package/components/header/theme-toggle.tsx +26 -26
- package/components/icons/avatar.tsx +11 -11
- package/components/icons/bag-icon.tsx +10 -10
- package/components/icons/github.tsx +14 -14
- package/components/icons/index.tsx +43 -43
- package/components/icons/left-arrow.tsx +11 -11
- package/components/icons/lux-logo.tsx +10 -10
- package/components/icons/right-arrow.tsx +10 -10
- package/components/icons/search.tsx +12 -12
- package/components/icons/secure-delivery.tsx +13 -13
- package/components/icons/social-icon.tsx +35 -35
- package/components/icons/social-svg.css +3 -3
- package/components/icons/warpcast.tsx +58 -58
- package/components/icons/youtube-logo.tsx +59 -59
- package/components/index.ts +25 -25
- package/components/logo.tsx +81 -81
- 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/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 +78 -78
- 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 +338 -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,338 @@
|
|
1
|
-
import type { LinkDef } from '@hanzo/ui/types'
|
2
|
-
import { bag as Bag } from '../components/icons'
|
3
|
-
import SocialIcon from '../components/icons/social-icon'
|
4
|
-
import Warpcast from '../components/icons/warpcast'
|
5
|
-
|
6
|
-
export interface LinkDefExtended extends LinkDef {
|
7
|
-
isAIMenu?: boolean
|
8
|
-
icon?: any,
|
9
|
-
details?: string,
|
10
|
-
childMenu?: LinkDef[]
|
11
|
-
|
12
|
-
}
|
13
|
-
|
14
|
-
export default [
|
15
|
-
{
|
16
|
-
title: "AI",
|
17
|
-
icon: "",
|
18
|
-
href: "https://lux.chat",
|
19
|
-
newTab: false,
|
20
|
-
isAIMenu: true,
|
21
|
-
},
|
22
|
-
{
|
23
|
-
title: "Community",
|
24
|
-
icon: "",
|
25
|
-
details: "Be a part of the Lux Community and contribute to the growth and success of the Lux Ecosystem.",
|
26
|
-
href: "https://warpcast.com/~/channel/lux",
|
27
|
-
newTab: false,
|
28
|
-
childMenu: [
|
29
|
-
{
|
30
|
-
title: "Lux Channel",
|
31
|
-
icon: <Warpcast />,
|
32
|
-
href: "https://warpcast.com/~/channel/lux?utm_medium=social&utm_source=linktree&utm_campaign=warpcast",
|
33
|
-
newTab: false,
|
34
|
-
contents:"" //insert string to here
|
35
|
-
}, {
|
36
|
-
title: "Lux Discussions",
|
37
|
-
icon: <SocialIcon network='github' className=' w-[100%]' size={34}/>,
|
38
|
-
href: "https://github.com/luxfi/web/discussions",
|
39
|
-
newTab: false,
|
40
|
-
contents:"" //insert string to here
|
41
|
-
}, {
|
42
|
-
title: "@luxdefi",
|
43
|
-
icon: <SocialIcon network='facebook' className=' w-[100%]' size={34}/>,
|
44
|
-
href: "https://facebook.com/luxdefi",
|
45
|
-
newTab: false,
|
46
|
-
contents: "Be a part of the Lux Community and contribute to the growth and success of the Lux Ecosystem. Whether you are a developer, investor, or blockchain enthusiast, there is a place for you in our community. Join us today and start enjoying the numerous benefits and opportunities that come with being a member of the Lux Community.",
|
47
|
-
}, {
|
48
|
-
title: "@luxdefi",
|
49
|
-
icon: <SocialIcon network='instagram' className=' w-[100%]' size={34}/>,
|
50
|
-
href: "https://www.instagram.com/luxdefi",
|
51
|
-
newTab: false,
|
52
|
-
contents:"" //insert string to here
|
53
|
-
}, {
|
54
|
-
title: "@luxdefi",
|
55
|
-
icon: <SocialIcon network='linkedin' className=' w-[100%]' size={34}/>,
|
56
|
-
href: "https://linkedin.com/company/luxdefi",
|
57
|
-
newTab: false,
|
58
|
-
contents:"" //insert string to here
|
59
|
-
}, {
|
60
|
-
title: "@luxdefi",
|
61
|
-
icon: <SocialIcon network='x' className=' w-[100%]' size={34}/>,
|
62
|
-
href: "https://twitter.com/luxdefi",
|
63
|
-
newTab: false,
|
64
|
-
contents:"" //insert string to here
|
65
|
-
},{
|
66
|
-
title: "@luxdefi",
|
67
|
-
icon: <SocialIcon network='youtube' className=' w-[100%]' size={34}/>,
|
68
|
-
href: "https://www.youtube.com/@luxdefi",
|
69
|
-
newTab: false,
|
70
|
-
contents:"" //insert string to here
|
71
|
-
},
|
72
|
-
]
|
73
|
-
},
|
74
|
-
{
|
75
|
-
title: "Company",
|
76
|
-
icon: "",
|
77
|
-
details: "At Lux Network, our mission is to revolutionize the blockchain industry by providing a scalable, quantum-safe blockchain ecosystem that integrates traditional finance (TradFi) with decentralized finance (DeFi). We aim to create a secure, efficient, and user-friendly platform that empowers individuals and businesses to leverage the full potential of blockchain technology.",
|
78
|
-
href: "https://lux.partners",
|
79
|
-
newTab: false,
|
80
|
-
childMenu: [
|
81
|
-
{
|
82
|
-
title: "About",
|
83
|
-
icon: "",
|
84
|
-
href: "https://lux.partners",
|
85
|
-
newTab: false,
|
86
|
-
contents:"" //insert string to here
|
87
|
-
},
|
88
|
-
{
|
89
|
-
title: "Brand",
|
90
|
-
icon: "",
|
91
|
-
href: "https://lux.partners",
|
92
|
-
newTab: false,
|
93
|
-
contents:"" //insert string to here
|
94
|
-
},
|
95
|
-
{
|
96
|
-
title: "Careers",
|
97
|
-
icon: "",
|
98
|
-
href: "https://lux.partners",
|
99
|
-
newTab: false,
|
100
|
-
contents:"" //insert string to here
|
101
|
-
},
|
102
|
-
{
|
103
|
-
title: "Open Source",
|
104
|
-
icon: "",
|
105
|
-
href: "https://github.com/luxfi",
|
106
|
-
newTab: false,
|
107
|
-
contents:"" //insert string to here
|
108
|
-
},
|
109
|
-
|
110
|
-
{
|
111
|
-
title: "Partnership",
|
112
|
-
icon: "",
|
113
|
-
href: "https://lux.partners",
|
114
|
-
newTab: false,
|
115
|
-
contents:"" //insert string to here
|
116
|
-
},
|
117
|
-
{
|
118
|
-
title: "Press",
|
119
|
-
icon: "",
|
120
|
-
href: "https://lux.partners",
|
121
|
-
newTab: false,
|
122
|
-
contents:"" //insert string to here
|
123
|
-
},
|
124
|
-
{
|
125
|
-
title: "Help",
|
126
|
-
icon: "",
|
127
|
-
href: "https://lux.partners",
|
128
|
-
newTab: false,
|
129
|
-
contents:"" //insert string to here
|
130
|
-
}
|
131
|
-
]
|
132
|
-
},
|
133
|
-
{
|
134
|
-
title: "Credit",
|
135
|
-
icon: "",
|
136
|
-
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.",
|
137
|
-
href: "https://lux.credit",
|
138
|
-
newTab: false,
|
139
|
-
childMenu: [
|
140
|
-
{
|
141
|
-
title: "Coins",
|
142
|
-
icon: "",
|
143
|
-
href: "https://lux.credit",
|
144
|
-
newTab: false,
|
145
|
-
contents:"" //insert string to here
|
146
|
-
},
|
147
|
-
{
|
148
|
-
title: "Compare Cards",
|
149
|
-
icon: "",
|
150
|
-
href: "https://lux.credit/compare",
|
151
|
-
newTab: false,
|
152
|
-
contents:"" //insert string to here
|
153
|
-
},
|
154
|
-
{
|
155
|
-
title: "Pass",
|
156
|
-
icon: "",
|
157
|
-
href: "https://lux.credit",
|
158
|
-
newTab: false,
|
159
|
-
contents:"" //insert string to here
|
160
|
-
},
|
161
|
-
{
|
162
|
-
title: "Validators",
|
163
|
-
icon: "",
|
164
|
-
href: "https://lux.market/validator",
|
165
|
-
newTab: false,
|
166
|
-
contents:"" //insert string to here
|
167
|
-
},
|
168
|
-
{
|
169
|
-
title: "View All Cards",
|
170
|
-
icon: "",
|
171
|
-
href: "https://lux.credit/cards",
|
172
|
-
newTab: false,
|
173
|
-
contents:"" //insert string to here
|
174
|
-
}
|
175
|
-
]
|
176
|
-
},
|
177
|
-
{
|
178
|
-
title: "Ecosystem",
|
179
|
-
icon: "",
|
180
|
-
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.",
|
181
|
-
href: "https://lux.link",
|
182
|
-
newTab: false,
|
183
|
-
childMenu: [
|
184
|
-
{
|
185
|
-
title: "AI Chat",
|
186
|
-
icon: "",
|
187
|
-
href: "https://lux.chat",
|
188
|
-
newTab: false,
|
189
|
-
contents:"" //insert string to here
|
190
|
-
},
|
191
|
-
{
|
192
|
-
title: "Credit",
|
193
|
-
icon: "",
|
194
|
-
href: "https://lux.credit",
|
195
|
-
newTab: false,
|
196
|
-
contents:"" //insert string to here
|
197
|
-
},
|
198
|
-
{
|
199
|
-
title: "Exchange",
|
200
|
-
icon: "",
|
201
|
-
href: "https://lux.finance/?utm_medium=social&utm_source=linktree&utm_campaign=app",
|
202
|
-
newTab: false,
|
203
|
-
contents:"" //insert string to here
|
204
|
-
},
|
205
|
-
{
|
206
|
-
title: "Finance",
|
207
|
-
icon: "",
|
208
|
-
href: "https://lux.finance/?utm_medium=social&utm_source=linktree&utm_campaign=app",
|
209
|
-
newTab: false,
|
210
|
-
contents:"" //insert string to here
|
211
|
-
},
|
212
|
-
{
|
213
|
-
title: "Market",
|
214
|
-
icon: "",
|
215
|
-
href: "https://lux.market/?utm_medium=social&utm_source=linktree&utm_campaign=market",
|
216
|
-
newTab: false,
|
217
|
-
contents:"" //insert string to here
|
218
|
-
},
|
219
|
-
{
|
220
|
-
title: "Shop",
|
221
|
-
icon: "",
|
222
|
-
href: "https://lux.market",
|
223
|
-
newTab: false,
|
224
|
-
contents:"" //insert string to here
|
225
|
-
},
|
226
|
-
{
|
227
|
-
title: "Quest",
|
228
|
-
icon: "",
|
229
|
-
href: "https://lux.quest/?utm_medium=social&utm_source=linktree&utm_campaign=quest",
|
230
|
-
newTab: false,
|
231
|
-
contents:"" //insert string to here
|
232
|
-
}
|
233
|
-
]
|
234
|
-
},
|
235
|
-
{
|
236
|
-
title: "Network",
|
237
|
-
icon: "",
|
238
|
-
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.",
|
239
|
-
href: "https://lux.network/?utm_medium=social&utm_source=linktree&utm_campaign=network",
|
240
|
-
newTab: false,
|
241
|
-
childMenu: [
|
242
|
-
{
|
243
|
-
title: "Bridge",
|
244
|
-
icon: "",
|
245
|
-
href: "https://bridge.lux.network/",
|
246
|
-
newTab: false,
|
247
|
-
contents:"" //insert string to here
|
248
|
-
},
|
249
|
-
{
|
250
|
-
title: "Coin",
|
251
|
-
icon: "",
|
252
|
-
href: "https://lux.network/coin?utm_medium=social&utm_source=linktree&utm_campaign=coins",
|
253
|
-
newTab: false,
|
254
|
-
contents:"" //insert string to here
|
255
|
-
},
|
256
|
-
{
|
257
|
-
title: "Explorer",
|
258
|
-
icon: "",
|
259
|
-
href: "https://explorer.lux.network/?utm_medium=social&utm_source=linktree&utm_campaign=explorer",
|
260
|
-
newTab: false,
|
261
|
-
contents:"" //insert string to here
|
262
|
-
},
|
263
|
-
{
|
264
|
-
title: "Launch Subnet",
|
265
|
-
icon: "",
|
266
|
-
href: "https://lux.launchsubnet",
|
267
|
-
newTab: false,
|
268
|
-
contents:"" //insert string to here
|
269
|
-
},
|
270
|
-
{
|
271
|
-
title: "Open Source",
|
272
|
-
icon: "",
|
273
|
-
href: "https://github.com/luxfi?utm_medium=social&utm_source=linktree&utm_campaign=code",
|
274
|
-
newTab: false,
|
275
|
-
contents:"" //insert string to here
|
276
|
-
},
|
277
|
-
{
|
278
|
-
title: "Safe",
|
279
|
-
icon: "",
|
280
|
-
href: "https://lux.network",
|
281
|
-
newTab: false,
|
282
|
-
contents:"" //insert string to here
|
283
|
-
},
|
284
|
-
{
|
285
|
-
title: "Validator",
|
286
|
-
icon: "",
|
287
|
-
href: "https://lux.market/validator?utm_medium=social&utm_source=linktree&utm_campaign=validator",
|
288
|
-
newTab: false,
|
289
|
-
contents:"" //insert string to here
|
290
|
-
},
|
291
|
-
{
|
292
|
-
title: "Wallet",
|
293
|
-
icon: "",
|
294
|
-
href: "https://wallet.lux.network/?utm_medium=social&utm_source=linktree&utm_campaign=wallet",
|
295
|
-
newTab: false,
|
296
|
-
contents:"" //insert string to here
|
297
|
-
},
|
298
|
-
]
|
299
|
-
},
|
300
|
-
{
|
301
|
-
title: "Shop",
|
302
|
-
icon: <Bag />,
|
303
|
-
href: "https://lux.shop",
|
304
|
-
newTab: false,
|
305
|
-
details: "Lux Shop is a part of the broader ecosystem, potentially related to Lux Market, which deals with NFT and metaverse asset management.",
|
306
|
-
childMenu: [
|
307
|
-
{
|
308
|
-
title: "Coins",
|
309
|
-
icon: <Bag />,
|
310
|
-
href: "https://lux.market/coin",
|
311
|
-
newTab: false,
|
312
|
-
contents:"" //insert string to here
|
313
|
-
},
|
314
|
-
{
|
315
|
-
title: "Silver",
|
316
|
-
icon: <Bag />,
|
317
|
-
href: "https://lux.shop/silver",
|
318
|
-
newTab: false,
|
319
|
-
contents:"" //insert string to here
|
320
|
-
},
|
321
|
-
{
|
322
|
-
title: "Key",
|
323
|
-
icon: <Bag />,
|
324
|
-
href: "https://lux.shop/key",
|
325
|
-
newTab: false,
|
326
|
-
contents:"" //insert string to here
|
327
|
-
},
|
328
|
-
{
|
329
|
-
title: "Validators",
|
330
|
-
icon: <Bag />,
|
331
|
-
href: "https://lux.shop/validator",
|
332
|
-
newTab: false,
|
333
|
-
contents:"" //insert string to here
|
334
|
-
}
|
335
|
-
]
|
336
|
-
},
|
337
|
-
] satisfies LinkDefExtended[]
|
338
|
-
|
1
|
+
import type { LinkDef } from '@hanzo/ui/types'
|
2
|
+
import { bag as Bag } from '../components/icons'
|
3
|
+
import SocialIcon from '../components/icons/social-icon'
|
4
|
+
import Warpcast from '../components/icons/warpcast'
|
5
|
+
|
6
|
+
export interface LinkDefExtended extends LinkDef {
|
7
|
+
isAIMenu?: boolean
|
8
|
+
icon?: any,
|
9
|
+
details?: string,
|
10
|
+
childMenu?: LinkDef[]
|
11
|
+
|
12
|
+
}
|
13
|
+
|
14
|
+
export default [
|
15
|
+
{
|
16
|
+
title: "AI",
|
17
|
+
icon: "",
|
18
|
+
href: "https://lux.chat",
|
19
|
+
newTab: false,
|
20
|
+
isAIMenu: true,
|
21
|
+
},
|
22
|
+
{
|
23
|
+
title: "Community",
|
24
|
+
icon: "",
|
25
|
+
details: "Be a part of the Lux Community and contribute to the growth and success of the Lux Ecosystem.",
|
26
|
+
href: "https://warpcast.com/~/channel/lux",
|
27
|
+
newTab: false,
|
28
|
+
childMenu: [
|
29
|
+
{
|
30
|
+
title: "Lux Channel",
|
31
|
+
icon: <Warpcast />,
|
32
|
+
href: "https://warpcast.com/~/channel/lux?utm_medium=social&utm_source=linktree&utm_campaign=warpcast",
|
33
|
+
newTab: false,
|
34
|
+
contents:"" //insert string to here
|
35
|
+
}, {
|
36
|
+
title: "Lux Discussions",
|
37
|
+
icon: <SocialIcon network='github' className=' w-[100%]' size={34}/>,
|
38
|
+
href: "https://github.com/luxfi/web/discussions",
|
39
|
+
newTab: false,
|
40
|
+
contents:"" //insert string to here
|
41
|
+
}, {
|
42
|
+
title: "@luxdefi",
|
43
|
+
icon: <SocialIcon network='facebook' className=' w-[100%]' size={34}/>,
|
44
|
+
href: "https://facebook.com/luxdefi",
|
45
|
+
newTab: false,
|
46
|
+
contents: "Be a part of the Lux Community and contribute to the growth and success of the Lux Ecosystem. Whether you are a developer, investor, or blockchain enthusiast, there is a place for you in our community. Join us today and start enjoying the numerous benefits and opportunities that come with being a member of the Lux Community.",
|
47
|
+
}, {
|
48
|
+
title: "@luxdefi",
|
49
|
+
icon: <SocialIcon network='instagram' className=' w-[100%]' size={34}/>,
|
50
|
+
href: "https://www.instagram.com/luxdefi",
|
51
|
+
newTab: false,
|
52
|
+
contents:"" //insert string to here
|
53
|
+
}, {
|
54
|
+
title: "@luxdefi",
|
55
|
+
icon: <SocialIcon network='linkedin' className=' w-[100%]' size={34}/>,
|
56
|
+
href: "https://linkedin.com/company/luxdefi",
|
57
|
+
newTab: false,
|
58
|
+
contents:"" //insert string to here
|
59
|
+
}, {
|
60
|
+
title: "@luxdefi",
|
61
|
+
icon: <SocialIcon network='x' className=' w-[100%]' size={34}/>,
|
62
|
+
href: "https://twitter.com/luxdefi",
|
63
|
+
newTab: false,
|
64
|
+
contents:"" //insert string to here
|
65
|
+
},{
|
66
|
+
title: "@luxdefi",
|
67
|
+
icon: <SocialIcon network='youtube' className=' w-[100%]' size={34}/>,
|
68
|
+
href: "https://www.youtube.com/@luxdefi",
|
69
|
+
newTab: false,
|
70
|
+
contents:"" //insert string to here
|
71
|
+
},
|
72
|
+
]
|
73
|
+
},
|
74
|
+
{
|
75
|
+
title: "Company",
|
76
|
+
icon: "",
|
77
|
+
details: "At Lux Network, our mission is to revolutionize the blockchain industry by providing a scalable, quantum-safe blockchain ecosystem that integrates traditional finance (TradFi) with decentralized finance (DeFi). We aim to create a secure, efficient, and user-friendly platform that empowers individuals and businesses to leverage the full potential of blockchain technology.",
|
78
|
+
href: "https://lux.partners",
|
79
|
+
newTab: false,
|
80
|
+
childMenu: [
|
81
|
+
{
|
82
|
+
title: "About",
|
83
|
+
icon: "",
|
84
|
+
href: "https://lux.partners",
|
85
|
+
newTab: false,
|
86
|
+
contents:"" //insert string to here
|
87
|
+
},
|
88
|
+
{
|
89
|
+
title: "Brand",
|
90
|
+
icon: "",
|
91
|
+
href: "https://lux.partners",
|
92
|
+
newTab: false,
|
93
|
+
contents:"" //insert string to here
|
94
|
+
},
|
95
|
+
{
|
96
|
+
title: "Careers",
|
97
|
+
icon: "",
|
98
|
+
href: "https://lux.partners",
|
99
|
+
newTab: false,
|
100
|
+
contents:"" //insert string to here
|
101
|
+
},
|
102
|
+
{
|
103
|
+
title: "Open Source",
|
104
|
+
icon: "",
|
105
|
+
href: "https://github.com/luxfi",
|
106
|
+
newTab: false,
|
107
|
+
contents:"" //insert string to here
|
108
|
+
},
|
109
|
+
|
110
|
+
{
|
111
|
+
title: "Partnership",
|
112
|
+
icon: "",
|
113
|
+
href: "https://lux.partners",
|
114
|
+
newTab: false,
|
115
|
+
contents:"" //insert string to here
|
116
|
+
},
|
117
|
+
{
|
118
|
+
title: "Press",
|
119
|
+
icon: "",
|
120
|
+
href: "https://lux.partners",
|
121
|
+
newTab: false,
|
122
|
+
contents:"" //insert string to here
|
123
|
+
},
|
124
|
+
{
|
125
|
+
title: "Help",
|
126
|
+
icon: "",
|
127
|
+
href: "https://lux.partners",
|
128
|
+
newTab: false,
|
129
|
+
contents:"" //insert string to here
|
130
|
+
}
|
131
|
+
]
|
132
|
+
},
|
133
|
+
{
|
134
|
+
title: "Credit",
|
135
|
+
icon: "",
|
136
|
+
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.",
|
137
|
+
href: "https://lux.credit",
|
138
|
+
newTab: false,
|
139
|
+
childMenu: [
|
140
|
+
{
|
141
|
+
title: "Coins",
|
142
|
+
icon: "",
|
143
|
+
href: "https://lux.credit",
|
144
|
+
newTab: false,
|
145
|
+
contents:"" //insert string to here
|
146
|
+
},
|
147
|
+
{
|
148
|
+
title: "Compare Cards",
|
149
|
+
icon: "",
|
150
|
+
href: "https://lux.credit/compare",
|
151
|
+
newTab: false,
|
152
|
+
contents:"" //insert string to here
|
153
|
+
},
|
154
|
+
{
|
155
|
+
title: "Pass",
|
156
|
+
icon: "",
|
157
|
+
href: "https://lux.credit",
|
158
|
+
newTab: false,
|
159
|
+
contents:"" //insert string to here
|
160
|
+
},
|
161
|
+
{
|
162
|
+
title: "Validators",
|
163
|
+
icon: "",
|
164
|
+
href: "https://lux.market/validator",
|
165
|
+
newTab: false,
|
166
|
+
contents:"" //insert string to here
|
167
|
+
},
|
168
|
+
{
|
169
|
+
title: "View All Cards",
|
170
|
+
icon: "",
|
171
|
+
href: "https://lux.credit/cards",
|
172
|
+
newTab: false,
|
173
|
+
contents:"" //insert string to here
|
174
|
+
}
|
175
|
+
]
|
176
|
+
},
|
177
|
+
{
|
178
|
+
title: "Ecosystem",
|
179
|
+
icon: "",
|
180
|
+
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.",
|
181
|
+
href: "https://lux.link",
|
182
|
+
newTab: false,
|
183
|
+
childMenu: [
|
184
|
+
{
|
185
|
+
title: "AI Chat",
|
186
|
+
icon: "",
|
187
|
+
href: "https://lux.chat",
|
188
|
+
newTab: false,
|
189
|
+
contents:"" //insert string to here
|
190
|
+
},
|
191
|
+
{
|
192
|
+
title: "Credit",
|
193
|
+
icon: "",
|
194
|
+
href: "https://lux.credit",
|
195
|
+
newTab: false,
|
196
|
+
contents:"" //insert string to here
|
197
|
+
},
|
198
|
+
{
|
199
|
+
title: "Exchange",
|
200
|
+
icon: "",
|
201
|
+
href: "https://lux.finance/?utm_medium=social&utm_source=linktree&utm_campaign=app",
|
202
|
+
newTab: false,
|
203
|
+
contents:"" //insert string to here
|
204
|
+
},
|
205
|
+
{
|
206
|
+
title: "Finance",
|
207
|
+
icon: "",
|
208
|
+
href: "https://lux.finance/?utm_medium=social&utm_source=linktree&utm_campaign=app",
|
209
|
+
newTab: false,
|
210
|
+
contents:"" //insert string to here
|
211
|
+
},
|
212
|
+
{
|
213
|
+
title: "Market",
|
214
|
+
icon: "",
|
215
|
+
href: "https://lux.market/?utm_medium=social&utm_source=linktree&utm_campaign=market",
|
216
|
+
newTab: false,
|
217
|
+
contents:"" //insert string to here
|
218
|
+
},
|
219
|
+
{
|
220
|
+
title: "Shop",
|
221
|
+
icon: "",
|
222
|
+
href: "https://lux.market",
|
223
|
+
newTab: false,
|
224
|
+
contents:"" //insert string to here
|
225
|
+
},
|
226
|
+
{
|
227
|
+
title: "Quest",
|
228
|
+
icon: "",
|
229
|
+
href: "https://lux.quest/?utm_medium=social&utm_source=linktree&utm_campaign=quest",
|
230
|
+
newTab: false,
|
231
|
+
contents:"" //insert string to here
|
232
|
+
}
|
233
|
+
]
|
234
|
+
},
|
235
|
+
{
|
236
|
+
title: "Network",
|
237
|
+
icon: "",
|
238
|
+
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.",
|
239
|
+
href: "https://lux.network/?utm_medium=social&utm_source=linktree&utm_campaign=network",
|
240
|
+
newTab: false,
|
241
|
+
childMenu: [
|
242
|
+
{
|
243
|
+
title: "Bridge",
|
244
|
+
icon: "",
|
245
|
+
href: "https://bridge.lux.network/",
|
246
|
+
newTab: false,
|
247
|
+
contents:"" //insert string to here
|
248
|
+
},
|
249
|
+
{
|
250
|
+
title: "Coin",
|
251
|
+
icon: "",
|
252
|
+
href: "https://lux.network/coin?utm_medium=social&utm_source=linktree&utm_campaign=coins",
|
253
|
+
newTab: false,
|
254
|
+
contents:"" //insert string to here
|
255
|
+
},
|
256
|
+
{
|
257
|
+
title: "Explorer",
|
258
|
+
icon: "",
|
259
|
+
href: "https://explorer.lux.network/?utm_medium=social&utm_source=linktree&utm_campaign=explorer",
|
260
|
+
newTab: false,
|
261
|
+
contents:"" //insert string to here
|
262
|
+
},
|
263
|
+
{
|
264
|
+
title: "Launch Subnet",
|
265
|
+
icon: "",
|
266
|
+
href: "https://lux.launchsubnet",
|
267
|
+
newTab: false,
|
268
|
+
contents:"" //insert string to here
|
269
|
+
},
|
270
|
+
{
|
271
|
+
title: "Open Source",
|
272
|
+
icon: "",
|
273
|
+
href: "https://github.com/luxfi?utm_medium=social&utm_source=linktree&utm_campaign=code",
|
274
|
+
newTab: false,
|
275
|
+
contents:"" //insert string to here
|
276
|
+
},
|
277
|
+
{
|
278
|
+
title: "Safe",
|
279
|
+
icon: "",
|
280
|
+
href: "https://lux.network",
|
281
|
+
newTab: false,
|
282
|
+
contents:"" //insert string to here
|
283
|
+
},
|
284
|
+
{
|
285
|
+
title: "Validator",
|
286
|
+
icon: "",
|
287
|
+
href: "https://lux.market/validator?utm_medium=social&utm_source=linktree&utm_campaign=validator",
|
288
|
+
newTab: false,
|
289
|
+
contents:"" //insert string to here
|
290
|
+
},
|
291
|
+
{
|
292
|
+
title: "Wallet",
|
293
|
+
icon: "",
|
294
|
+
href: "https://wallet.lux.network/?utm_medium=social&utm_source=linktree&utm_campaign=wallet",
|
295
|
+
newTab: false,
|
296
|
+
contents:"" //insert string to here
|
297
|
+
},
|
298
|
+
]
|
299
|
+
},
|
300
|
+
{
|
301
|
+
title: "Shop",
|
302
|
+
icon: <Bag />,
|
303
|
+
href: "https://lux.shop",
|
304
|
+
newTab: false,
|
305
|
+
details: "Lux Shop is a part of the broader ecosystem, potentially related to Lux Market, which deals with NFT and metaverse asset management.",
|
306
|
+
childMenu: [
|
307
|
+
{
|
308
|
+
title: "Coins",
|
309
|
+
icon: <Bag />,
|
310
|
+
href: "https://lux.market/coin",
|
311
|
+
newTab: false,
|
312
|
+
contents:"" //insert string to here
|
313
|
+
},
|
314
|
+
{
|
315
|
+
title: "Silver",
|
316
|
+
icon: <Bag />,
|
317
|
+
href: "https://lux.shop/silver",
|
318
|
+
newTab: false,
|
319
|
+
contents:"" //insert string to here
|
320
|
+
},
|
321
|
+
{
|
322
|
+
title: "Key",
|
323
|
+
icon: <Bag />,
|
324
|
+
href: "https://lux.shop/key",
|
325
|
+
newTab: false,
|
326
|
+
contents:"" //insert string to here
|
327
|
+
},
|
328
|
+
{
|
329
|
+
title: "Validators",
|
330
|
+
icon: <Bag />,
|
331
|
+
href: "https://lux.shop/validator",
|
332
|
+
newTab: false,
|
333
|
+
contents:"" //insert string to here
|
334
|
+
}
|
335
|
+
]
|
336
|
+
},
|
337
|
+
] satisfies LinkDefExtended[]
|
338
|
+
|