Skip to content

Commit

Permalink
OK fine, restore the six features
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Nov 4, 2024
1 parent 6c85fa0 commit d6d7ad6
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,40 @@ const features = [
</>
),
},
{
title: 'Articles',
link: 'articles',
imageUrl: 'img/undraw_Portfolio_update_re_jqnp.svg',
description: (
<>
How to prepare for data integration? How to structure external IDs? How
to...
</>
),
},
{
title: 'Blog',
link: 'https://openfn.org/blog',
imageUrl: 'img/undraw_reading_time_gvg0.svg',
description: (
<>
We help the world's most promising social impact interventions achieve
scale through automation, data integration, and interoperability. These
are their stories.
</>
),
},
{
title: 'Enterprise',
link: 'https://www.openfn.org',
imageUrl: 'img/undraw_secure_server_s9u8.svg',
description: (
<>
Check out the enterprise-grade OpenFn integration-platform-as-a-service
(iPaaS), offering free-forever plans and affordable pathways to scale.
</>
),
},
];

function Feature({ imageUrl, title, description, link }) {
Expand Down

0 comments on commit d6d7ad6

Please sign in to comment.