Skip to content

Commit f35aadb

Browse files
committed
Remove the old Intro section
1 parent 5d0a554 commit f35aadb

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/app/conf/2025/page.tsx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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-
3418
export 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 />

0 commit comments

Comments
 (0)