import React, { FC } from 'react'; import { Container, VStack } from '@chakra-ui/react'; import { BenefitsSection, Footer, HeroSection, SocialProofSection, } from '../../components/landing'; import { LandingThemeProvider } from '../../containers'; const Page: FC = () => { return (