Trust Heading

Centred section heading with the Google rating pill beneath it. Shared by the Testimonials marquee and the FeaturedTestimonial spotlight so both testimonial sections carry identical trust framing.

Default (animates on scroll)

In their words

5.0
Rated 5 stars on Google (opens in a new tab)

Immediate, delayed — as used on the homepage

Trusted by teams & founders

5.0
Rated 5 stars on Google (opens in a new tab)

Props

PropTypeDefaultDescription
title*string-Heading copy, rendered as an h2 with the `heading-h2` token.
immediatebooleanfalseAnimate on mount instead of on scroll. Use for sections already in view when the page loads.
delaynumber-Entrance delay in seconds — used to sequence the heading after the hero.
classNamestring-Additional classes merged onto the wrapper (usually margin).

Import

tsx
import { TrustHeading } from '@/components/ui/TrustHeading'

Usage

tsx
<TrustHeading
  title="Trusted by teams & founders"
  immediate
  delay={0.45}
  className="mb-10"
/>