@@ -80,13 +80,13 @@ export default function Groot() {
80
80
} ,
81
81
{
82
82
name : "PRO (floating license)" ,
83
- price : "€790" ,
84
- durance : " / year (*)" ,
83
+ price : "€65" ,
84
+ durance : " / month" ,
85
+ sub_durance : "Paid yearly (€780 / year)" ,
85
86
points : [
86
87
"Search Nodes in large trees" ,
87
88
"Unlimited Number of Nodes in Monitor and Log Visualizer" ,
88
- "Interactive real-time debugger" ,
89
- "Technical support" ,
89
+ "Interactive real-time debugger"
90
90
] ,
91
91
btn : "Buy License" ,
92
92
onclick : ( ) => handleClickPro ( )
@@ -98,7 +98,7 @@ export default function Groot() {
98
98
points : [
99
99
"All the features in PRO" ,
100
100
"Access to the source code" ,
101
- "Site license with unlimited number of seats. " ,
101
+ "Site license with unlimited number of seats" ,
102
102
] ,
103
103
btn : "Contact us" ,
104
104
onclick :( ) => handleClickContact ( )
@@ -309,6 +309,7 @@ export default function Groot() {
309
309
< div id = "price" > { item . price } </ div >
310
310
< div id = "durance" > { item . durance } </ div >
311
311
</ div >
312
+ < div id = "sub_durance" > { item . sub_durance } </ div >
312
313
< ul id = "point_stack" as = "ul" >
313
314
{ item . points . map ( ( p ) => (
314
315
< li id = "point" as = "li" >
@@ -353,7 +354,7 @@ export default function Groot() {
353
354
< div className = 'row' >
354
355
< div className = 'col col--2 ' > </ div >
355
356
< div className = 'col col--8 ' >
356
- < h1 id = 'pricingHead' > (*) But wait, there is more!</ h1 >
357
+ < h1 id = 'pricingHead' > But wait, there is more!</ h1 >
357
358
< ul >
358
359
< li id = 'text' >
359
360
< b > Free Trial:</ b > enjoy all the features of th PRO versions
@@ -390,7 +391,7 @@ export default function Groot() {
390
391
391
392
< div
392
393
className = { `${ styles . sectionText } container ${ styles . flexCol } gap-5 ` } >
393
- < h3 > Latest release: 1.5 .0 (2023-12-16 )</ h3 >
394
+ < h3 > Latest release: 1.4 .0 (2023-11-29 )</ h3 >
394
395
< div className = { styles . downloadGroup } >
395
396
< div id = 'card_download' style = { { textAlign : "center" } } >
396
397
< img
@@ -400,7 +401,7 @@ export default function Groot() {
400
401
/>
401
402
< Link
402
403
onclick = "fathom.trackGoal('I8XXZTK4', 0);"
403
- to = 'https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-v1.5 .0-windows-installer.exe' >
404
+ to = 'https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-1.4 .0-windows-installer.exe' >
404
405
Windows installer
405
406
</ Link >
406
407
</ div >
@@ -412,7 +413,7 @@ export default function Groot() {
412
413
/>
413
414
< Link
414
415
onclick = "fathom.trackGoal('VGT2ANC4', 0);"
415
- to = 'https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5 .0-linux-installer.run' >
416
+ to = 'https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-1.4 .0-linux-installer.run' >
416
417
Linux installer
417
418
</ Link >
418
419
</ div >
@@ -425,7 +426,7 @@ export default function Groot() {
425
426
< Link
426
427
// style={{marginLeft: '20px'}}
427
428
onclick = "fathom.trackGoal('DIQDUTJ2', 0);"
428
- to = 'https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5 .0-x86_64.AppImage' >
429
+ to = 'https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.4 .0-x86_64.AppImage' >
429
430
AppImage (Linux)
430
431
</ Link >
431
432
</ div >
0 commit comments