import React from 'react';
import clsx from 'clsx';
import styles from './styles.module.css';
const FeatureList = [
{
title: 'What is OpenSign™?',
PNGUrl: '/img/logo.svg',
description: (
<>
At OpenSign Labs, we're redefining the landscape of digital signatures. Our mission is to make digital document signing not just a formality, but an integral part of your organization's digital transformation journey. OpenSign™ Docs is your gateway to a world where efficiency, security and simplicity reign supreme.
>
),
},
{
title: 'Why Choose OpenSign™?',
PNGUrl: '/img/whychooseus.svg',
description: (
<>
-
Innovative Technology: Harness the latest advancements in e-signature technology.
-
Data-Driven Security: With encryption and compliance at the forefront, your documents are in safe hands. We also provide self host option for those who want full control of their data.
-
User-Centric Design: Experience unparalleled ease of use, designed for individuals and businesses alike. OpenSign™ user experience is designed while keeping the most novice user in mind. Finally, a tool that does not need numerous hours of training to get started.
-
Scalable Solutions: From small startups to large corporations, our platform grows with your needs. From free for life plan for individuals to branding and single-sign-on support for enterprises, our platform supports everything.
>
),
},
{
title: 'Getting Started',
PNGUrl: '/img/getstarted.svg',
description: (
<>
Dive into our comprehensive guides and tutorials. Whether you're a new user or looking to integrate OpenSign™ into your existing workflow, we have everything you need to get started.
>
),
},
];
function Feature({PNGUrl, title, description}) {
return (
);
}
export default function HomepageFeatures() {
return (
{FeatureList.map((props, idx) => (
))}
);
}