diff --git a/apps/marketing/public/logos/runway-wordmark.svg b/apps/marketing/public/logos/runway-wordmark.svg new file mode 100644 index 00000000000..b34f5185611 --- /dev/null +++ b/apps/marketing/public/logos/runway-wordmark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx b/apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx index c4042a94ede..1334568f7ee 100644 --- a/apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx +++ b/apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx @@ -22,10 +22,11 @@ const CLIENT_LOGOS = [ height: 20, }, { - name: "perplexity", - label: "Perplexity", - logo: "/logos/perplexity-wordmark.svg", - height: 28, + name: "runway", + label: "Runway", + logo: "/logos/runway-wordmark.svg", + height: 18, + invert: false, }, { name: "salesforce",