From b449257d3b270e0d9baedc08e79a7e3224c62814 Mon Sep 17 00:00:00 2001 From: johnlindquist Date: Thu, 30 Jan 2025 12:12:20 -0700 Subject: [PATCH] fix(copy): updating text --- src/components/workshop/cursor/Features.tsx | 6 +++--- src/components/workshop/cursor/SignUpForm.tsx | 2 +- src/components/workshop/cursor/WorkshopStructure.tsx | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/workshop/cursor/Features.tsx b/src/components/workshop/cursor/Features.tsx index 07889b0a0..ab0822f57 100644 --- a/src/components/workshop/cursor/Features.tsx +++ b/src/components/workshop/cursor/Features.tsx @@ -6,9 +6,9 @@ import {fadeInUp, staggerContainer, staggerItem} from './animations' const features = [ { id: 'rapid-spinning', - title: 'Rapid Project Spinning & Multi-Scaffolding', + title: 'Project Generation Mastery', description: - 'Generate multiple projects—CLI tools, web apps, and more—in minutes using Chat and Composer, so you never lose momentum.', + 'Accelerate from zero to structured codebase. Quickly generate projects set up with best practices and solid foundations.', icon: Cpu, }, { @@ -41,7 +41,7 @@ const features = [ }, { id: 'advanced-composer-agents', - title: 'Advanced Composer with Custom Tooling', + title: 'Composer Toolchain Pipelines', description: 'Create specialized Composer workflows and agents that automate tasks you’d typically run in the terminal—speeding up your entire dev process.', icon: Cloud, diff --git a/src/components/workshop/cursor/SignUpForm.tsx b/src/components/workshop/cursor/SignUpForm.tsx index 81687f3ec..0adc51a56 100644 --- a/src/components/workshop/cursor/SignUpForm.tsx +++ b/src/components/workshop/cursor/SignUpForm.tsx @@ -20,7 +20,7 @@ const SignUpForm = forwardRef((props, ref) => { className="max-w-2xl mx-auto" >

- Ready to Transform Your Cursor Workflow? + Ready to Master Cursor?

Request a seat in this 5-day, hands-on workshop designed to level up diff --git a/src/components/workshop/cursor/WorkshopStructure.tsx b/src/components/workshop/cursor/WorkshopStructure.tsx index c5501aaac..449fd15e6 100644 --- a/src/components/workshop/cursor/WorkshopStructure.tsx +++ b/src/components/workshop/cursor/WorkshopStructure.tsx @@ -6,9 +6,9 @@ const days = [ { id: 'day-1', day: 'Day 1:', - title: 'Rapid Project Spinning, Multi-Scaffolding', + title: 'Rapid-Fire Project Generation', description: - 'Learn how to generate multiple small projects in minutes using Chat and Composer. Focus on speed over perfection, and discover when to switch from open-ended Chat brainstorming to targeted Composer scaffolding.', + 'Take your ideas and turn them into a projects in minutes. Spin up variations and iterate quickly to your taste. Set up for success by starting with solid foundations while still focusing on rapid development.', }, { id: 'day-2', @@ -34,7 +34,7 @@ const days = [ { id: 'day-5', day: 'Day 5:', - title: 'Advanced Composer, Custom Agents, Automation', + title: 'Composer Power Tools', description: 'Elevate your workflow by configuring Composer to run specialized tasks you’d usually do in the terminal. Set up custom agents that chain multiple steps, so you can handle complex actions without manual intervention.', },