@luxfi/core 5.2.8 → 5.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (150) hide show
  1. package/commerce/ui/conf.ts +13 -13
  2. package/commerce/ui/context.tsx +126 -126
  3. package/commerce/ui/store.ts +304 -304
  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 -42
  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 -84
  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 +131 -130
  29. package/components/commerce/drawer/index.tsx +99 -99
  30. package/components/commerce/drawer/micro.tsx +144 -144
  31. package/components/commerce/drawer/shell.tsx +85 -85
  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 +48 -42
  36. package/components/commerce/mobile-nav-menu-item.tsx +49 -49
  37. package/components/commerce/mobile-nav-menu.tsx +102 -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 +50 -49
  45. package/components/header/index.tsx +52 -52
  46. package/components/header/mobile.tsx +163 -163
  47. package/components/header/theme-toggle.tsx +26 -26
  48. package/components/icons/24k-gold-card.tsx +43 -0
  49. package/components/icons/ai-chat.tsx +29 -0
  50. package/components/icons/anodized-titanium.tsx +45 -0
  51. package/components/icons/avatar.tsx +11 -11
  52. package/components/icons/bag-icon.tsx +10 -10
  53. package/components/icons/blog.tsx +20 -0
  54. package/components/icons/bridge.tsx +68 -0
  55. package/components/icons/changelog.tsx +21 -0
  56. package/components/icons/chrome.tsx +45 -0
  57. package/components/icons/coins.tsx +20 -0
  58. package/components/icons/compare-cards.tsx +21 -0
  59. package/components/icons/credit.tsx +20 -0
  60. package/components/icons/customer-support.tsx +21 -0
  61. package/components/icons/customers.tsx +33 -0
  62. package/components/icons/developer-docs.tsx +20 -0
  63. package/components/icons/exchange.tsx +21 -0
  64. package/components/icons/explorer.tsx +22 -0
  65. package/components/icons/faqs.tsx +21 -0
  66. package/components/icons/github.tsx +14 -14
  67. package/components/icons/guides.tsx +21 -0
  68. package/components/icons/gun-metal.tsx +44 -0
  69. package/components/icons/index.tsx +43 -43
  70. package/components/icons/integrations.tsx +25 -0
  71. package/components/icons/irradescent.tsx +41 -0
  72. package/components/icons/launch-subnet.tsx +21 -0
  73. package/components/icons/left-arrow.tsx +11 -11
  74. package/components/icons/lux-finance.tsx +23 -0
  75. package/components/icons/lux-logo.tsx +10 -10
  76. package/components/icons/lux-pass.tsx +25 -0
  77. package/components/icons/lux-quests.tsx +21 -0
  78. package/components/icons/market.tsx +24 -0
  79. package/components/icons/mirrored-titanium.tsx +46 -0
  80. package/components/icons/more-benefits.tsx +21 -0
  81. package/components/icons/open-source.tsx +26 -0
  82. package/components/icons/right-arrow.tsx +10 -10
  83. package/components/icons/safe.tsx +37 -0
  84. package/components/icons/search.tsx +12 -12
  85. package/components/icons/secure-delivery.tsx +13 -13
  86. package/components/icons/shop.tsx +20 -0
  87. package/components/icons/social-icon.tsx +35 -35
  88. package/components/icons/social-svg.css +3 -3
  89. package/components/icons/sterling-silver-card.tsx +44 -0
  90. package/components/icons/templates.tsx +21 -0
  91. package/components/icons/validators.tsx +41 -0
  92. package/components/icons/view-all-card.tsx +20 -0
  93. package/components/icons/wallet.tsx +20 -0
  94. package/components/icons/warpcast.tsx +58 -58
  95. package/components/icons/youtube-logo.tsx +59 -59
  96. package/components/index.ts +27 -27
  97. package/components/logo.tsx +89 -89
  98. package/components/main.tsx +27 -27
  99. package/components/mini-chart/index.tsx +7 -7
  100. package/components/mini-chart/mini-chart-props.ts +43 -43
  101. package/components/mini-chart/mini-chart.tsx +85 -85
  102. package/components/mini-chart/wrapper.tsx +23 -23
  103. package/components/not-found/index.tsx +28 -28
  104. package/components/not-found/not-found-content.mdx +5 -5
  105. package/components/scripts.tsx +24 -24
  106. package/components/tooltip.tsx +31 -31
  107. package/environment.d.ts +5 -5
  108. package/next/analytics/fpixel.ts +15 -15
  109. package/next/analytics/google-analytics.ts +13 -13
  110. package/next/analytics/index.ts +3 -3
  111. package/next/analytics/pixel-analytics.tsx +54 -54
  112. package/next/font/get-app-router-font-classes.ts +12 -12
  113. package/next/font/load-and-return-lux-next-fonts-on-import.ts +68 -68
  114. package/next/font/next-font-desc.ts +27 -27
  115. package/next/font/pages-router-font-vars.tsx +18 -18
  116. package/next/head-metadata/from-next/metadata-types.ts +158 -158
  117. package/next/head-metadata/from-next/opengraph-types.ts +267 -267
  118. package/next/head-metadata/from-next/twitter-types.ts +92 -92
  119. package/next/head-metadata/index.tsx +208 -208
  120. package/next/middleware/determine-device-mw.ts +16 -16
  121. package/package.json +79 -79
  122. package/root-layout/WHY_THIS_IS_SEPARATE.txt +1 -1
  123. package/root-layout/index.tsx +112 -112
  124. package/server-actions/firebase-app.ts +14 -14
  125. package/server-actions/index.ts +5 -5
  126. package/server-actions/store-contact.ts +51 -51
  127. package/site-def/footer/community.tsx +67 -67
  128. package/site-def/footer/company.ts +37 -37
  129. package/site-def/footer/ecosystem.ts +37 -37
  130. package/site-def/footer/index.tsx +26 -26
  131. package/site-def/footer/legal.ts +28 -28
  132. package/site-def/footer/network.ts +45 -45
  133. package/site-def/footer/svg/warpcast-logo.svg +11 -11
  134. package/site-def/index.ts +2 -2
  135. package/site-def/main-nav.tsx +392 -338
  136. package/style/cart-animation.css +29 -29
  137. package/style/checkout-animation.css +23 -23
  138. package/style/drawer-handle-overrides.css +160 -160
  139. package/style/lux-colors.css +85 -85
  140. package/style/lux-global.css +30 -30
  141. package/tailwind/fontFamily.tailwind.lux.ts +18 -18
  142. package/tailwind/index.ts +2 -2
  143. package/tailwind/lux-tw-fonts.ts +39 -39
  144. package/tailwind/tailwind.config.lux-preset.ts +10 -10
  145. package/tsconfig.json +15 -15
  146. package/types/chatbot-config.ts +6 -6
  147. package/types/chatbot-suggested-question.ts +7 -7
  148. package/types/contact-info.ts +10 -10
  149. package/types/index.ts +4 -4
  150. package/types/site-def.ts +43 -43
@@ -1,338 +1,392 @@
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 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
+