aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/page.tsx
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2024-01-11 17:32:52 -0500
committerSebastien Castiel <sebastien@castiel.me>2024-01-11 17:32:52 -0500
commit2dcb80f954dcc6a9c87dac1dc33668b4478993b9 (patch)
treebf34d834e96b043b98f7081f3ceb4d862108f61e /src/app/page.tsx
parentc7fb810f8014bca65935309bf2c6b558a9e1ba42 (diff)
Update home page & README
Diffstat (limited to 'src/app/page.tsx')
-rw-r--r--src/app/page.tsx12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e7e0429..716092e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,8 @@ import { Button } from '@/components/ui/button'
import {
BarChartHorizontalBig,
CircleDollarSign,
+ Divide,
+ FolderTree,
Github,
List,
LucideIcon,
@@ -66,6 +68,16 @@ export default function HomePage() {
description="Create and list expenses in your group."
/>
<Feature
+ Icon={FolderTree}
+ name="Categories"
+ description="Assign categories to your expenses."
+ />
+ <Feature
+ Icon={Divide}
+ name="Advanced split"
+ description="Split expenses by percentage, shares or amount."
+ />
+ <Feature
Icon={Share}
name="Share"
description="Send the group link to participants."