From b2f7509cf5fdbd7ed50219677f3842309a3f90e9 Mon Sep 17 00:00:00 2001 From: Dmitry Pokidov Date: Fri, 6 Oct 2023 14:54:06 +1100 Subject: [PATCH] Added mailing list signup form --- pages/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) 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