diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 069cb743..804ae1fb 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -4,34 +4,32 @@ import styles from './styles.module.css'; const FeatureList = [ { - title: '⚡ Documentation', + title: '⚡ KERIDoc', Svg: require('@site/static/img/10119973341678815049.svg').default, description: ( <> - KERISSE is a technical documentation site. You'll find information on decentralized identity technologies: KERI, ACDC and more. + KERIDoc ), }, { - title: '⚡ Kerisse', - Svg: require('@site/static/img/185139417416345278704481.svg') + title: '⚡ KERI Suit Glossary', + Svg: require('@site/static/img/9491177161682829258.svg') .default, - description: <>KERISSE is the fastest way to find relevant info about Keri., + description: ( + <>KERI Suit Glossary), }, { - title: '⚡ Search Engine', + title: '⚡ Kerisse', Svg: require('@site/static/img/1626701221679047824.svg') .default, - description: <>KERISSE is a sophisticated search engine. It searches this documentation site, AND other relevant sites., + description: ( + <>KERISSE + ), }, - // { - // title: '⚡ Chatbot', - // Svg: require('@site/static/img/5553419701679821143.svg') - // .default, - // description: <>You can also have a conversation with KERISSE via our chatbot. Well informed, polite and patient., - // }, ]; + function Feature({ Svg, title, description }) { return (