From 4b30e0724ccbd62884ac144802dd15b9df6b1c0c Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 13 Oct 2021 08:51:05 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8E=20Added=20salient=20features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HomepageFeatures.tsx | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/components/HomepageFeatures.tsx b/src/components/HomepageFeatures.tsx index 3897078..be1cdd6 100644 --- a/src/components/HomepageFeatures.tsx +++ b/src/components/HomepageFeatures.tsx @@ -16,32 +16,29 @@ type FeatureItem = { const FeatureList: FeatureItem[] = [ { - title: 'Easy to Use', - image: '/img/undraw_docusaurus_mountain.svg', + title: 'Don\'t Hate, Curate.', + image: '', description: ( <> - Docusaurus was designed from the ground up to be easily installed and - used to get your website up and running quickly. + Browse, search, discover your comic book library that you have so proudly built from scratch. ), }, { - title: 'Focus on What Matters', - image: '/img/undraw_docusaurus_tree.svg', + title: 'No Fuss DC++', + image: '', description: ( <> - Docusaurus lets you focus on your docs, and we'll do the chores. Go - ahead and move your docs into the docs directory. + With first-class support for the excellent AirDC++, find and acquire hidden gems. ), }, { - title: 'Powered by React', - image: '/img/undraw_docusaurus_react.svg', + title: 'Shine with Comic Vine', + image: '', description: ( <> - Extend or customize your website layout by reusing React. Docusaurus can - be extended while reusing the same header and footer. + Scrape Comic Vine's exhaustive comic book database to analyze and clean up your library's metadata. ), },