import * as React from 'react'; import Footer, { FooterProps } from '../../../containers/footer/Footer'; import { Colors } from '../../../models/colors'; import { Config } from '../../../models/config'; import { pStyle, headerStyle, footerInnerWrapper, footerOneStyle } from './footerOne.style'; const FooterOne = (props: FooterProps) => { return (