File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { StripesDecoration } from "@/app/conf/_design-system/stripes-decoration"
7
7
8
8
export function BecomeASponsor ( ) {
9
9
return (
10
- < section id = "sponsors" className = "relative overflow-hidden" >
10
+ < section className = "relative overflow-hidden" >
11
11
< Stripes />
12
12
< div className = "gql-conf-container gql-conf-section xl:py-16" >
13
13
< header className = "flex flex-col gap-x-48 gap-y-4 md:flex-row md:items-end md:justify-between" >
@@ -23,9 +23,10 @@ export function BecomeASponsor() {
23
23
href = "https://events.linuxfoundation.org/sponsor-GraphQLConf-25?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = sponsor_section "
24
24
target = "_blank"
25
25
rel = "noreferrer"
26
- className = "shrink-0"
26
+ className = "shrink-0 opacity-55"
27
+ disabled
27
28
>
28
- Download the Prospectus
29
+ Sponsor Sales Closed
29
30
</ Button >
30
31
</ header >
31
32
< dl className = "relative z-10 mt-10 border border-neu-300 md:backdrop-blur-[6.4px] xl:mt-16" >
@@ -100,7 +101,7 @@ function Stripes() {
100
101
[--end-2:hsl(var(--color-neu-0))]
101
102
dark:[--start-2:rgba(255,204,239,.1)]
102
103
dark:[--end-2:hsl(var(--color-pri-lighter)/.4)]
103
-
104
+
104
105
translate-y-12
105
106
106
107
[mask-size:120%]
Original file line number Diff line number Diff line change @@ -38,8 +38,13 @@ export function RegisterToday({ className }: RegisterTodayProps) {
38
38
</ div >
39
39
< div className = "mt-10 flex gap-x-6 gap-y-4 max-sm:flex-col" >
40
40
< Button href = { GET_TICKETS_LINK } > Register today</ Button >
41
- < Button variant = "secondary" href = "#sponsors" >
42
- Become a Sponsor
41
+ < Button
42
+ disabled
43
+ className = "opacity-55"
44
+ variant = "secondary"
45
+ href = "#sponsors"
46
+ >
47
+ Sponsor Sales Closed
43
48
</ Button >
44
49
</ div >
45
50
</ div >
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ const sponsorTiers: Tier[] = [
108
108
109
109
export function Sponsors ( { heading } : SponsorsProps ) {
110
110
return (
111
- < section className = "gql-conf-section mx-auto py-16" >
111
+ < section id = "sponsors" className = "gql-conf-section mx-auto py-16" >
112
112
< h1 className = "typography-h2" > { heading } </ h1 >
113
113
114
114
< div className = "mt-10 md:mt-16" >
Original file line number Diff line number Diff line change @@ -204,13 +204,12 @@ export default {
204
204
banner : {
205
205
content : (
206
206
< >
207
- 📣 GraphQLConf 2025 • Sept 08-10 • Amsterdam • Early bird tickets
208
- available & sponsorship opportunities open •{ " " }
207
+ 📣 GraphQLConf 2025 • Sept 08-10 • Amsterdam •{ " " }
209
208
< NextLink
210
209
href = "/conf/2025"
211
210
className = "underline after:font-sans after:content-['_→']"
212
211
>
213
- Learn more
212
+ Register Today!
214
213
</ NextLink >
215
214
</ >
216
215
) ,
You can’t perform that action at this time.
0 commit comments