Skip to content

Commit 1d93142

Browse files
committed
update
1 parent 92f8a47 commit 1d93142

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

src/landing/ExplainerSection.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,11 +844,12 @@ export default function TutorialSection({ subIndex, children }) {
844844
{/* Section Header */}
845845
<div className="w-full mb-12 text-left">
846846
<h1 className="tracking-tight leading-tight text-left font-bold text-transparent bg-clip-text bg-gradient-to-br from-blue-500 to-blue-700 dark:from-blue-400 dark:to-blue-600">
847-
Build for production
847+
Build
848848
</h1>
849849
<span className="text-lg text-gray-700 max-w-3xl dark:text-gray-200">
850850
Build mission-critical internal tools and data pipelines that integrate directly with
851-
your existing stack and resources.
851+
your existing stack and resources using code with a powerful WebIDE or locally using our
852+
CLI and your favorite editor and AI agent.
852853
</span>
853854
</div>
854855
{features.map((feature, index) => {

src/landing/MobileTutorialSection.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,19 @@ export default function MobileTutorialSection() {
1212
{/* Section Header */}
1313
<div className="w-full mb-6 text-left">
1414
<h1 className="tracking-tight leading-tight text-left font-bold text-transparent bg-clip-text bg-gradient-to-br from-blue-500 to-blue-700 dark:from-blue-400 dark:to-blue-600">
15-
Build for production
15+
Build
1616
</h1>
1717
<span className="text-lg text-gray-700 dark:text-gray-200">
18-
Build mission-critical internal tools and data pipelines that integrate directly with your existing stack and resources.
18+
Build mission-critical internal tools and data pipelines that integrate directly with
19+
your existing stack and resources using code with a powerful WebIDE or locally using our
20+
CLI and your favorite editor and AI agent.
1921
</span>
2022
</div>
2123

2224
{/* Build for production card */}
2325
<div className="dark:bg-gray-900 bg-gray-50 w-full p-4 rounded-xl flex flex-col gap-6 mb-6">
2426
<div className="w-full">
25-
<ProductionTabs
26-
tabs={defaultTabs}
27-
enableSubtitles={true}
28-
/>
27+
<ProductionTabs tabs={defaultTabs} enableSubtitles={true} />
2928
</div>
3029
</div>
3130

@@ -40,7 +39,9 @@ export default function MobileTutorialSection() {
4039
Full local dev experience
4140
</div>
4241
<div className="text-md mb-4 group-hover:ml-2 transition-all">
43-
Develop in our cloud editor or locally via our CLI and VS Code extension. Leverage AI-assisted rules for Cursor and Claude, and deploy through automated Git-sync pipelines across staging and production.
42+
Develop in our cloud editor or locally via our CLI and VS Code extension. Leverage
43+
AI-assisted rules for Cursor and Claude, and deploy through automated Git-sync
44+
pipelines across staging and production.
4445
</div>
4546
<div className="text-sm text-blue-500 dark:text-blue-300 flex flex-row items-center gap-2 group-hover:ml-2 transition-all mb-4">
4647
Set up local dev
@@ -60,7 +61,7 @@ export default function MobileTutorialSection() {
6061
viewBox="0 0 24 24"
6162
fill="currentColor"
6263
>
63-
<path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
64+
<path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" />
6465
</svg>
6566
<span className="group-hover/yt:underline">Learn more about local development</span>
6667
</a>

src/landing/TutorialSection.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,8 @@ export default function TutorialSection({ subIndex, children }) {
848848
</h1>
849849
<span className="text-lg text-gray-700 max-w-3xl dark:text-gray-200">
850850
Build mission-critical internal tools and data pipelines that integrate directly with
851-
your existing stack and resources.
851+
your existing stack and resources using code with a powerful WebIDE or locally using our
852+
CLI and your favorite editor and AI agent.
852853
</span>
853854
</div>
854855
{features.map((feature, index) => {

0 commit comments

Comments
 (0)