Skip to content

Commit e13967b

Browse files
committed
Singapore: link to schedule, remove ticket and CFP buttons
The conference happened on April 14-15, 2026. Replace the hero "Get your ticket" / "Submit a talk" buttons and the bottom CTA with a single link to the FOST portal program tab so visitors can review talks, descriptions, and speakers.
1 parent e443921 commit e13967b

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

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

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@ import { Button } from "@/app/conf/_design-system/button"
44
import { Hero, HeroDateAndLocation } from "../components/hero"
55
import { AboutSection } from "../components/about-section"
66
import { WhyAttendSection } from "../components/why-attend-section"
7-
import {
8-
BecomeASpeakerSection,
9-
CfpButton,
10-
} from "../components/become-a-speaker"
117
import { EventPartnersSection } from "../components/event-partners"
128
import { CtaCardSection } from "../components/cta-card-section"
139
import { MarqueeRows } from "@/app/conf/2026/components/marquee-rows"
1410
import { PastSpeakersSection } from "../components/past-speakers"
1511
import { NavbarPlaceholder } from "../components/navbar"
1612
import { GallerySection } from "../../gallery-section"
1713

18-
const TICKET_LINK =
19-
"https://portal.joinfost.io/event/future-of-software-technologies-singapore-2026/9521470b-6661-4c85-8594-b74d9d7cf2e3/graphql-day-at-fost-singapore"
14+
const SCHEDULE_LINK =
15+
"https://portal.joinfost.io/event/future-of-software-technologies-singapore-2026/9521470b-6661-4c85-8594-b74d9d7cf2e3/graphql-day-at-fost-singapore#tab-content-program"
2016

2117
const MARQUEE_ITEMS = [
2218
["SINGAPORE", "APRIL 2026", "GRAPHQL DAY", "FOST", "COMMUNITY", "APIs"],
@@ -46,10 +42,9 @@ export default function SingaporePage() {
4642
location="Singapore"
4743
/>
4844
<div className="flex flex-wrap items-center gap-x-4 gap-y-2 max-sm:*:flex-1">
49-
<Button href={TICKET_LINK} className="whitespace-nowrap md:w-fit">
50-
Get your ticket
45+
<Button href={SCHEDULE_LINK} className="whitespace-nowrap md:w-fit">
46+
View the schedule
5147
</Button>
52-
<CfpButton className="whitespace-nowrap md:w-fit" />
5348
</div>
5449
</Hero>
5550
<AboutSection />
@@ -60,20 +55,19 @@ export default function SingaporePage() {
6055
/>
6156
<div className="gql-container gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30">
6257
<WhyAttendSection />
63-
<BecomeASpeakerSection />
6458
<PastSpeakersSection />
6559
<EventPartnersSection />
6660
<GallerySection moving />
6761
<CtaCardSection
68-
title="Get your ticket"
69-
description="Join us for a day of GraphQL talks, networking, and hands-on learning at FOST Singapore."
62+
title="View the schedule"
63+
description="Catch up on the talks, descriptions, and speakers from GraphQL Day @ FOST Singapore."
7064
>
7165
<Button
72-
href={TICKET_LINK}
66+
href={SCHEDULE_LINK}
7367
variant="primary"
7468
className="whitespace-nowrap"
7569
>
76-
Get your ticket
70+
View the schedule
7771
</Button>
7872
</CtaCardSection>
7973
<MarqueeRows

0 commit comments

Comments
 (0)