From 23524cb94314fd50476ccffe654841d980c713d7 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Fri, 19 Jan 2024 11:28:25 -0500 Subject: Clean project from marketing content (#50) * Clean project from marketing content * Remove some dependencies --- src/app/page.tsx | 174 +++---------------------------------------------------- 1 file changed, 8 insertions(+), 166 deletions(-) (limited to 'src/app/page.tsx') diff --git a/src/app/page.tsx b/src/app/page.tsx index a7e44d3..4f43c4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,17 +1,5 @@ import { Button } from '@/components/ui/button' -import { - BarChartHorizontalBig, - CircleDollarSign, - Divide, - FolderTree, - Github, - List, - LucideIcon, - Share, - ShieldX, - Users, -} from 'lucide-react' -import Image from 'next/image' +import { Github, LucideIcon } from 'lucide-react' import Link from 'next/link' import { ReactNode } from 'react' @@ -28,164 +16,18 @@ export default function HomePage() { & Family

- No ads. No account.
Open Source. - Forever Free. + Welcome to your new Spliit instance!
+ Customize this page by editing src/app/page.tsx.

- -
- - - -
-
-

- Features -

-

- Spliit is a minimalist application to track and share expenses with - your friends and family. -

-
- - - - - - - - -
-
-
- -
-
-

- Proudly Open Source -

-

- Spliit is open source and lives thanks to amazing{' '} - - contributors - - ! -

-
    - {[ - { - avatar: - 'https://avatars.githubusercontent.com/u/301948?s=120&v=4', - user: 'scastiel', - name: 'Sebastien Castiel', - }, - { - avatar: - 'https://avatars.githubusercontent.com/u/3932568?s=120&v=4', - user: 'ChristopherJohnston', - name: 'Chris Johnston', - }, - { - avatar: - 'https://avatars.githubusercontent.com/u/11523186?s=120&v=4', - user: 'acuteengle', - name: 'Brandon Eng', - }, - { - avatar: - 'https://avatars.githubusercontent.com/u/24687853?s=120&v=4', - user: 'Max-TheCat', - name: 'Max', - }, - { - avatar: - 'https://avatars.githubusercontent.com/u/10518723?s=120&v=4', - user: 'ankitbahl', - name: 'Ankit Bahl', - }, - { - avatar: - 'https://avatars.githubusercontent.com/u/13032812?s=120&v=4', - user: '174n', - name: 'Ivan Alexandrov', - }, - ].map((contributor) => ( -
  • - - {contributor.user} - -
  • - ))} -
-
-
-- cgit v1.3