diff --git a/src/app/conf/2025/components/become-a-sponsor/index.tsx b/src/app/conf/2025/components/become-a-sponsor/index.tsx index f0a3964b11..63ec15e701 100644 --- a/src/app/conf/2025/components/become-a-sponsor/index.tsx +++ b/src/app/conf/2025/components/become-a-sponsor/index.tsx @@ -7,7 +7,7 @@ import { StripesDecoration } from "@/app/conf/_design-system/stripes-decoration" export function BecomeASponsor() { return ( -
+
diff --git a/src/app/conf/2025/components/top-minds/index.tsx b/src/app/conf/2025/components/top-minds/index.tsx index 58f280f267..5f422f85ba 100644 --- a/src/app/conf/2025/components/top-minds/index.tsx +++ b/src/app/conf/2025/components/top-minds/index.tsx @@ -3,15 +3,47 @@ import { HTMLAttributes } from "react" import Image from "next-image-export-optimizer" import type { StaticImageData } from "next/image" -import elizabethStone from "./speakers/elizabeth-stone.webp" -import kamilKisiela from "./speakers/kamil-kisiela.webp" -import rajeevRajan from "./speakers/rajeev-rajan.webp" -import tanmaiGopal from "./speakers/tanmai-gopal.webp" -import uriGoldshtein from "./speakers/uri-goldshtein.webp" import TwitterIcon from "@/icons/twitter.svg" import { Button } from "@/app/conf/_design-system/button" import { BECOME_A_SPEAKER_LINK } from "../../links" +const previousConfSpeakers = { + benjie: { + name: "Benjie Gillam", + title: "GraphQL TSC & Spec", + src: "https://avatars.sched.co/b/99/18743846/avatar.jpg.320x320px.jpg", + twitter: "benjie", + linkedin: "benjiegillam", + }, + kewei: { + name: "Kewei Qu", + title: "Meta — Senior Staff Software Engineer", + src: "https://avatars.sched.co/9/1a/18743864/avatar.jpg.320x320px.jpg", + twitter: "kewei_qu", + linkedin: "keweiqu", + }, + donna: { + name: "Donna Zhou", + title: "Atlassian — Maintainer of GraphQL Java", + src: "https://avatars.sched.co/0/1d/18743879/avatar.jpg.320x320px.jpg?e1f", + linkedin: "donnazhou", + }, + uri: { + name: "Uri Goldshtein", + title: "The Guild — Founder", + src: "https://avatars.sched.co/8/2b/14900013/avatar.jpg.320x320px.jpg?9f1", + twitter: "UriGoldshtein", + linkedin: "urigo", + }, + alessia: { + name: "Alessia Bellisario", + title: "Apollo GraphQL — Staff Open Source Engineer", + src: "https://avatars.sched.co/a/c6/18743837/avatar.jpg.320x320px.jpg?847", + twitter: "alessbell", + linkedin: "alessiabellisario", + }, +} + interface TopMindsSectionProps extends HTMLAttributes { hasSpeakersPage?: boolean } @@ -34,42 +66,22 @@ export default function TopMindsSection({

Meet the top industry minds

+ -
diff --git a/src/app/conf/2025/components/top-minds/speakers/elizabeth-stone.webp b/src/app/conf/2025/components/top-minds/speakers/elizabeth-stone.webp deleted file mode 100644 index 267cf36a33..0000000000 Binary files a/src/app/conf/2025/components/top-minds/speakers/elizabeth-stone.webp and /dev/null differ diff --git a/src/app/conf/2025/components/top-minds/speakers/kamil-kisiela.webp b/src/app/conf/2025/components/top-minds/speakers/kamil-kisiela.webp deleted file mode 100644 index f4b7677a8a..0000000000 Binary files a/src/app/conf/2025/components/top-minds/speakers/kamil-kisiela.webp and /dev/null differ diff --git a/src/app/conf/2025/components/top-minds/speakers/rajeev-rajan.webp b/src/app/conf/2025/components/top-minds/speakers/rajeev-rajan.webp deleted file mode 100644 index 7376c70845..0000000000 Binary files a/src/app/conf/2025/components/top-minds/speakers/rajeev-rajan.webp and /dev/null differ diff --git a/src/app/conf/2025/components/top-minds/speakers/tanmai-gopal.webp b/src/app/conf/2025/components/top-minds/speakers/tanmai-gopal.webp deleted file mode 100644 index 84030fbefa..0000000000 Binary files a/src/app/conf/2025/components/top-minds/speakers/tanmai-gopal.webp and /dev/null differ diff --git a/src/app/conf/2025/components/top-minds/speakers/uri-goldshtein.webp b/src/app/conf/2025/components/top-minds/speakers/uri-goldshtein.webp deleted file mode 100644 index 5341e8428c..0000000000 Binary files a/src/app/conf/2025/components/top-minds/speakers/uri-goldshtein.webp and /dev/null differ