import * as React from 'react';
import { FormattedMessage } from 'react-intl';
import { useSelector } from 'react-redux';
import VerificationBadge from 'soapbox/components/verification_badge';
import { Button, Card, CardBody, HStack, Stack, Text } from '../../components/ui';
const LandingPage = () => {
const instance = useSelector((state) => state.get('instance'));
const isOpen = useSelector(state => state.getIn(['verification', 'instance', 'registrations'], false) === true);
const renderClosed = () => {
return (
);
};
return (
Follow the Truth
Truth Social is America's "Big Tent" social media platform that encourages an open,
free, and honest global conversation without discriminating against political ideology.
{isOpen ? (
Let's get started!Social Media Without Discrimination
) : renderClosed()}
Web + Mobile
TRUTH Social is America's "Big Tent" social media platform that encourages an open, free, and honest global conversation without discriminating against political ideology.