import { Button } from '@/components/ui/button' import { BarChartHorizontalBig, CircleDollarSign, Github, List, LucideIcon, Share, ShieldX, Users, } from 'lucide-react' import Link from 'next/link' import { ReactNode } from 'react' export default function HomePage() { return (

Share Expenses
with Friends & Family

No ads. No account.
Open Source. Forever Free.

Features

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

Proudly Open Source

Spliit is open source and powered by open source software. Feel free to contribute!

) } function Feature({ name, Icon, description, }: { name: ReactNode Icon: LucideIcon description: ReactNode }) { return (
{name}
{description}
) }