From 709d9bfd8bf16d74ebbb8501db48d493091e04dd Mon Sep 17 00:00:00 2001 From: Joel Brock Date: Thu, 21 May 2026 11:17:06 -0700 Subject: [PATCH] WIP: form copy and field visibility adjustments --- app/layout.tsx | 2 +- app/page.tsx | 2 +- components/StageSection.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 2400376..f264856 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -30,7 +30,7 @@ const body = Open_Sans({ export const metadata: Metadata = { title: "Co-op Check-in · Food Co-op Initiative", description: - "Update your co-op's progress through the FCI organizing framework. A monthly check-in for food co-ops in development.", + "Update your co-op's progress through the FCI organizing Framework. A survey for food co-ops in development.", robots: { index: false, follow: false }, // Form pages are tokenized; not for crawlers. }; diff --git a/app/page.tsx b/app/page.tsx index 389b29c..ab21fe0 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -40,7 +40,7 @@ function PageIntro() { return (

- Monthly check-in · Co-op organizing + Survey · Co-op organizing

{formConfig.title} diff --git a/components/StageSection.tsx b/components/StageSection.tsx index 02fc9b1..baed759 100644 --- a/components/StageSection.tsx +++ b/components/StageSection.tsx @@ -282,7 +282,7 @@ function LockedBanner() {

A look ahead.{" "} These fields will become editable when your co-op reaches this stage. They're visible - now so you can preview the framework you'll be working through. + now so you can preview the Framework you'll be working through.

);