Update home page & README

This commit is contained in:
Sebastien Castiel
2024-01-11 17:32:52 -05:00
parent c7fb810f80
commit 2dcb80f954
2 changed files with 15 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ import { Button } from '@/components/ui/button'
import {
BarChartHorizontalBig,
CircleDollarSign,
Divide,
FolderTree,
Github,
List,
LucideIcon,
@@ -65,6 +67,16 @@ export default function HomePage() {
name="Expenses"
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"