Skip to content

feat(industry): construct centered high-impact testimonial block - #345

Open
noevidence1017 wants to merge 1 commit into
SwiftChainn:mainfrom
noevidence1017:feat/industry-testimonial
Open

feat(industry): construct centered high-impact testimonial block#345
noevidence1017 wants to merge 1 commit into
SwiftChainn:mainfrom
noevidence1017:feat/industry-testimonial

Conversation

@noevidence1017

Copy link
Copy Markdown

Closes #309

Implements the centered, high-impact testimonial block for the industry page.

  • Renders oversized quotation marks above a centered blockquote
  • Displays the featured testimonial with author name, role, and company (Sarah Chen, VP of Operations, Meridian Logistics)
  • Follows the Component -> Hook -> Service architecture: Testimonial.tsx -> useTestimonial -> testimonialService
  • Data is fetched from /api/industry/testimonial (dev-only fixture route, matches the existing app/api/fleet/drivers pattern) rather than hardcoded in the component
  • Loading skeleton and error/retry state included
  • 4 unit tests covering loading, error, rendered content, and the service response shape

Typography uses Tailwind's serif/sans font pairing for the quote versus attribution; no brand-specific typeface was found configured elsewhere in the codebase to match against.

@drips-wave

drips-wave Bot commented Jul 26, 2026

Copy link
Copy Markdown

@noevidence1017 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Frontend: Industry Testimonial Block

1 participant