All templates

Templates/Coaching & Wellness

Trust and calm. The hero combines promise and proof, routine sections show daily life with the offer, the process eases uncertainty, FAQ and newsletter close gently.

Coaching & Health7 Sections

The finished page to scroll through, switchable between desktop, tablet and mobile.

Page structure

These sections make up the page above, in exactly this order. Copy each as a separate file into ./components and assemble them with the snippet below.

  1. 1
    Meditation Trust HeroHero with trust elements
  2. 2
    Alternating Feature BlocksA gentle start: exercises in alternation
  3. 3
    Wellness Routine SectionRoutines for the day
  4. 4
    Phase Pill ProcessProgram flow in phases
  5. 5
    Orbiting Avatars TestimonialVoices from participants
  6. 6
    Smooth AccordionCommon questions about the program
  7. 7
    Footer SectionFooter with links and newsletter

Composition

Copy the sections below as separate files into ./components and assemble the page with this snippet.

import { MeditationTrustHero } from "./components/MeditationTrustHero";
import { AlternatingFeatureBlocks } from "./components/AlternatingFeatureBlocks";
import { WellnessRoutineSection } from "./components/WellnessRoutineSection";
import { PhasePillProcess } from "./components/PhasePillProcess";
import { OrbitingAvatarsTestimonial } from "./components/OrbitingAvatarsTestimonial";
import { SmoothAccordion } from "./components/SmoothAccordion";
import { FooterSection } from "./components/FooterSection";

export default function CoachingWellnessPage() {
  return (
    <main>
      <MeditationTrustHero />
      <AlternatingFeatureBlocks />
      <WellnessRoutineSection />
      <PhasePillProcess />
      <OrbitingAvatarsTestimonial />
      <SmoothAccordion />
      <FooterSection />
    </main>
  );
}
FAQ

Frequently asked questions

A curated landing page made of matching library sections in a sensible order from hero to footer. You copy the sections one by one and assemble them with the composition snippet.

Didn't find your question? We're happy to help.

Get in touch