File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { clsx } from "clsx"
22import NextImage from "next-image-export-optimizer"
33
44import { Button } from "../../../_design-system/button"
5- import { GET_TICKETS_LINK , BECOME_A_SPEAKER_LINK } from "../../links"
5+ import { GET_TICKETS_LINK } from "../../links"
66
77import speakerImage from "./speaker.webp"
88
@@ -38,8 +38,8 @@ export function RegisterToday({ className }: RegisterTodayProps) {
3838 </ div >
3939 < div className = "mt-10 flex gap-x-6 gap-y-4 max-sm:flex-col" >
4040 < Button href = { GET_TICKETS_LINK } > Register today</ Button >
41- < Button variant = "secondary" href = { BECOME_A_SPEAKER_LINK } >
42- Become a speaker
41+ < Button variant = "secondary" href = "#sponsors" >
42+ Become a Sponsor
4343 </ Button >
4444 </ div >
4545 </ div >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Image from "next-image-export-optimizer"
44import type { StaticImageData } from "next/image"
55
66import { Button } from "@/app/conf/_design-system/button"
7- import { BECOME_A_SPEAKER_LINK } from "../../links"
7+ import { GET_TICKETS_LINK } from "../../links"
88import { StripesDecoration } from "@/app/conf/_design-system/stripes-decoration"
99import {
1010 SocialIconType ,
@@ -111,8 +111,8 @@ export default function TopMindsSection({
111111 View all speakers
112112 </ Button >
113113 ) : (
114- < Button variant = "secondary" href = { BECOME_A_SPEAKER_LINK } >
115- Become a speaker
114+ < Button variant = "secondary" href = { GET_TICKETS_LINK } >
115+ Get tickets
116116 </ Button >
117117 ) }
118118 </ div >
You can’t perform that action at this time.
0 commit comments