From eb870b30c6dab718057972ed31b6c163ac3531c2 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 28 Aug 2026 02:28:38 +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, }, {