diff --git a/src/app/conf/2024/faq/faq.mdx b/src/app/conf/2024/faq/faq.mdx
index 478cd79745..f84714d2b5 100644
--- a/src/app/conf/2024/faq/faq.mdx
+++ b/src/app/conf/2024/faq/faq.mdx
@@ -206,7 +206,7 @@ Dial 911 for Emergencies
415-746-1812
-29-minute walk, 10-minute drive (1.3 miles from venue)
+29-minute walk, 10-minute drive (1.3 miles from venue)
{
Pharmacy
}
@@ -214,7 +214,7 @@ Dial 911 for Emergencies
415-984-0793
-3-minute walk, 4-minute drive (0.1 miles from venue)
+3-minute walk, 4-minute drive (0.1 miles from venue)
{24 Hour Rape Crisis Line
}
@@ -322,3 +322,9 @@ Refunds will only be issued for cancellations received two weeks prior to the ev
{Substitutions
}
If you are unable to attend, you may substitute another attendee in lieu of cancellation. To substitute an attendee, select the Transfer Registration button above. You will be required to provide the attendee's first name, last name, and email address for the registration.
+
+{Visa Letter Request
}
+
+Question: I need a visa letter to attend this event. How do I request one?
+
+Answer: You must be registered to attend GraphQLConf 2024. **Please note:** it can take up to an hour for our registration system and visa letter system to sync. [Visa Letter Request](https://events.linuxfoundation.org/about/visa-request).
diff --git a/src/app/conf/2024/layout.tsx b/src/app/conf/2024/layout.tsx
index a606eced2d..797ec90ada 100644
--- a/src/app/conf/2024/layout.tsx
+++ b/src/app/conf/2024/layout.tsx
@@ -43,7 +43,6 @@ export default function Layout({
}
links={[
{ children: FAQ, href: "/conf/2024/faq" },
- { children: Speak, href: "/conf/2024/speak" },
{ children: Register, href: "/conf/2024#attend" },
{ children: Partner, href: "/conf/2024/partner" },
{
@@ -66,7 +65,6 @@ export default function Layout({
}
links={[
[
- { children: "Speak", href: "/conf/2024/speak" },
{ children: "Register", href: "https://cvent.me/gk2dRw" },
{ children: "Sponsor", href: "/conf/2024/partner" },
{ children: "Partner", href: "/conf/2024/partner#program" },
diff --git a/src/app/conf/2024/page.tsx b/src/app/conf/2024/page.tsx
index d4d5e81299..789ebf49c0 100644
--- a/src/app/conf/2024/page.tsx
+++ b/src/app/conf/2024/page.tsx
@@ -47,12 +47,6 @@ export default function Page() {