@@ -4,19 +4,15 @@ import { Button } from "@/app/conf/_design-system/button"
44import { Hero , HeroDateAndLocation } from "../components/hero"
55import { AboutSection } from "../components/about-section"
66import { WhyAttendSection } from "../components/why-attend-section"
7- import {
8- BecomeASpeakerSection ,
9- CfpButton ,
10- } from "../components/become-a-speaker"
117import { EventPartnersSection } from "../components/event-partners"
128import { CtaCardSection } from "../components/cta-card-section"
139import { MarqueeRows } from "@/app/conf/2026/components/marquee-rows"
1410import { PastSpeakersSection } from "../components/past-speakers"
1511import { NavbarPlaceholder } from "../components/navbar"
1612import { 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
2117const 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