Skip to content

Commit

Permalink
fix(copy): updating text
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Jan 30, 2025
1 parent da2628b commit b449257
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/components/workshop/cursor/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/components/workshop/cursor/SignUpForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const SignUpForm = forwardRef<SignUpFormRef>((props, ref) => {
className="max-w-2xl mx-auto"
>
<h2 className="mb-4 text-3xl font-bold text-center dark:text-white text-gray-900">
Ready to Transform Your Cursor Workflow?
Ready to Master Cursor?
</h2>
<p className="mb-8 text-center text-gray-500 dark:text-gray-400 mx-auto">
Request a seat in this 5-day, hands-on workshop designed to level up
Expand Down
6 changes: 3 additions & 3 deletions src/components/workshop/cursor/WorkshopStructure.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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.',
},
Expand Down

0 comments on commit b449257

Please sign in to comment.