Skip to content

Commit 4062303

Browse files
Codexclaude
andcommitted
content(practice): remove prices from session type cards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent eabdce1 commit 4062303

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/landing/src/components/practice-session-types.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function PracticeSessionTypes() {
1212
<SectionHeading
1313
eyebrow="03 / how we work"
1414
title="Three ways to work with me"
15-
description="Solo, deep, or in a group. Pick the format that fits what you're holding this season. Pricing is a starting point; sliding scale is welcome."
15+
description="Solo, deep, or in a group. Pick the format that fits what you're holding this season."
1616
/>
1717
<div className="mt-8 grid gap-4 lg:grid-cols-3">
1818
{practice.sessionTypes.map((entry, index) => (

apps/landing/src/lib/content.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ export const practice = {
565565
"Slow, single-thread. We pick one question and stay with it until " +
566566
"something shifts. Best for life decisions, identity work, or stuck " +
567567
"transitions.",
568-
meta: "from 250€ · sliding scale welcome",
568+
meta: "60 min · booking on request",
569569
tone: "bio",
570570
},
571571
{
@@ -575,7 +575,7 @@ export const practice = {
575575
"Focused, fast, decision-oriented. One question, one answer, one " +
576576
"next step. Best for clarity between meetings or a quick reflective " +
577577
"check-in.",
578-
meta: "from 130€",
578+
meta: "30 min · booking on request",
579579
tone: "interface",
580580
},
581581
{
@@ -585,7 +585,7 @@ export const practice = {
585585
"Small group (max 12). One embodiment per week, with a daily " +
586586
"practice and a weekly live call. Best for sustained reframe work " +
587587
"and a community of practice.",
588-
meta: "350€ per cohort · next: Q3 2026",
588+
meta: "next cohort · Q3 2026",
589589
tone: "meme",
590590
},
591591
] satisfies SessionTypeEntry[],

0 commit comments

Comments
 (0)