Skip to content

chore(marketing): update trusted by section#3890

Closed
Kitenite wants to merge 1 commit into
mainfrom
replace-runway-wordware
Closed

chore(marketing): update trusted by section#3890
Kitenite wants to merge 1 commit into
mainfrom
replace-runway-wordware

Conversation

@Kitenite
Copy link
Copy Markdown
Collaborator

@Kitenite Kitenite commented Apr 30, 2026

Description

Related Issues

Type of Change

  • Bug fix
  • New feature
  • Documentation
  • Refactor
  • Other (please describe):

Testing

Screenshots (if applicable)

Additional Notes


Summary by cubic

Replaced Runway with Wordware in the marketing site’s Trusted by section. Added the Wordware wordmark SVG and updated the logo entry (label, logo path, height set to 16) in TrustedBySection.tsx.

Written for commit b2e0be8. Summary will update on new commits. Review in cubic

Summary by CodeRabbit

  • Style
    • Updated the Trusted By section with a new partner company logo.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 30, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: dcb9a7fc-5bb8-4259-9fbf-fb53d07ee8e2

📥 Commits

Reviewing files that changed from the base of the PR and between 001ccc2 and b2e0be8.

⛔ Files ignored due to path filters (1)
  • apps/marketing/public/logos/wordware-wordmark.svg is excluded by !**/*.svg
📒 Files selected for processing (1)
  • apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx

📝 Walkthrough

Walkthrough

The CLIENT_LOGOS configuration in the TrustedBySection component has been updated by replacing the Runway logo entry with a Wordware logo entry, including adjustments to the asset path, display height, and removal of an explicit invert flag.

Changes

Cohort / File(s) Summary
Client Logo Update
apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx
Replaced Runway logo with Wordware logo in CLIENT_LOGOS configuration; updated asset path, reduced height from 18 to 16, and removed explicit invert flag.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A Wordware hop replaces the way,
Where Runway once gleamed in the trusted display,
Height trimmed from eighteen to sixteen so neat,
A logo swap making the lineup complete! ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description template is present but largely unfilled, with only auto-generated content from cubic providing meaningful context about the changes. Fill in the Description section with details about why Runway was replaced with Wordware, and mark the Type of Change checkbox (likely 'Other' or 'Refactor') to clarify the PR's purpose.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change—updating the trusted by section in the marketing component by replacing Runway with Wordware.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch replace-runway-wordware

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 30, 2026

Greptile Summary

This PR updates the "Trusted By" marketing section by swapping out the Runway logo for Wordware, adding the corresponding SVG wordmark. The change is purely cosmetic and follows the existing logo entry pattern used by all other clients in the list.

Confidence Score: 5/5

Safe to merge — simple logo swap with no logic changes.

The change is a straightforward content update: one SVG asset added and one array entry replaced. No logic, routing, or data-flow changes are involved, and the new entry correctly follows the existing pattern of the CLIENT_LOGOS array.

No files require special attention.

Important Files Changed

Filename Overview
apps/marketing/public/logos/wordware-wordmark.svg New SVG wordmark logo for Wordware, with dark green (#0F391C) fill — will be rendered white via the default grayscale+invert filter applied by the component.
apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx Replaces the "Runway" entry with "Wordware" in the CLIENT_LOGOS array; height adjusted from 18 to 16px and explicit invert: false removed (Wordware will use the default grayscale+invert filter).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[CLIENT_LOGOS array] --> B[wordware entry]
    B --> C[logo: /logos/wordware-wordmark.svg]
    B --> D[height: 16]
    B --> E[default filter: grayscale + brightness-0 + invert]
    E --> F[Rendered as white wordmark on dark bg]
Loading

Reviews (1): Last reviewed commit: "chore(marketing): update trusted by sect..." | Re-trigger Greptile

@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview Deployment

🔗 Preview Links

Service Status Link
Neon Database (Neon) View Branch
Vercel API (Vercel) Open Preview
Vercel Web (Vercel) Open Preview
Vercel Marketing (Vercel) Open Preview
Vercel Admin (Vercel) Open Preview
Vercel Docs (Vercel) Open Preview

Preview updates automatically with new commits

@Kitenite
Copy link
Copy Markdown
Collaborator Author

Superseded by #3892 which bundles this swap with the Ramp→Toss change.

@Kitenite Kitenite closed this Apr 30, 2026
@Kitenite Kitenite deleted the replace-runway-wordware branch April 30, 2026 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant