Skip to content

Commit 1c6507a

Browse files
Use shorter copy in Hero
Co-authored-by: Martin Bonnin <martin@mbonnin.net>
1 parent c9dc890 commit 1c6507a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/index-page/hero/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ export function Hero() {
1717

1818
<ul className="flex flex-col gap-2">
1919
{[
20-
"Deliver high-performance user experience at any scale",
21-
"Secure and stabilize your API with a strongly typed schema and validated requests",
22-
"Reduce communication overhead through efficient, distributed development",
20+
"Typesafe schemas, secure requests",
21+
"Frictionless distributed development",
22+
"Data driven UI at scale",
2323
].map((item, index) => (
2424
<li key={index} className="flex items-start gap-1">
2525
<CheckIcon className="size-6 shrink-0 text-pri-base max-lg:mt-px" />

0 commit comments

Comments
 (0)