diff --git a/src/components/Content/index.tsx b/src/components/Content/index.tsx index 73295a6..a3469e0 100644 --- a/src/components/Content/index.tsx +++ b/src/components/Content/index.tsx @@ -1,13 +1,9 @@ import Interview from '../../assets/images/interview.png'; import Roundtables from '../../assets/images/roundtables.png'; -import { ScheduleDays } from '../../utils/ScheduleDays'; import Activity from '../Activity'; -import CompaniesSection from '../CompaniesSection'; -import HeadingText from '../HeadingText'; +import ComingSoon from '../ComingSoon'; import InfoText from '../InfoText'; import Map from '../Map'; -import Schedule from '../Schedule'; -import SponsorsContainer from '../SponsorsContainer'; interface ContentProps { contentRef: React.RefObject; @@ -56,26 +52,11 @@ const Content: React.FC = ({ contentRef }) => {
- - -
- - -
- -
- -
+ - +
-
- - + ); };