+
+ )
+}
+
+const FEATURE_LIST = [
+ {
+ title: 'Top tier security',
+ description:
+ 'Our hardware security successfully passed Common Criteria EAL6+ certification ',
+ image: illustrations.doge,
+ },
+ {
+ title: 'Keys stored in the card',
+ description:
+ 'It’s impossible for Status or any government to extract your private keys from keycard',
+ image: illustrations.mushroom,
+ },
+ {
+ title: 'Feature 3',
+ description:
+ 'Here will say something more about security and how kc is revolutionary when it comes to security',
+ image: illustrations.hand,
+ },
+ {
+ title: 'Mobile friendly',
+ description:
+ 'Keycard is using NFC which is natively embedded in all mobile phones',
+ image: illustrations.duck,
+ },
+ {
+ title: 'No need to charge',
+ description: 'Keycard has no battery so it’s always ready to go.',
+ image: illustrations.flower,
+ },
+ {
+ title: 'Easy to carry around',
+ description:
+ 'Its credit card form factor is small and convenient to fit in any wallet.',
+ image: illustrations.megaphone,
+ },
+]
+
+const PREFOOTER_LIST = [
+ {
+ title: 'Open standards',
+ description:
+ 'We use key management that is following open and commonly used standards. ',
+ tags: ['bip-32', 'bip-39', 'bip-44'],
+ },
+ {
+ title: 'Easy to integrate',
+ description:
+ 'Integrate keycard as a hardware wallet with your mobile or desktop apps with our SDKs.',
+ tags: ['Walleth', 'EnnoWallet'],
+ },
+ {
+ title: 'Full customizable',
+ description:
+ 'We can support you with design, manufacturing, and fulfillment of your custom cards.',
+ tags: ['getkeycard@status.im'],
+ },
+] as const
+
+KeycardPage.getLayout = page => {page}
+
+export default KeycardPage