From 3153e8c087dd5657aa477496655a5d255acd0594 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 28 Apr 2026 09:53:46 +0200 Subject: [PATCH] Add NYC tickets --- src/app/day/2026/nyc/page.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/day/2026/nyc/page.tsx b/src/app/day/2026/nyc/page.tsx index 2fab730f0a..877085514e 100644 --- a/src/app/day/2026/nyc/page.tsx +++ b/src/app/day/2026/nyc/page.tsx @@ -15,6 +15,9 @@ import { PastSpeakersSection } from "../components/past-speakers" import { NavbarPlaceholder } from "../components/navbar" import { GallerySection } from "../../gallery-section" +const TICKET_LINK = + "https://portal.joinfost.io/event/future-of-software-technology-new-york-2026/82677ac7-3989-456b-93a7-b1c215bd51d6/apidays-new-york" + const MARQUEE_ITEMS = [ ["NEW YORK", "MAY 2026", "GRAPHQL DAY", "FOST", "COMMUNITY", "APIs"], [ @@ -43,8 +46,8 @@ export default function NYCPage() { location="New York City" />
-
@@ -62,15 +65,15 @@ export default function NYCPage() {