11import { Metadata } from "next"
2- import { BusIcon , HostedByGraphQLFoundation } from "@/icons"
2+ import { HostedByGraphQLFoundation } from "@/icons"
33import { Sponsors } from "./sponsors"
44import { Rubik } from "next/font/google"
55import GridButton from "../_components/grid-button"
@@ -163,16 +163,16 @@ function FAQSection() {
163163 < div id = "faq" className = { clsx ( "text-white py-16 px-4 md:px-8" , styles . faq ) } >
164164 < div className = "max-w-7xl mx-auto grid md:grid-cols-2 gap-12" >
165165 < 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" >
167167 Frequently
168168 < br />
169169 Asked Questions
170170 </ h2 >
171- < p className = "text-sm" >
171+ < p className = "text-sm select-none " >
172172 PLEASE CONTACT{ " " }
173173 < a
174174175- className = "text-primary hover:underline uppercase"
175+ className = "text-primary hover:underline uppercase select-text "
176176 >
177177178178 </ a >
@@ -187,7 +187,7 @@ function FAQSection() {
187187 >
188188 < summary className = "py-6 flex items-center justify-start gap-2 text-left cursor-pointer list-none focus:outline-none" >
189189 < 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 >
191191 </ summary >
192192 < p
193193 className = "pb-6 ml-7 -mt-4 text-gray-300 whitespace-pre-wrap [&>a]:underline"
@@ -232,20 +232,15 @@ export default function Page() {
232232 > </ div >
233233 </ div >
234234
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+ />
249244 </ div >
250245
251246 < Sponsors />
@@ -292,7 +287,7 @@ export default function Page() {
292287 href = "https://cvent.me/PBNYEe?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = register_section "
293288 target = "_blank"
294289 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 "
296291 >
297292 Get Tickets
298293 </ a >
0 commit comments