Skip to content

fix(testimonials): convert to a dark section with soft edges#141

Merged
omsherikar merged 1 commit into
mainfrom
fix/testimonials-dark-section
May 18, 2026
Merged

fix(testimonials): convert to a dark section with soft edges#141
omsherikar merged 1 commit into
mainfrom
fix/testimonials-dark-section

Conversation

@omsherikar
Copy link
Copy Markdown
Collaborator

The Testimonials section was a light section (#f3f3f2) sitting between black sections, with four from-black edge gradients darkening its edges — it looked off against the dark site.

Changes (src/components/TestimonialsSection.tsx)

  • Dark section — background → charcoal #161618 (not pure black). Heading/subtext recolored to light; grid lines + backdrop vignettes flipped to a light tint so they stay visible; marquee fade masks updated to the new bg. The white testimonial cards are kept (white cards on charcoal, like real tweet cards).
  • Soft edges — replaced the four hard from-black edge gradients with two soft top/bottom fades at z-[5] (below the content) that blend the section into the neighbouring black sections without darkening the heading or cards.

Verified: eslint and prettier --check both clean.

The Testimonials section was light (#f3f3f2) sitting between black
sections, with four from-black edge gradients darkening its edges — it
looked off.

- Convert to a charcoal dark section (#161618): recolor heading/subtext
  to light, flip the grid lines + vignettes to a light tint so they stay
  visible, update the marquee fade masks to the new bg. White cards kept.
- Replace the four hard from-black edge gradients with two soft top/
  bottom fades at z-[5] (under the content) that blend the section into
  the neighbouring black sections without darkening the heading or cards.
Copilot AI review requested due to automatic review settings May 18, 2026 10:45
@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
refactron Ready Ready Preview, Comment May 18, 2026 10:46am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

Warning

Rate limit exceeded

@omsherikar has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 24 minutes and 15 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 43fc6ed1-196d-4268-a280-5da255193817

📥 Commits

Reviewing files that changed from the base of the PR and between 9aa7877 and 4b2a581.

📒 Files selected for processing (1)
  • src/components/TestimonialsSection.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/testimonials-dark-section

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 and usage tips.

@github-actions
Copy link
Copy Markdown

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Testimonials section styling to better match the surrounding dark page sections by converting its background and text treatment to a dark theme with softer section-edge blending.

Changes:

  • Changes the section background from light gray to charcoal and updates heading/body text colors.
  • Updates grid/vignette and marquee fade overlays for the new dark background.
  • Replaces four hard black edge gradients with softer top/bottom fades under the content layer.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

👋 Thanks for opening this pull request! A maintainer will review it soon. Please make sure all CI checks pass.

@omsherikar omsherikar merged commit 8a6eacb into main May 18, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:feature New feature type:refactor Code refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants