Skip to content

Commit c2dd00d

Browse files
committed
chore(website): update landing page
1 parent da50670 commit c2dd00d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/src/components/landing/features.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function Features() {
4848
<div className="mb-12 text-center md:mb-16">
4949
<h2 className="mb-4 text-2xl font-bold md:text-3xl lg:text-4xl">Why choose next-safe-action?</h2>
5050
<p className="mx-auto max-w-2xl text-zinc-600 dark:text-zinc-400">
51-
A modern, type-safe approach to handling server actions in your Next.js applications
51+
A type-safe approach to handling Server Actions in your Next.js applications
5252
</p>
5353
</div>
5454

website/src/components/landing/playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function Playground() {
3232
<div className="mb-12 text-center">
3333
<h2 className="mb-4 text-2xl font-bold md:text-3xl">Try it out</h2>
3434
<p className="mx-auto max-w-2xl text-zinc-600 dark:text-zinc-400">
35-
See how next-safe-action lets you handle Server Actions in a type safe way
35+
See next-safe-action in <em>action</em>
3636
</p>
3737
</div>
3838
{isVisible && (

website/src/components/landing/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function Sponsors() {
66
<div className="mb-10 text-center md:mb-16">
77
<h2 className="mb-4 text-2xl font-bold md:text-3xl lg:text-4xl">Our sponsors</h2>
88
<p className="mx-auto max-w-2xl text-zinc-600 dark:text-zinc-400">
9-
Thanks to these amazing sponsors who help make this project possible! ❤️
9+
These amazing people and companies help keep next-safe-action running! ❤️
1010
</p>
1111
</div>
1212

0 commit comments

Comments
 (0)