File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 22import { useEffect } from 'react' ;
33
44import Hero from '@/components/Hero' ;
5- import InfoAlert from '@/components/InfoAlert' ;
65import KeynoteSpeakers from '@/components/KeynoteSpeakers' ;
76import MeetOrganizers from '@/components/MeetOrganizers' ;
87import SponsorsSection from '@/components/Sponsors' ;
98import CommunityPartners from '@/components/CommunityPartners' ;
109
1110import { SPEAKERS } from '@/speakers' ;
12- import { Span } from '@/components/Typography' ;
13- import Link from 'next/link' ;
1411
1512const getKeynoteSpeakers = ( SPEAKERS ) => {
1613 const speakers = new Map ( ) ;
@@ -40,14 +37,6 @@ export default function Home() {
4037
4138 return (
4239 < >
43- < InfoAlert >
44- < Span >
45- We are now accepting proposals for lightning talks{ ' ' }
46- </ Span >
47- < Link href = "https://forms.gle/vSZcUh9CoR6PvPN79" target = "_blank" >
48- < Span className = "underline" > here.</ Span >
49- </ Link >
50- </ InfoAlert >
5140 < Hero />
5241 < KeynoteSpeakers speakers = { getKeynoteSpeakers ( SPEAKERS ) } />
5342 < SponsorsSection />
You can’t perform that action at this time.
0 commit comments