File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,6 @@ export const metadata: Metadata = {
15
15
title : "GraphQLConf 2025 — Sept 08-10" ,
16
16
}
17
17
18
- function Intro ( ) {
19
- return (
20
- < section className = "flex flex-col gap-20 md:gap-32" >
21
- < h2 className = "text-3xl font-normal lg:text-5xl" >
22
- Celebrating 10 Years of GraphQL. Three transformative days of expert
23
- insights and innovation to shape the next decade of APIs together!
24
- </ h2 >
25
-
26
- < GridButton
27
- title = "Get Tickets"
28
- href = "https://cvent.me/PBNYEe?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = cta "
29
- />
30
- </ section >
31
- )
32
- }
33
-
34
18
export default function Page ( ) {
35
19
return (
36
20
< main >
@@ -40,7 +24,6 @@ export default function Page() {
40
24
< WhatToExpectSection className = "md:mb-8 md:mt-24" />
41
25
</ div >
42
26
< div className = "container my-20 flex flex-col gap-20 md:my-32 md:gap-32" >
43
- < Intro />
44
27
< Sponsors />
45
28
< Sponsor />
46
29
< Speakers />
You can’t perform that action at this time.
0 commit comments