From b2e0be8aa2b51d92c9ff551c45c428693303600a Mon Sep 17 00:00:00 2001 From: Kiet Ho Date: Wed, 29 Apr 2026 18:41:12 -0700 Subject: [PATCH] chore(marketing): update trusted by section --- apps/marketing/public/logos/wordware-wordmark.svg | 1 + .../app/components/TrustedBySection/TrustedBySection.tsx | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 apps/marketing/public/logos/wordware-wordmark.svg diff --git a/apps/marketing/public/logos/wordware-wordmark.svg b/apps/marketing/public/logos/wordware-wordmark.svg new file mode 100644 index 00000000000..b41ba14d1a7 --- /dev/null +++ b/apps/marketing/public/logos/wordware-wordmark.svg @@ -0,0 +1 @@ + diff --git a/apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx b/apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx index 1334568f7ee..11a3526d69c 100644 --- a/apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx +++ b/apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx @@ -22,11 +22,10 @@ const CLIENT_LOGOS = [ height: 20, }, { - name: "runway", - label: "Runway", - logo: "/logos/runway-wordmark.svg", - height: 18, - invert: false, + name: "wordware", + label: "Wordware", + logo: "/logos/wordware-wordmark.svg", + height: 16, }, { name: "salesforce",