diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-11 17:32:52 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-11 17:32:52 -0500 |
| commit | 2dcb80f954dcc6a9c87dac1dc33668b4478993b9 (patch) | |
| tree | bf34d834e96b043b98f7081f3ceb4d862108f61e /src | |
| parent | c7fb810f8014bca65935309bf2c6b558a9e1ba42 (diff) | |
Update home page & README
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/page.tsx | 12 |
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." |
