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. ), },