aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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."