Skip to content

refactor(testimonials): better design, with logos, and add new quote#153

Open
oycyc wants to merge 2 commits into
masterfrom
refactor/testimonials-design
Open

refactor(testimonials): better design, with logos, and add new quote#153
oycyc wants to merge 2 commits into
masterfrom
refactor/testimonials-design

Conversation

@oycyc

@oycyc oycyc commented Jul 11, 2026

Copy link
Copy Markdown
Contributor
  • centered design to better support adding logos (with gradients adjusted)
  • adding company logo associated to the person (visuals gives credability!)
  • add Travis quote

before:
image
after:
image

inspired by google (https://workspace.google.com/products/meet/#customers):
image

Summary by CodeRabbit

  • New Features

    • Added a new testimonial for Travis McPeak, including company branding and quote content.
    • Added company names and logos to several existing testimonials.
    • Added support for individually sizing testimonial logos and displaying select logos in full color.
  • Improvements

    • Refined testimonial layouts for centered portrait presentations and more consistent slide sizing.
    • Updated testimonial backgrounds, spacing, CTA styling, and logo presentation for improved visual balance.
    • Simplified the “Read the case study” link appearance.

@oycyc oycyc requested a review from a team as a code owner July 11, 2026 14:07
@netlify

netlify Bot commented Jul 11, 2026

Copy link
Copy Markdown

Deploy Preview for masterpoint ready!

Name Link
🔨 Latest commit e393586
🔍 Latest deploy log https://app.netlify.com/projects/masterpoint/deploys/6a524e700b2ff70008a9e934
😎 Deploy Preview https://deploy-preview-153--masterpoint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 40
Accessibility: 86
Best Practices: 92
SEO: 79
PWA: 70
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@oycyc, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 55 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 02506f8f-898a-4fca-bdfa-3574eff127bb

📥 Commits

Reviewing files that changed from the base of the PR and between 3297af4 and e393586.

📒 Files selected for processing (2)
  • content/testimonials/adam-pallin.md
  • content/testimonials/travis-mcpeak.md

Walkthrough

Testimonial entries now include company branding metadata, the slider renders configurable logos, and testimonial styling is updated for centered portrait layouts, revised CTAs, Flexslider alignment, and a centered home-section background.

Changes

Testimonial branding and layout

Layer / File(s) Summary
Testimonial branding metadata
content/testimonials/*.md
Testimonial entries add company names, logo assets, logo sizing options, and a new Travis McPeak testimonial.
Slider logo and CTA rendering
layouts/partials/testimonials-slider.html
The slider derives company and logo sizing data, applies inline logo styles, and removes the separate CTA arrow element.
Centered testimonial layout and CTA styling
assets/css/custom.scss
Quote spacing, monochrome or full-color logos, portrait alignment, CTA presentation, Flexslider sizing, and the centered home testimonial background are updated.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Sequence Diagram(s)

sequenceDiagram
  participant TestimonialContent
  participant TestimonialsSlider
  participant Browser
  TestimonialContent->>TestimonialsSlider: provide company and logo metadata
  TestimonialsSlider->>TestimonialsSlider: compute logo sizing styles
  TestimonialsSlider->>Browser: render testimonial logo and CTA
  Browser->>Browser: apply centered portrait and home-section styling
Loading

Possibly related PRs

Suggested reviewers: gberenice

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main changes: testimonial redesign, logo additions, and a new quote.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/testimonials-design

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

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
content/testimonials/travis-mcpeak.md (1)

9-9: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Track the case_study TODO.

The commented-out # case_study: TODO! means the "Read the case study" CTA won't render for this testimonial. The template handles this gracefully, but the TODO should be tracked so the link is added once the case study page exists.

Would you like me to open a new issue to track this, or help generate the case study content?

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@content/testimonials/travis-mcpeak.md` at line 9, Track the missing case
study CTA for the Travis McPeak testimonial by creating a follow-up issue for
the commented-out case_study field, documenting that the link should be enabled
once the case study page exists.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@content/testimonials/travis-mcpeak.md`:
- Line 9: Track the missing case study CTA for the Travis McPeak testimonial by
creating a follow-up issue for the commented-out case_study field, documenting
that the link should be enabled once the case study page exists.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 5b6f4b5f-3092-4680-8b94-9d2ec0dd79a1

📥 Commits

Reviewing files that changed from the base of the PR and between 7758520 and 3297af4.

⛔ Files ignored due to path filters (4)
  • static/img/logos/cursor-25d-dark-mode.svg is excluded by !**/*.svg
  • static/img/logos/leadership-analytics-group.png is excluded by !**/*.png
  • static/img/logos/staples.svg is excluded by !**/*.svg
  • static/img/testimonials/travis-mcpeak.jpeg is excluded by !**/*.jpeg
📒 Files selected for processing (8)
  • assets/css/custom.scss
  • content/testimonials/adam-pallin.md
  • content/testimonials/alec-baker.md
  • content/testimonials/gunter-pfau.md
  • content/testimonials/liam-egan.md
  • content/testimonials/nathan-wade.md
  • content/testimonials/travis-mcpeak.md
  • layouts/partials/testimonials-slider.html

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