File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change
1
+ export const GET_TICKETS_LINK =
2
+ "https://cvent.me/PBNYEe?utm_source=graphql_conf_2025&utm_medium=website&utm_campaign=register_section"
3
+
4
+ export const BECOME_A_SPEAKER_LINK =
5
+ "https://sessionize.com/graphqlconf-2025?utm_medium=website&utm_campaign=speaker_section"
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { clsx } from "clsx"
2
2
import NextImage from "next-image-export-optimizer"
3
3
4
4
import { Button } from "../../_design-system/button"
5
+ import { GET_TICKETS_LINK , BECOME_A_SPEAKER_LINK } from "../links"
5
6
6
7
import speakerImage from "./speaker.webp"
7
8
@@ -36,13 +37,8 @@ export function RegisterToday({ className }: RegisterTodayProps) {
36
37
</ p >
37
38
</ div >
38
39
< div className = "mt-10 flex gap-x-6 gap-y-4 max-sm:flex-col" >
39
- < Button href = "https://cvent.me/PBNYEe?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = register_section " >
40
- Register today
41
- </ Button >
42
- < Button
43
- variant = "secondary"
44
- href = "https://sessionize.com/graphqlconf-2025?utm_medium=website& utm_campaign = speaker_section "
45
- >
40
+ < Button href = { GET_TICKETS_LINK } > Register today</ Button >
41
+ < Button variant = "secondary" href = { BECOME_A_SPEAKER_LINK } >
46
42
Become a speaker
47
43
</ Button >
48
44
</ div >
You can’t perform that action at this time.
0 commit comments