1
1
import { Metadata } from "next"
2
- import { BusIcon , HostedByGraphQLFoundation } from "@/icons"
2
+ import { HostedByGraphQLFoundation } from "@/icons"
3
3
import { Sponsors } from "./sponsors"
4
4
import { Rubik } from "next/font/google"
5
5
import GridButton from "../_components/grid-button"
@@ -163,16 +163,16 @@ function FAQSection() {
163
163
< div id = "faq" className = { clsx ( "text-white py-16 px-4 md:px-8" , styles . faq ) } >
164
164
< div className = "max-w-7xl mx-auto grid md:grid-cols-2 gap-12" >
165
165
< div >
166
- < h2 className = "text-4xl md:text-5xl font-bold mb-4" >
166
+ < h2 className = "select-none text-4xl md:text-5xl font-bold mb-4" >
167
167
Frequently
168
168
< br />
169
169
Asked Questions
170
170
</ h2 >
171
- < p className = "text-sm" >
171
+ < p className = "text-sm select-none " >
172
172
PLEASE CONTACT{ " " }
173
173
< a
174
174
href = "mailto:graphqlconf@graphql.org"
175
- className = "text-primary hover:underline uppercase"
175
+ className = "text-primary hover:underline uppercase select-text "
176
176
>
177
177
graphqlconf@graphql.org
178
178
</ a >
@@ -187,7 +187,7 @@ function FAQSection() {
187
187
>
188
188
< summary className = "py-6 flex items-center justify-start gap-2 text-left cursor-pointer list-none focus:outline-none" >
189
189
< ArrowRight className = "shrink-0 size-5 transition-transform duration-200 group-hover:translate-x-1 group-open:rotate-90" />
190
- < span className = "text-lg" > { faq . question } </ span >
190
+ < span className = "text-lg select-none " > { faq . question } </ span >
191
191
</ summary >
192
192
< p
193
193
className = "pb-6 ml-7 -mt-4 text-gray-300 whitespace-pre-wrap [&>a]:underline"
@@ -232,20 +232,15 @@ export default function Page() {
232
232
> </ div >
233
233
</ div >
234
234
235
- < div className = "container flex gap-20 flex-col pt-24" >
236
- < div className = "flex gap-12 lg:gap-24 max-md:flex-col" >
237
- < div className = "flex flex-col gap-5 text-white flex-1" >
238
- < h2 className = "text-3xl lg:text-[45px]/[4rem] font-normal" >
239
- Celebrating 10 Years of GraphQL. Three transformative days of
240
- expert insights and innovation to shape the next decade of APIs
241
- together!
242
- </ h2 >
243
- < GridButton
244
- title = "Get Tickets"
245
- href = "https://cvent.me/PBNYEe?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = cta "
246
- />
247
- </ div >
248
- </ div >
235
+ < div className = "container text-white flex flex-col mt-14 gap-14 md:mt-20 md:gap-20" >
236
+ < h2 className = "text-3xl lg:text-5xl font-normal" >
237
+ Celebrating 10 Years of GraphQL. Three transformative days of expert
238
+ insights and innovation to shape the next decade of APIs together!
239
+ </ h2 >
240
+ < GridButton
241
+ title = "Get Tickets"
242
+ href = "https://cvent.me/PBNYEe?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = cta "
243
+ />
249
244
</ div >
250
245
251
246
< Sponsors />
@@ -292,7 +287,7 @@ export default function Page() {
292
287
href = "https://cvent.me/PBNYEe?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = register_section "
293
288
target = "_blank"
294
289
rel = "noreferrer"
295
- className = "relative z-0 px-28 py-4 text-white text-3xl font-semibold bg-primary hover:bg-primary flex items-center justify-center gap-2 "
290
+ className = "px-20 md: px-28 py-4 text-center text- white text-3xl font-semibold bg-primary/85 hover:bg-primary/100 transition-colors "
296
291
>
297
292
Get Tickets
298
293
</ a >
0 commit comments