File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ export default function Home() {
81
81
router . push ( link ) ;
82
82
}
83
83
84
+ useEffect ( ( ) => {
85
+ router . push ( '/bank' ) ;
86
+ } , [ ] ) ;
87
+
84
88
return (
85
89
< >
86
90
{ /* <!-- Google tag (gtag.js) --> */ }
@@ -108,6 +112,9 @@ export default function Home() {
108
112
as = "image"
109
113
/>
110
114
</ Head >
115
+
116
+
117
+ { /* This is hidden for now, remove useEffect router.push('/bank') to see */ }
111
118
< AnimatePresence >
112
119
< motion . main className = "min-h-screen w-full flex-col items-center justify-center bg-ldblack " >
113
120
< div className = "w-full text-white flex h-20 shadow-2xl" >
@@ -232,6 +239,7 @@ export default function Home() {
232
239
) }
233
240
</ motion . main >
234
241
</ AnimatePresence >
242
+
235
243
</ >
236
244
) ;
237
245
}
Original file line number Diff line number Diff line change @@ -365,6 +365,8 @@ export const DEFAULT_AI_TRAVEL_PROMPT = {
365
365
] ,
366
366
} ;
367
367
368
+
369
+
368
370
export const CSNAV_ITEMS = {
369
371
arrow : arrowIconCSNAV ,
370
372
codeexamples : {
@@ -390,7 +392,7 @@ export const CSNAV_ITEMS = {
390
392
iconHover : releaseIconHover ,
391
393
type : "usecase" ,
392
394
link : "/bank" ,
393
- title : "Automate Releases " ,
395
+ title : "ToggleBank " ,
394
396
} ,
395
397
monitor : {
396
398
icon : monitorIcon ,
@@ -399,7 +401,7 @@ export const CSNAV_ITEMS = {
399
401
iconHover : monitorIconHover ,
400
402
type : "usecase" ,
401
403
link : "/investment" ,
402
- title : "De-Risk Releases " ,
404
+ title : "FrontierCapital " ,
403
405
} ,
404
406
ai : {
405
407
icon : aiIcon ,
@@ -408,7 +410,7 @@ export const CSNAV_ITEMS = {
408
410
iconHover : aiIconHover ,
409
411
type : "usecase" ,
410
412
link : "/airways" ,
411
- title : "Accelerate AI " ,
413
+ title : "LaunchAirways " ,
412
414
} ,
413
415
experiment : {
414
416
icon : experimentIcon ,
@@ -417,7 +419,7 @@ export const CSNAV_ITEMS = {
417
419
iconHover : experimentIconHover ,
418
420
type : "usecase" ,
419
421
link : "/marketplace" ,
420
- title : "Optimize Experiences " ,
422
+ title : "GalaxyMarketplace " ,
421
423
} ,
422
424
} ;
423
425
You can’t perform that action at this time.
0 commit comments