Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/full-moon/llms.txt
Use this file to discover all available pages before exploring further.
The Testimonials page turns social proof into a ceremony of its own. Past clients, colleagues, and collaborators become witnesses — people who have observed the craft firsthand and lived to recount it. Their words are presented not as anonymous quotes, but as sworn accounts carrying the weight of experience. The subheading "Tales from those who survived the rituals" adds a darkly comic edge that keeps the tone playful even while the content is earnest.
Route & Static Shell
The Testimonials page is served from pages/Testimonials.html. Its static shell sets the hash to /testimonials on load.
<script>
window.__STATIC_PAGE_ROUTE__ = "/testimonials";
if (!window.location.hash || window.location.hash === "#/" || window.location.hash === "#") {
window.location.hash = "/testimonials";
}
</script>
Section Headings
| Element | Text |
|---|
| Section heading | "Witnesses to the Craft" |
| Subheading | "Tales from those who survived the rituals" |
The heading "Witnesses to the Craft" is rendered in font-heading (Cinzel Decorative) with witch-teal-glow (#2dd4bf) coloring. The subheading "Tales from those who survived the rituals" uses font-body (Cormorant Garamond) and provides the wry, theatrical note that frames the quotes below as testimonials of endurance rather than mere satisfaction surveys.
The word "survived" in the subheading is intentionally tongue-in-cheek. It signals self-awareness — the developer knows the witch aesthetic is a bit dramatic — and it invites the reader to smile before they encounter the genuine praise that follows.
Visual Design
Testimonial entries are displayed against the midnight-base (#0a0e1a) background. Each quote is rendered as a card or styled block using witch-teal-dark (#0e3a3a) fill and witch-teal-bright (#5eead4) accent on the quoted text or attribution. Framer Motion stagger animations bring testimonials into view in sequence on page mount.
Testimonial Entry Structure
Each testimonial entry is a first-person account from a past collaborator.
| Field | Description |
|---|
| Quote | The testimonial text — the witness’s account |
| Witness name | The person’s name (their identity as a “witness”) |
| Role / context | Their title or relationship to the developer |
| Attribution mark | A typographic or sigil-style decorative separator |
The MoonSVG component in “waxing” or “waning” mode may appear as a decorative element between testimonial entries, suggesting the passage of time between each collaboration.
Animation Details
| Element | Animation |
|---|
| Section heading | Fade in + upward translate on mount |
| Subheading | Short delayed fade-in |
| Testimonial cards | Staggered fade-in with slight scale or vertical offset |
| Quoted text | May animate character-by-character or line-by-line for emphasis |
Navigation Context
In the site’s thematic navigation, the Testimonials page is linked as “Witnesses to the Craft”, matching the section heading and preserving the arcane chapter-title structure used across all navigation links.
Typography & Color Reference
| Token | Hex | Usage on this page |
|---|
midnight-base | #0a0e1a | Page background |
witch-teal-glow | #2dd4bf | Section heading, decorative accents |
witch-teal-bright | #5eead4 | Quoted text highlight, attribution text |
witch-teal-dark | #0e3a3a | Testimonial card backgrounds |
font-heading | Cinzel Decorative | Section heading |
font-body | Cormorant Garamond | Subheading, quote text, witness names |