File tree Expand file tree Collapse file tree 2 files changed +2
-69
lines changed Expand file tree Collapse file tree 2 files changed +2
-69
lines changed Original file line number Diff line number Diff line change 1
1
import { Metadata } from "next"
2
- import { HostedByGraphQLFoundation } from "@/icons"
3
- import { GridButton } from "../_components/grid-button"
4
2
import { Sponsor } from "./sponsorship"
5
3
import { Venue } from "./venue"
6
4
import { FAQ } from "./faq"
7
- import { Register } from "./register"
8
5
import { CallForProposals } from "./components/call-for-proposals"
9
6
import { RegisterToday } from "./components/register-today"
10
7
import { Hero } from "./components/hero"
@@ -22,21 +19,20 @@ export default function Page() {
22
19
return (
23
20
< main className = "gql-all-anchors-focusable antialiased" >
24
21
< Hero />
25
- < div className = "gql-conf-container gql-conf-navbar-strip before:dark:bg-blk/30 text-neu-900 before:bg-white/40" >
22
+ < div className = "gql-conf-container gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30 " >
26
23
< RegisterToday className = "md:mb-8 md:mt-24" />
27
24
< WhatToExpectSection className = "md:mb-8 md:mt-24" />
28
25
< TopMindsSection className = "md:mb-8 md:mt-24" hasSpeakersPage = { false } />
29
26
</ div >
30
27
< div className = "gql-conf-navbar-strip before:bg-white/40 before:dark:bg-pri-dark/[0.45]" >
31
28
< GetYourTicket />
32
29
</ div >
33
- < div className = "gql-conf-container gql-conf-navbar-strip before:dark:bg-blk/30 text-neu-900 before:bg-white/50" >
30
+ < div className = "gql-conf-container gql-conf-navbar-strip text-neu-900 before:bg-white/50 before:dark:bg-blk/30 " >
34
31
< RegisterSection />
35
32
< Sponsors heading = "Thanks to our 2024 sponsors!" />
36
33
< CallForProposals />
37
34
< div className = "container my-20 flex flex-col gap-20 md:my-32 md:gap-32 [.light_&_.text-white]:text-neu-900 [.light_&_[alt='Grafbase_logo']]:invert" >
38
35
< Sponsor />
39
- < Register />
40
36
< Venue />
41
37
</ div >
42
38
< FAQ />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments