Skip to content

Commit 5d332ba

Browse files
Jamie Nuchoclaude
andcommitted
Fix: update arc section header from 64 to 69 questions in Landing.jsx
The hero text was updated in the previous commit but the phases preview section heading on the same page still said "The 64-Question Arc." Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ea1b8bc commit 5d332ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/Landing.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function Landing({ data }) {
8383
{/* Phases preview */}
8484
<section className="border-t border-border">
8585
<div className="max-w-5xl mx-auto px-4 py-12">
86-
<p className="text-xs text-muted tracking-wider uppercase mb-6">The 64-Question Arc</p>
86+
<p className="text-xs text-muted tracking-wider uppercase mb-6">The 69-Question Arc</p>
8787
<div className="grid gap-3">
8888
{data.phases.map(phase => {
8989
const phaseQs = questions.filter(q => q.phase === phase.id)

0 commit comments

Comments
 (0)