Skip to content

Commit 191bc10

Browse files
Update h1 value prop (#686)
1 parent 70e3427 commit 191bc10

4 files changed

Lines changed: 13 additions & 11 deletions

File tree

site/src/components/IsometricStack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export function IsometricStack({ class: cls = "" }: { class?: string }) {
208208
role="img"
209209
aria-label="Cluster of isometric panels: four AI agents above Claw Patrol, four downstream tools below it"
210210
viewBox={`${xMin} ${yMin} ${TOTAL_W} ${TOTAL_H}`}
211-
class="iso-stack-svg block h-full w-auto md:h-auto md:w-full"
211+
class="iso-stack-svg block h-full w-auto md:h-auto w-full"
212212
>
213213
<style>
214214
{

site/src/sections/HeroSection.tsx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,22 @@ export function HeroSection() {
1212
return (
1313
<section
1414
class="iso-stack-host max-w-6xl mx-auto px-6 sm:px-8
15-
pt-16 sm:pt-28 pb-16"
15+
py-16 sm:py-28"
1616
>
1717
<div class="grid md:grid-cols-2 gap-12 md:gap-12 lg:gap-16 items-center w-full">
1818
<div class="order-2 md:order-1 min-w-0 flex flex-col items-center md:items-start text-center md:text-left relative z-10 bg-linear-to-b from-transparent py-16 via-canvas via-35% to-canvas">
19-
<h1 class="text-4xl sm:text-5xl md:text-5xl lg:text-6xl lg:text-[4rem] mb-6 font-display text-balance text-text">
20-
{HERO_H1}
19+
<h1 class="text-4xl sm:text-5xl md:text-5.5xl lg:text-6xl lg:text-[4rem] mb-6 font-display text-balance text-text leading-none">
20+
The missing option between babysitting and{" "}
21+
<small style="font-size: 0.9em; font-weight: 450;">YOLO</small> mode
2122
</h1>
22-
<p class="text-sm mb-6 max-w-2xl font-sans font-bold uppercase text-text text-balance">
23-
Give agents power. Don't give up control.
23+
<p class="text-sm md:text-base mb-6 max-w-2xl font-sans font-bold uppercase text-text text-balance">
24+
The security firewall for{" "}
25+
<span className="text-rust">any agent</span>
2426
</p>
2527
<p class="mb-10 max-w-2xl text-text-muted text-balance">
26-
Claw Patrol holds credentials, parses traffic at the wire, and gates
27-
actions with rules you write—all while keeping an audit log of
28-
everything that happens.
28+
Claw Patrol guards credentials, parses traffic at the wire, and
29+
gates actions according to rules you author—all while keeping an
30+
audit log of everything that happens.
2931
</p>
3032
<InstallTerminal />
3133
</div>

site/src/sections/TestSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function TestSection() {
9595
<SectionLabel class="ml-0 mb-4!">Regression tests</SectionLabel>
9696
<h3 class="text-4xl sm:text-5xl md:text-6xl lg:text-[3.25rem] font-display text-balance mb-6 text-text">
9797
Test your rules{" "}
98-
<span class="text-rust">before you ship them.</span>
98+
<span class="text-rust">before you ship them</span>
9999
</h3>
100100
<p class="text-base text-text-muted mb-5 max-w-xl">
101101
Record real actions from the dashboard. Drop the JSON files into a

site/src/sections/VpnSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function VpnSection() {
8989
<p class="text-base text-canvas/70 mb-6 text-pretty">
9090
Prefix any agent command with{" "}
9191
<code class="font-mono text-canvas">clawpatrol run</code>. Same
92-
workflow, every action gated.
92+
workflow; every action gated and tracked.
9393
</p>
9494
<div class="font-mono text-sm text-canvas/80">
9595
<span class="text-canvas/40">$</span> clawpatrol run{" "}

0 commit comments

Comments
 (0)