Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/app/conf/2025/components/register-today/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ export function RegisterToday({ className }: RegisterTodayProps) {
</p>
</div>
<div className="mt-10 flex gap-x-6 gap-y-4 max-sm:flex-col">
<Button href={GET_TICKETS_LINK}>Register today</Button>
<Button disabled className="opacity-55" href={GET_TICKETS_LINK}>
Registeration closed
</Button>
<Button
disabled
className="opacity-55"
Expand Down
6 changes: 1 addition & 5 deletions src/app/conf/2025/components/top-minds/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ export default function TopMindsSection({
<Button variant="secondary" href="/conf/2025/speakers/">
View all speakers
</Button>
) : (
<Button variant="secondary" href={GET_TICKETS_LINK}>
Get tickets
</Button>
)}
) : null}
</div>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion src/app/conf/2025/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { Footer } from "./components/footer"
// @ts-expect-error: we want to import the same version as Nextra for the main page
import { ThemeProvider } from "next-themes"
import { GraphQLConfLogoLink } from "./components/graphql-conf-logo-link"
import { GALLERY_LINK } from "./links"

export const metadata = {
description:
Expand Down Expand Up @@ -43,8 +44,11 @@ export default function Layout({
{ children: "Schedule", href: "/conf/2025/schedule" },
{ children: "Speakers", href: "/conf/2025/speakers" },
{ children: "Sponsors", href: "/conf/2025/#sponsors" },
{ children: "Recap", href: "/conf/2024" },
{ children: "Resources", href: "/conf/2025/resources" },
{
children: "Gallery",
href: GALLERY_LINK,
},
{ children: "FAQ", href: "/conf/2025/#faq" },
]}
/>
Expand Down
3 changes: 3 additions & 0 deletions src/app/conf/2025/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ export const GET_TICKETS_LINK =

export const BECOME_A_SPEAKER_LINK =
"https://sessionize.com/graphqlconf-2025?utm_medium=website&utm_campaign=speaker_section"

export const GALLERY_LINK =
"https://www.flickr.com/photos/linuxfoundation/sets/72177720328905487/"
15 changes: 10 additions & 5 deletions src/app/conf/2025/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { GraphQLFoundationCard } from "./components/graphql-foundation-card"
import { MarqueeRows } from "./components/marquee-rows"
import { CtaCardSection } from "./components/cta-card-section"
import { Button } from "../_design-system/button"
import { GET_TICKETS_LINK } from "./links"
import { GALLERY_LINK, GET_TICKETS_LINK } from "./links"
import { GalleryStrip } from "./components/gallery-strip"
import { Testimonials } from "./components/testimonials"
import { HeroImage } from "./components/hero/hero-image"
Expand All @@ -29,8 +29,8 @@ export default function Page() {
<main className="gql-all-anchors-focusable">
<Hero year="2025" bottom={<HeroImage />}>
<HeroDateAndLocation />
<Button className="md:w-fit" href={GET_TICKETS_LINK}>
Get your tickets
<Button className="md:w-fit" href={GALLERY_LINK}>
View Gallery
</Button>
</Hero>
<div className="gql-container gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30">
Expand Down Expand Up @@ -87,8 +87,13 @@ export default function Page() {
title="Get your ticket"
description="Join three transformative days of expert insights and innovation to shape the next decade of APIs!"
>
<Button variant="primary" href={GET_TICKETS_LINK}>
Get tickets
<Button
disabled
className="opacity-55"
variant="primary"
href={GET_TICKETS_LINK}
>
Sold out
</Button>
</CtaCardSection>
<MarqueeRows
Expand Down
9 changes: 7 additions & 2 deletions src/app/conf/2025/schedule/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,13 @@ export default function SessionPage({ params }: SessionProps) {
title="Get your ticket"
description="Join three transformative days of expert insights and innovation to shape the next decade of APIs!"
>
<Button variant="primary" href={GET_TICKETS_LINK}>
Get tickets
<Button
disabled
className="opacity-55"
variant="primary"
href={GET_TICKETS_LINK}
>
Sold out
</Button>
</CtaCardSection>
<div className="py-8">
Expand Down
13 changes: 10 additions & 3 deletions src/app/conf/2025/schedule/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ export default function SchedulePage() {
<main className="gql-all-anchors-focusable bg-neu-50 dark:bg-neu-0">
<Hero pageName="Schedule" year={year}>
<div className="mt-[18px] flex gap-4">
<Button href={GET_TICKETS_LINK}>Get your tickets</Button>
<Button disabled className="opacity-55" href={GET_TICKETS_LINK}>
Sold out
</Button>
<Button variant="tertiary" href={`/conf/${year}/speakers`}>
See the speakers
</Button>
Expand All @@ -49,8 +51,13 @@ export default function SchedulePage() {
title="Get your ticket"
description="Join three transformative days of expert insights and innovation to shape the next decade of APIs!"
>
<Button variant="primary" href={GET_TICKETS_LINK}>
Get tickets
<Button
disabled
className="opacity-55"
variant="primary"
href={GET_TICKETS_LINK}
>
Sold out
</Button>
</CtaCardSection>
<div className="py-8">
Expand Down
9 changes: 7 additions & 2 deletions src/app/conf/2025/speakers/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,13 @@ export default function SpeakerPage({ params }: SpeakerProps) {
title="Get your ticket"
description="Join three transformative days of expert insights and innovation to shape the next decade of APIs!"
>
<Button variant="primary" href={GET_TICKETS_LINK}>
Get tickets
<Button
disabled
className="opacity-55"
variant="primary"
href={GET_TICKETS_LINK}
>
Sold out
</Button>
</CtaCardSection>
<div className="py-8">
Expand Down
13 changes: 10 additions & 3 deletions src/app/conf/2025/speakers/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ export default function Page() {
<main className="gql-all-anchors-focusable bg-neu-50 dark:bg-neu-0">
<Hero pageName="Speakers" year={year}>
<div className="mt-[18px] flex gap-4">
<Button href={GET_TICKETS_LINK}>Get your tickets</Button>
<Button disabled className="opacity-55" href={GET_TICKETS_LINK}>
Sold out
</Button>
<Button variant="tertiary" href={`/conf/${year}/schedule`}>
See the schedule
</Button>
Expand All @@ -45,8 +47,13 @@ export default function Page() {
title="Get your ticket"
description="Join three transformative days of expert insights and innovation to shape the next decade of APIs!"
>
<Button variant="primary" href={GET_TICKETS_LINK}>
Get tickets
<Button
disabled
className="opacity-55"
variant="primary"
href={GET_TICKETS_LINK}
>
Sold out
</Button>
</CtaCardSection>
<div className="py-8">
Expand Down