import styles from '@/styles/Home.module.scss'; import Navbar from '@/components/Navbar'; import ThemeChanger from '@/components/ThemeChanger'; import { Mountain } from 'lucide-react'; import Button from '@/components/Button'; import Head from 'next/head'; export default function Home() { return ( <> Flint • Git Hosting That Just Works.

Flint

Git Hosting That Just Works.

A free and open-source, self hostable federated git platform.

Features

  • Self-Hostable
  • Federated
  • Open-Source
  • Easy to Use
); }