From 52a8d1b5f56f415c6768cf2440ddb50f8d261581 Mon Sep 17 00:00:00 2001 From: KM Koushik Date: Mon, 18 Mar 2024 19:44:01 +1100 Subject: [PATCH] Add star us on github button (#12) --- src/pages/index.tsx | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2845651..615757e 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,7 +1,17 @@ import Head from 'next/head'; import Link from 'next/link'; import { Button } from '~/components/ui/button'; -import { ArrowRight, Banknote, Bell, FileUp, GitFork, Globe, Split, Users } from 'lucide-react'; +import { + ArrowRight, + Banknote, + Bell, + FileUp, + GitFork, + Github, + Globe, + Split, + Users, +} from 'lucide-react'; import Image from 'next/image'; import { BackgroundGradient } from '~/components/ui/background-gradient'; import { env } from '~/env'; @@ -49,12 +59,24 @@ export default function Home() { {' '} alternative to SplitWise -
+
+ + +