import React from 'react'; import { Link } from 'react-router-dom'; import { Form, FormGroup, FormText, Input, InputGroupAddon, InputGroup, Button, Label, EmptyLayout, ThemeConsumer } from './../../../components'; import { HeaderAuth } from "../../components/Pages/HeaderAuth"; import { FooterAuth } from "../../components/Pages/FooterAuth"; const ComingSoon = () => ( { /* START Header */} { /* END Header */}
  • 16

    Days
  • 34

    Hours
  • 10

    Min
  • 3

    Sec
{ /* START Form */}
{ ({ color }) => ( ) } If you want to be informed about the start, please subscribe to the newsletter
{ /* END Form */} { /* START Bottom Links */}
Back to Home Contact
{ /* END Bottom Links */} { /* START Footer */} { /* END Footer */}
); export default ComingSoon;