diff --git a/src/pages/index.js b/src/pages/index.js index e6e8d83e0..dafe382f0 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,6 +1,8 @@ import React from 'react'; import Layout from '@theme/Layout'; +import ThemedImage from '@theme/ThemedImage'; import Link from '@docusaurus/Link'; +import useBaseUrl from '@docusaurus/useBaseUrl'; import Button from '../components/Button'; import Image from '../components/Image'; @@ -103,7 +105,7 @@ export default function Hello() {
Save hundreds of dollars a year (at least!) by tracking your @@ -118,17 +120,19 @@ export default function Hello() { Breeze through your transactions and update them easily with a streamlined, minimal interface. Categorizing your transactions correctly is important and we’ve optimized this process. Manage split transactions and transfers all in the same editor. + Intuitive reports give you a quick way to learn about your finances. By default, we include net worth and cash flow reports, but soon @@ -232,6 +236,14 @@ export default function Hello() { We provide builtin YNAB4 & nYNAB importers that keep all of your history. There are many more available from the Actual Community. + + Choose your own style with a built in dark mode and dynamic matching + using your system default. +

{title}

@@ -320,7 +333,13 @@ function BigFeature({ title, media, src, flip, children }) { {media ? (
{media}
) : ( - + )}
);