import type { GetStaticProps, NextPage } from 'next' import Link from 'next/link' import Image from 'next/image' import Translation from 'next-translate/Trans' import useTranslation from 'next-translate/useTranslation' import { Head } from '../components/Head' import { Header } from '../components/Header' import { Main } from '../components/design/Main' import type { FooterProps } from '../components/Footer' import { Footer } from '../components/Footer' import { SocialMediaLink } from '../components/design/SocialMediaButton' import { ButtonLink } from '../components/design/Button' const Home: NextPage = (props) => { const { t } = useTranslation() const { version } = props return ( <>
{"Thream's

Thream

]} />
{t('home:get-started')}