Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function HeroSection() {
<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">
{/*Lightweight library for building modern backends*/}
{/*Library for building stateful applications and distributed systems*/}
The open-source alternative to Durable Objects
Build and scale stateful workloads
</h1>

<div className="h-5" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function StudioSection() {
{/* Header */}
<div className="max-w-7xl mx-auto relative z-20 pointer-events-auto">
<h2 className="max-w-lg text-4xl font-medium tracking-tight text-white">
Supercharged Local Development with the Studio
Supercharged Local Development with the Inspector
</h2>
<p className="max-w-lg mt-4 text-lg text-white/70">
Like Postman, but for all of your stateful serverless needs.
Expand All @@ -104,7 +104,7 @@ export function StudioSection() {
target="_blank"
rel="noopener noreferrer"
>
Visit The Studio
Visit The Inspector
<span className="transition-transform group-hover/link:translate-x-1">→</span>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions site/src/components/v2/GitHubDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function GitHubDropdown({ className, ...props }: GitHubDropdownProps) {
)}
/>
<div className="flex flex-col items-start">
<span className="font-medium">Rivet</span>
<span className="font-medium">Engine</span>
<span
className={cn(
"text-xs",
Expand All @@ -137,7 +137,7 @@ export function GitHubDropdown({ className, ...props }: GitHubDropdownProps) {
: "text-muted-foreground",
)}
>
Stateful workload orchestrator
Orchestrator for RivetKit
</span>
<span
className={cn(
Expand Down
Loading