| const url = 'https://mailchi.mp/dilig/openday'; | const url = 'https://mailchi.mp/dilig/openday'; | ||||
| const OpenDay = () => { | const OpenDay = () => { | ||||
| const EventDate = new Date('Oct 27, 2022 17:00:00').getTime(); | |||||
| const EventDate = new Date('Oct 26, 2022 17:00:00').getTime(); | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> | ||||
| <Wrapper> | <Wrapper> | ||||
| <PageTitle color heading={'Open Day'} subheading={'Diligent Meet up'} pb /> | <PageTitle color heading={'Open Day'} subheading={'Diligent Meet up'} pb /> | ||||
| <h3 className="py-2">Meet our team of Diligent Minds</h3> | <h3 className="py-2">Meet our team of Diligent Minds</h3> | ||||
| <h3 className="h3-heading text-dg-secondary py-2">October 27, 5 PM, Niš</h3> | |||||
| <h3 className="h3-heading text-dg-secondary py-2">October 26, 5 PM, Niš</h3> | |||||
| <div className="w-full flex justify-center py-90p"> | <div className="w-full flex justify-center py-90p"> | ||||
| <a | <a | ||||
| // onClick={event => scrollToView(event)} | // onClick={event => scrollToView(event)} |