Skip to content

Commit bdccba7

Browse files
chore: website language update (#2860)
### TL;DR Updated marketing copy on the homepage to better reflect product positioning and naming. ### What changed? - Changed the hero section headline from "The open-source alternative to Durable Objects" to "Build and scale stateful workloads" - Renamed "Studio" to "Inspector" in the StudioSection component - Updated GitHub dropdown text, changing "Rivet" to "Engine" and its description from "Stateful workload orchestrator" to "Orchestrator for RivetKit"
1 parent f1c054d commit bdccba7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

site/src/app/(v2)/(marketing)/(index)/sections/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function HeroSection() {
1616
<h1 className="hero-bg-exclude text-4xl md:text-5xl font-normal text-white leading-[1.3] sm:leading-[1.1] tracking-[-0.03em] max-w-full">
1717
{/*Lightweight library for building modern backends*/}
1818
{/*Library for building stateful applications and distributed systems*/}
19-
The open-source alternative to Durable Objects
19+
Build and scale stateful workloads
2020
</h1>
2121

2222
<div className="h-5" />

site/src/app/(v2)/(marketing)/(index)/sections/StudioSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function StudioSection() {
9090
{/* Header */}
9191
<div className="max-w-7xl mx-auto relative z-20 pointer-events-auto">
9292
<h2 className="max-w-lg text-4xl font-medium tracking-tight text-white">
93-
Supercharged Local Development with the Studio
93+
Supercharged Local Development with the Inspector
9494
</h2>
9595
<p className="max-w-lg mt-4 text-lg text-white/70">
9696
Like Postman, but for all of your stateful serverless needs.
@@ -104,7 +104,7 @@ export function StudioSection() {
104104
target="_blank"
105105
rel="noopener noreferrer"
106106
>
107-
Visit The Studio
107+
Visit The Inspector
108108
<span className="transition-transform group-hover/link:translate-x-1"></span>
109109
</a>
110110
</div>

site/src/components/v2/GitHubDropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function GitHubDropdown({ className, ...props }: GitHubDropdownProps) {
128128
)}
129129
/>
130130
<div className="flex flex-col items-start">
131-
<span className="font-medium">Rivet</span>
131+
<span className="font-medium">Engine</span>
132132
<span
133133
className={cn(
134134
"text-xs",
@@ -137,7 +137,7 @@ export function GitHubDropdown({ className, ...props }: GitHubDropdownProps) {
137137
: "text-muted-foreground",
138138
)}
139139
>
140-
Stateful workload orchestrator
140+
Orchestrator for RivetKit
141141
</span>
142142
<span
143143
className={cn(

0 commit comments

Comments
 (0)