Skip to content

Commit 96df432

Browse files
committed
Remove info text on home page
1 parent 7dc3a9b commit 96df432

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/app/page.jsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
import { useEffect } from 'react';
33

44
import Hero from '@/components/Hero';
5-
import InfoAlert from '@/components/InfoAlert';
65
import KeynoteSpeakers from '@/components/KeynoteSpeakers';
76
import MeetOrganizers from '@/components/MeetOrganizers';
87
import SponsorsSection from '@/components/Sponsors';
98
import CommunityPartners from '@/components/CommunityPartners';
109

1110
import { SPEAKERS } from '@/speakers';
12-
import { Span } from '@/components/Typography';
13-
import Link from 'next/link';
1411

1512
const 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 />

0 commit comments

Comments
 (0)