diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 77b0c47..fffd4cd 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -33,14 +33,24 @@ const PrivateServicesList: ServiceItem[] = [ ), }, { - title: "Cloud", - Svg: require("@site/static/img/undraw_cloud_tjo_space.svg").default, + title: "Code", + Svg: require("@site/static/img/undraw_code_tjo_space.svg").default, description: ( <> - Use cloud.tjo.space Nextcloud - server as a personal cloud to store your Photos, Videos, - Files, Calendar, Contacts as well as share all that - with other users of tjo.space or anyone else. + Use cloud.tjo.space Gitea server as + a Git repository and CI/CD system. + > + ), + }, + { + title: "Paperless", + Svg: require("@site/static/img/undraw_paperless_tjo_space.svg").default, + description: ( + <> + Use paperless.tjo.space{" "} + Paperless server to archive your documents and make them searchable. Can + be connected to your email provider so that all attachments are + autmatically archived. > ), }, @@ -125,7 +135,7 @@ const UpcomingServicesList: ServiceItem[] = [ function Service({ title, Svg, description }: ServiceItem) { return ( -