@@ -9,6 +9,8 @@ import { EventPartnersSection } from "../components/event-partners"
99import { CtaCardSection } from "../components/cta-card-section"
1010import { MarqueeRows } from "@/app/conf/2026/components/marquee-rows"
1111import { PastSpeakersSection } from "../components/past-speakers"
12+ import { NavbarPlaceholder } from "../components/navbar"
13+ import { NavbarFixed } from "@/components/navbar/navbar-fixed"
1214
1315const TICKET_LINK =
1416 "https://portal.joinfost.io/event/future-of-software-technologies-singapore-2026/9521470b-6661-4c85-8594-b74d9d7cf2e3/graphql-day-at-fost-singapore"
@@ -31,48 +33,51 @@ export const metadata: Metadata = {
3133
3234export default function SingaporePage ( ) {
3335 return (
34- < main className = "gql-all-anchors-focusable" >
35- < Hero subtitle = "@ FOST Singapore" >
36- < HeroDateAndLocation
37- date = "April 14-15, 2026"
38- dateTime = "2026-04-14"
39- location = "Singapore"
40- />
41- < div className = "flex flex-wrap items-center gap-x-4 gap-y-2 max-sm:*:flex-1" >
42- < Button href = { TICKET_LINK } className = "whitespace-nowrap md:w-fit" >
43- Get your ticket
44- </ Button >
45- </ div >
46- </ Hero >
47- < MarqueeRows
48- variant = "primary"
49- className = "pt-4 max-sm:pb-1 sm:pt-6 md:space-y-2 md:pt-12 xl:pt-16"
50- items = { MARQUEE_ITEMS }
51- />
52- < AboutSection />
53- < div className = "gql-container gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30" >
54- < WhyAttendSection />
55- < BecomeASpeakerSection />
56- < PastSpeakersSection />
57- < EventPartnersSection />
36+ < >
37+ < NavbarPlaceholder className = "top-0 bg-neu-100 before:bg-white/30 dark:bg-neu-50/50 dark:before:bg-blk/40" />
38+ < main className = "gql-all-anchors-focusable" >
39+ < Hero subtitle = "@ FOST Singapore" colorScheme = "neutral" >
40+ < HeroDateAndLocation
41+ date = "April 14-15, 2026"
42+ dateTime = "2026-04-14"
43+ location = "Singapore"
44+ />
45+ < div className = "flex flex-wrap items-center gap-x-4 gap-y-2 max-sm:*:flex-1" >
46+ < Button href = { TICKET_LINK } className = "whitespace-nowrap md:w-fit" >
47+ Get your ticket
48+ </ Button >
49+ </ div >
50+ </ Hero >
51+ < AboutSection />
5852 < MarqueeRows
59- variant = "secondary "
60- className = "my-8 xl:mb-16 xl:mt-10 "
53+ variant = "primary "
54+ className = "z-10 bg-neu-0 py-4 max-sm:pb-1 sm:py-6 md:space-y-2 md:py-12 "
6155 items = { MARQUEE_ITEMS }
6256 />
63- < CtaCardSection
64- title = "Get your ticket"
65- description = "Join us for a day of GraphQL talks, networking, and hands-on learning at FOST Singapore."
66- >
67- < Button
68- href = { TICKET_LINK }
69- variant = "primary"
70- className = "whitespace-nowrap"
57+ < div className = "gql-container gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30" >
58+ < WhyAttendSection />
59+ < BecomeASpeakerSection />
60+ < PastSpeakersSection />
61+ < EventPartnersSection />
62+ < MarqueeRows
63+ variant = "secondary"
64+ className = "my-8 xl:mb-16 xl:mt-10"
65+ items = { MARQUEE_ITEMS }
66+ />
67+ < CtaCardSection
68+ title = "Get your ticket"
69+ description = "Join us for a day of GraphQL talks, networking, and hands-on learning at FOST Singapore."
7170 >
72- Get your ticket
73- </ Button >
74- </ CtaCardSection >
75- </ div >
76- </ main >
71+ < Button
72+ href = { TICKET_LINK }
73+ variant = "primary"
74+ className = "whitespace-nowrap"
75+ >
76+ Get your ticket
77+ </ Button >
78+ </ CtaCardSection >
79+ </ div >
80+ </ main >
81+ </ >
7782 )
7883}
0 commit comments