We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a1299 commit 499ce49Copy full SHA for 499ce49
src/pages/index.astro
@@ -33,24 +33,6 @@ deadlines = deadlines
33
</CardContainer>
34
35
<div class="mt-40 px-6 pb-40 overflow-visible">
36
- <HeroWithCTA>
37
- <Title className="mb-2">
38
- {intro.frontmatter.title}
39
- </Title>
40
- <Prose>
41
- <intro.Content />
42
- </Prose>
43
-
44
- <div
45
- slot="secondary"
46
- class="flex flex-col items-center text-center relative"
47
- >
48
- <Accent />
49
- </div>
50
- </HeroWithCTA>
51
52
53
- <div class="mb-40">
54
<Prague title={venue.frontmatter.title}>
55
<venue.Content />
56
</div>
0 commit comments