@luxfi/core 5.2.7 → 5.2.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. package/commerce/ui/conf.ts +13 -13
  2. package/commerce/ui/context.tsx +126 -102
  3. package/commerce/ui/store.ts +304 -276
  4. package/components/access-code-input.tsx +71 -71
  5. package/components/auth/auth-listener.tsx +29 -29
  6. package/components/auth/auth-token/clear-auth-token.tsx +12 -12
  7. package/components/auth/auth-token/set-auth-token.tsx +16 -16
  8. package/components/auth/common-auth-domains.ts +16 -16
  9. package/components/auth/login-panel.tsx +107 -107
  10. package/components/back-button.tsx +42 -0
  11. package/components/chat-widget.tsx +85 -85
  12. package/components/commerce/add-widget.tsx +20 -20
  13. package/components/commerce/bag-button.tsx +98 -98
  14. package/components/commerce/buy-button.tsx +34 -34
  15. package/components/commerce/checkout-button.tsx +129 -129
  16. package/components/commerce/checkout-panel/dt-bag-carousel.tsx +36 -36
  17. package/components/commerce/checkout-panel/dt-checkout-panel.tsx +84 -66
  18. package/components/commerce/checkout-panel/index.tsx +129 -129
  19. package/components/commerce/checkout-panel/links-row.tsx +21 -21
  20. package/components/commerce/checkout-panel/mb-checkout-panel.tsx +54 -54
  21. package/components/commerce/checkout-panel/steps-indicator.tsx +39 -39
  22. package/components/commerce/checkout-panel/thank-you.tsx +18 -18
  23. package/components/commerce/checkout-widget/const.ts +13 -13
  24. package/components/commerce/checkout-widget/index.tsx +192 -192
  25. package/components/commerce/checkout-widget/obs-string-set.ts +48 -48
  26. package/components/commerce/checkout-widget/use-anim-clx-set.ts +58 -58
  27. package/components/commerce/desktop-bag-popup.tsx +78 -78
  28. package/components/commerce/desktop-nav-menu.tsx +130 -130
  29. package/components/commerce/drawer/index.tsx +99 -116
  30. package/components/commerce/drawer/micro.tsx +144 -144
  31. package/components/commerce/drawer/shell.tsx +85 -83
  32. package/components/commerce/mobile-bag-drawer.tsx +51 -51
  33. package/components/commerce/mobile-login-button.tsx +101 -101
  34. package/components/commerce/mobile-menu-toggle-button.tsx +35 -35
  35. package/components/commerce/mobile-nav-menu-ai.tsx +42 -44
  36. package/components/commerce/mobile-nav-menu-item.tsx +49 -49
  37. package/components/commerce/mobile-nav-menu.tsx +68 -68
  38. package/components/contact-dialog/contact-form.tsx +113 -113
  39. package/components/contact-dialog/disclaimer.tsx +13 -13
  40. package/components/contact-dialog/index.tsx +64 -64
  41. package/components/copyright.tsx +21 -21
  42. package/components/drawer-margin.tsx +25 -25
  43. package/components/footer.tsx +77 -77
  44. package/components/header/desktop.tsx +49 -49
  45. package/components/header/index.tsx +52 -52
  46. package/components/header/mobile.tsx +163 -166
  47. package/components/header/theme-toggle.tsx +26 -26
  48. package/components/icons/avatar.tsx +11 -11
  49. package/components/icons/bag-icon.tsx +10 -10
  50. package/components/icons/github.tsx +14 -14
  51. package/components/icons/index.tsx +43 -43
  52. package/components/icons/left-arrow.tsx +11 -11
  53. package/components/icons/lux-logo.tsx +10 -10
  54. package/components/icons/right-arrow.tsx +10 -10
  55. package/components/icons/search.tsx +12 -12
  56. package/components/icons/secure-delivery.tsx +13 -13
  57. package/components/icons/social-icon.tsx +35 -35
  58. package/components/icons/social-svg.css +3 -3
  59. package/components/icons/warpcast.tsx +58 -58
  60. package/components/icons/youtube-logo.tsx +59 -59
  61. package/components/index.ts +27 -25
  62. package/components/logo.tsx +89 -81
  63. package/components/main.tsx +27 -27
  64. package/components/mini-chart/index.tsx +7 -7
  65. package/components/mini-chart/mini-chart-props.ts +43 -43
  66. package/components/mini-chart/mini-chart.tsx +85 -85
  67. package/components/mini-chart/wrapper.tsx +23 -23
  68. package/components/not-found/index.tsx +28 -28
  69. package/components/not-found/not-found-content.mdx +5 -5
  70. package/components/scripts.tsx +24 -24
  71. package/components/tooltip.tsx +31 -0
  72. package/environment.d.ts +5 -5
  73. package/next/analytics/fpixel.ts +15 -15
  74. package/next/analytics/google-analytics.ts +13 -13
  75. package/next/analytics/index.ts +3 -3
  76. package/next/analytics/pixel-analytics.tsx +54 -54
  77. package/next/font/get-app-router-font-classes.ts +12 -12
  78. package/next/font/load-and-return-lux-next-fonts-on-import.ts +68 -68
  79. package/next/font/next-font-desc.ts +27 -27
  80. package/next/font/pages-router-font-vars.tsx +18 -18
  81. package/next/head-metadata/from-next/metadata-types.ts +158 -158
  82. package/next/head-metadata/from-next/opengraph-types.ts +267 -267
  83. package/next/head-metadata/from-next/twitter-types.ts +92 -92
  84. package/next/head-metadata/index.tsx +208 -208
  85. package/next/middleware/determine-device-mw.ts +16 -16
  86. package/package.json +79 -78
  87. package/root-layout/WHY_THIS_IS_SEPARATE.txt +1 -1
  88. package/root-layout/index.tsx +112 -112
  89. package/server-actions/firebase-app.ts +14 -14
  90. package/server-actions/index.ts +5 -5
  91. package/server-actions/store-contact.ts +51 -51
  92. package/site-def/footer/community.tsx +67 -67
  93. package/site-def/footer/company.ts +37 -37
  94. package/site-def/footer/ecosystem.ts +37 -37
  95. package/site-def/footer/index.tsx +26 -26
  96. package/site-def/footer/legal.ts +28 -28
  97. package/site-def/footer/network.ts +45 -45
  98. package/site-def/footer/svg/warpcast-logo.svg +11 -11
  99. package/site-def/index.ts +2 -2
  100. package/site-def/main-nav.tsx +338 -338
  101. package/style/cart-animation.css +29 -29
  102. package/style/checkout-animation.css +23 -23
  103. package/style/drawer-handle-overrides.css +160 -160
  104. package/style/lux-colors.css +85 -85
  105. package/style/lux-global.css +30 -30
  106. package/tailwind/fontFamily.tailwind.lux.ts +18 -18
  107. package/tailwind/index.ts +2 -2
  108. package/tailwind/lux-tw-fonts.ts +39 -39
  109. package/tailwind/tailwind.config.lux-preset.ts +10 -10
  110. package/tsconfig.json +15 -15
  111. package/types/chatbot-config.ts +6 -6
  112. package/types/chatbot-suggested-question.ts +7 -7
  113. package/types/contact-info.ts +10 -10
  114. package/types/index.ts +4 -4
  115. package/types/site-def.ts +43 -43
  116. package/components/commerce/checkout-panel/close-button.tsx +0 -26
@@ -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
+