Skip to content

Commit e443921

Browse files
authored
Add GraphQL day NYC tickets (#2387)
1 parent f67a6ec commit e443921

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

src/app/day/2026/nyc/page.tsx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import { PastSpeakersSection } from "../components/past-speakers"
1515
import { NavbarPlaceholder } from "../components/navbar"
1616
import { GallerySection } from "../../gallery-section"
1717

18+
const TICKET_LINK =
19+
"https://portal.joinfost.io/event/future-of-software-technology-new-york-2026/82677ac7-3989-456b-93a7-b1c215bd51d6/apidays-new-york"
20+
1821
const MARQUEE_ITEMS = [
1922
["NEW YORK", "MAY 2026", "GRAPHQL DAY", "FOST", "COMMUNITY", "APIs"],
2023
[
@@ -43,8 +46,8 @@ export default function NYCPage() {
4346
location="New York City"
4447
/>
4548
<div className="flex flex-wrap items-center gap-x-4 gap-y-2 max-sm:*:flex-1">
46-
<Button disabled className="whitespace-nowrap opacity-55 md:w-fit">
47-
Tickets coming soon
49+
<Button href={TICKET_LINK} className="whitespace-nowrap md:w-fit">
50+
Get your ticket
4851
</Button>
4952
<CfpButton className="whitespace-nowrap md:w-fit" />
5053
</div>
@@ -62,15 +65,15 @@ export default function NYCPage() {
6265
<EventPartnersSection />
6366
<GallerySection moving />
6467
<CtaCardSection
65-
title="Stay tuned"
68+
title="Get your ticket"
6669
description="Join us for a day of GraphQL talks, networking, and hands-on learning at FOST NYC."
6770
>
6871
<Button
69-
disabled
72+
href={TICKET_LINK}
7073
variant="primary"
71-
className="whitespace-nowrap opacity-55"
74+
className="whitespace-nowrap"
7275
>
73-
Tickets coming soon
76+
Get your ticket
7477
</Button>
7578
</CtaCardSection>
7679
<MarqueeRows

0 commit comments

Comments
 (0)