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() {