import '@leenguyen/react-flip-clock-countdown/dist/index.css'; import React from 'react'; import { FiTwitter } from 'react-icons/fi'; import { ChevronRightIcon } from '@heroicons/react/20/solid'; import FlipClockCountdown from '@leenguyen/react-flip-clock-countdown'; import Layout from '@theme/Layout'; const TwoPointZero = (): JSX.Element => { const stats = [ { label: 'Active Nodes', value: 'A Lot!' }, { label: 'Community Members', value: '4000+' }, { label: 'Firmware Commits', value: '4900+' }, { label: 'Community Donations', value: '$5700+' }, ]; const logos = [ { name: 'Vercel', url: '/2.0/vercel-logotype-dark.svg', }, { name: 'Cloudflare', url: '/2.0/CF_logo_horizontal_blktype.svg', }, { name: 'RAK Wireless', url: '/2.0/RAK-blue-main.svg', }, { name: 'Open Collective', url: '/2.0/opencollectivelogo.svg', }, { name: 'LILYGO', url: '/2.0/LILYGO.png', }, { name: 'Discord', url: '/2.0/discord.svg', }, ]; return (
{/* Hero section */}
Your Company

Meshtastic 2.0 🎉🎉🎉

After 9 months in the making we present to you the next milestone for the Meshtastic project.

As a part of the launch event, we are running a number of giveaways, so jump in and win some prizes.

Web UI Android IOS
{/* Testimonial/stats section */}
{/* Logo cloud section */}

All made possible by the amazing companies that support us.

Running a project of this scale is no easy feat, without the generosity of many of our vendors and providers, none of this would be possible.

{logos.map((logo) => (
{logo.name}
))}
{/* CTA section */}
); }; export default TwoPointZero;