diff --git a/src/pages/pricing.js b/src/pages/pricing.js index 51695ba..482110e 100644 --- a/src/pages/pricing.js +++ b/src/pages/pricing.js @@ -1,10 +1,11 @@ import Head from 'next/head'; +import Link from 'next/link'; import Navbar from 'components/Navbar'; import Footer from 'components/Footer'; import GlobalStyle from '../globalStyles'; const CheckIcon = () => { - return ; + return ; }; export default function Pricing() { @@ -47,50 +48,52 @@ export default function Pricing() {
-
-
-
-

Pricing

-

+

+
+
+

Pricing

+

Majority of our features are free and open source.
We strive to strike a harmonious balance between open-source principles and sustainability.

-
-
-

Opensource Edition

-
- Free +
+
+

Opensource Edition

+
+ Free
-
    - {opensourceEdition.map((item) => ( -
  • +
      + {opensourceEdition.map((item, index) => ( +
    • {item}
    • ))}
    - Get Started + + Get Started +
-
-

Golden Edition

-
- $12 - /year +
+

Golden Edition

+
+ $12 + /year
-
    - {goldenEditon.map((item) => ( -
  • +
      + {goldenEditon.map((item, index) => ( +
    • {item}
    • ))}
    - Coming Soon + Coming Soon
-

+

* All open-source contributors of Bruno will receive a free license for the Golden Edition.