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.

);