import React from 'react'; import Image from 'next/image'; import { Header } from '../component/header'; import { Twitter } from '../component/twitter'; import { Email } from '../component/email'; import { t, m } from '../i18n'; import { tracker } from '../analytics'; export default function Home() { const lang = 'en'; // req.query.lang || 'en' React.useEffect(() => { tracker.trackPageView(); }, []); function __(message) { return t(message, lang); } return (

{__(m.help_lbry)}
{__(m.save_crypto)}

{__(m.landing_subtitle)}
{__(m.landing_action)}

{__(m.summary_title)}

{__(m.summary_subtitle)}
{/*
Warning / Enticement: this video is more entertainment than education, read the Case Guide & FAQ for facts