diff --git a/src/pages/conf/faq.tsx b/src/pages/conf/faq.tsx index 706f26d9bf..f5c8262892 100644 --- a/src/pages/conf/faq.tsx +++ b/src/pages/conf/faq.tsx @@ -7,6 +7,63 @@ import SectionConf from "../../components/Conf/Section" import SeoConf from "../../components/Conf/Seo" const faq: Array<{ id: string; title: string; contents: ReactNode }> = [ + { + id: "general", + title: "General", + contents: ( + <> +
+ GraphQLConf is an in-person event that will take place on September + 19-21 in the San Francisco Bay Area at the{" "} + + Hyatt Regency SFO hotel + + . +
+GraphQLConf will take place in Pacific Daylight Time, UTC -7.
++ Yes! Once the event ends, all attendees will be able to view all + sessions on-demand on the{" "} + + GraphQL Foundation YouTube channel + + . Recordings will be available within two weeks of the event + conclusion. +
+ > + ), + }, + { + id: "speakers", + title: "Speakers", + contents: ( ++ For all session or speaker-related questions, please contact{" "} + cfp@linuxfoundation.org. +
+ ), + }, + { + id: "sponsors", + title: "Sponsors", + contents: ( ++ Interested in sponsoring GraphQLConf? Contact{" "} + graphqlconf@graphql.org to + secure your sponsorship today.{" "} + Learn more. +
+ ), + }, { id: "contact", title: "Contact Us",