diff --git a/pages/index.tsx b/pages/index.tsx index 2997b228..5aa0d257 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -9,6 +9,9 @@ import ImportantDates from '../components/importantDates' import Link from 'next/link' import { Sponsors } from '../components/Sponsors/sponsors' +const mailingList = + '

Join the DDD Melbourne mailing list

Stay updated with the latest news and happenings from Melbourne\'s largest and most inclusive tech community conference.

' + export const Index: NextPage = () => { const { conference, dates, currentDate } = useConfig() const actions = getConferenceActions(conference, dates) @@ -26,6 +29,11 @@ export const Index: NextPage = () => { + +

 

+ +
+

 

Sponsors