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 = {
1515 title : "GraphQLConf 2025 — Sept 08-10" ,
1616}
1717
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-
3418export default function Page ( ) {
3519 return (
3620 < main >
@@ -40,7 +24,6 @@ export default function Page() {
4024 < WhatToExpectSection className = "md:mb-8 md:mt-24" />
4125 </ div >
4226 < div className = "container my-20 flex flex-col gap-20 md:my-32 md:gap-32" >
43- < Intro />
4427 < Sponsors />
4528 < Sponsor />
4629 < Speakers />
You can’t perform that action at this time.
0 commit comments