Skip to content

Commit 161e234

Browse files
committed
new pricing
1 parent f3bb467 commit 161e234

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

src/pages/groot.js

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,25 +80,24 @@ export default function Groot() {
8080
},
8181
{
8282
name: "PRO (floating license)",
83-
price: "€65",
84-
durance: " / month",
85-
sub_durance: "Billed annually (€780 / year)",
83+
price: "€690",
84+
durance: " / year",
8685
points: [
8786
"Search Nodes in large trees",
8887
"Unlimited Number of Nodes in Monitor and Log Visualizer",
8988
"Interactive real-time debugger"
9089
],
91-
btn: "Buy License",
92-
onclick: () => handleClickPro()
90+
btn: "Contact us",
91+
onclick:() => handleClickContact()
9392
},
9493
{
95-
name: "PRO (source code)",
96-
price: "Inquiry",
97-
durance: "",
94+
name: "Training",
95+
price: "€1,800",
96+
durance: " / month",
9897
points: [
99-
"All the features in PRO",
100-
"Access to the source code",
101-
"Site license with unlimited number of seats",
98+
"Includes 1 PRO license (1 year)",
99+
"Up to 12 hours per month",
100+
"Learn how to use BT.CPP effectively or improve your current implementation",
102101
],
103102
btn: "Contact us",
104103
onclick:() => handleClickContact()
@@ -360,13 +359,13 @@ export default function Groot() {
360359
<b>Free Trial:</b> enjoy all the features of th PRO versions
361360
for one month, activating your trial in "Preferences".
362361
</li>
363-
<li id='text'>
362+
{/* <li id='text'>
364363
<b>Discounts:</b> a price discount is automatically applied
365364
when purchasing multiple licenses (3+ or 5+).
366-
</li>
365+
</li> */}
367366
<li id='text'>
368-
<b>Free for academia:</b> if you are a student or researcher,
369-
you can receive a complementary 1 year license.
367+
<b>Free for individual researchers:</b> if you are a student or researcher,
368+
you can receive a complementary 1 year license (node locked).
370369
<a href="https://airtable.com/appqTlC23AiSoB4Fd/shrsC33d8feHZmKXs" target="_blank"> Fill this form</a>
371370
&ensp;and tell us more about your project.
372371
</li>

0 commit comments

Comments
 (0)