diff --git a/README.md b/README.md
index 087d72a..0bc64a0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-
@@ -8,15 +7,14 @@
An open source alternative to Splitwise
- To our Website & App »
+ To our App »
-
-
## About
+
SplitPro aims to provide an open-source way to share expenses with your friends.
It's meant to be a complete replacement for Splitwise.
@@ -29,10 +27,10 @@ It currently has most of the important features.
- Upload expense bills
- PWA support
- Split expense unequally (share, percentage, exact amounts)
+- Push notification
**More features coming every day**
-
---
## Why
@@ -49,8 +47,8 @@ I managed to find a good app [spliit.app](https://spliit.app/) by [Sebastien Cas
_That's when I decided to work on this_
-
## Tech stack
+
- [NextJS](https://nextjs.org/)
- [Tailwind](https://tailwindcss.com/)
- [tRPC](https://trpc.io/)
@@ -59,15 +57,16 @@ _That's when I decided to work on this_
- [Postgres](https://www.postgresql.org/)
- [NextAuth](https://next-auth.js.org/)
-
## Getting started.
### Prerequisites
+
- Node.js (Version: >=18.x)
- PostgreSQL
- pnpm (recommended)
### Run locally
+
- Copy .env.example to .env and add the required env variables
- Run `pnpm install`
- Run `pnpm db:push` or `pnpm prisma:prod` to populate db migrations
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 189ccef..cd8ef2f 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -1,17 +1,7 @@
import Head from 'next/head';
import Link from 'next/link';
import { Button } from '~/components/ui/button';
-import {
- ArrowRight,
- Ban,
- Banknote,
- FileUp,
- GitFork,
- Globe,
- Sigma,
- Split,
- Users,
-} from 'lucide-react';
+import { ArrowRight, Banknote, Bell, FileUp, GitFork, Globe, Split, Users } from 'lucide-react';
import Image from 'next/image';
import { BackgroundGradient } from '~/components/ui/background-gradient';
@@ -132,6 +122,18 @@ export default function Home() {
+
+
+
+
+ Never miss important notifications. Get notified when someone adds an expense or
+ settles up
+
+
+