diff --git a/src/app/conf/2025/components/register-today/index.tsx b/src/app/conf/2025/components/register-today/index.tsx
index 2187baaed4..4c039e1856 100644
--- a/src/app/conf/2025/components/register-today/index.tsx
+++ b/src/app/conf/2025/components/register-today/index.tsx
@@ -2,7 +2,7 @@ import { clsx } from "clsx"
import NextImage from "next-image-export-optimizer"
import { Button } from "../../../_design-system/button"
-import { GET_TICKETS_LINK, BECOME_A_SPEAKER_LINK } from "../../links"
+import { GET_TICKETS_LINK } from "../../links"
import speakerImage from "./speaker.webp"
@@ -38,8 +38,8 @@ export function RegisterToday({ className }: RegisterTodayProps) {
-
diff --git a/src/app/conf/2025/components/top-minds/index.tsx b/src/app/conf/2025/components/top-minds/index.tsx
index ab0396e239..b276d384cb 100644
--- a/src/app/conf/2025/components/top-minds/index.tsx
+++ b/src/app/conf/2025/components/top-minds/index.tsx
@@ -4,7 +4,7 @@ import Image from "next-image-export-optimizer"
import type { StaticImageData } from "next/image"
import { Button } from "@/app/conf/_design-system/button"
-import { BECOME_A_SPEAKER_LINK } from "../../links"
+import { GET_TICKETS_LINK } from "../../links"
import { StripesDecoration } from "@/app/conf/_design-system/stripes-decoration"
import {
SocialIconType,
@@ -111,8 +111,8 @@ export default function TopMindsSection({
View all speakers
) : (
-
- Become a speaker
+
+ Get tickets
)}