From 605daa8ac968ff936e60d837afa606bc2aa48e94 Mon Sep 17 00:00:00 2001 From: Sumon Sadhu Date: Sun, 6 Sep 2026 23:00:47 +0000 Subject: [PATCH] web: point Media kit Download at the shared Drive folder The company CTA was an incomplete folders/ URL and 404ed. Restore the folder id from the previous company page so Download opens the kit. Fixes TRA-548. Co-authored-by: Sumon Sadhu --- web/apps/web/app/company/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/apps/web/app/company/page.tsx b/web/apps/web/app/company/page.tsx index 3862a8544..a64105323 100644 --- a/web/apps/web/app/company/page.tsx +++ b/web/apps/web/app/company/page.tsx @@ -35,7 +35,10 @@ const contactCards = [ { title: "Media kit", body: "Logos, branding guidelines, and approved press resources.", - cta: { label: "Download", href: "https://drive.google.com/drive/folders/" }, + cta: { + label: "Download", + href: "https://drive.google.com/drive/folders/1fNmr4IpIaaiej6yKr1t0ispbXOaCVVTa?usp=sharing", + }, variant: "outline" as const, }, {