We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b029d64 commit f70d624Copy full SHA for f70d624
src/components/index-page/hero/index.tsx
@@ -17,7 +17,7 @@ export function Hero() {
17
18
<ul className="flex flex-col gap-2">
19
{[
20
- "Deliver high-performance user experience at scale",
+ "Deliver high-performance user experience at any scale",
21
"Secure and stabilize your API with a strongly typed schema and validated queries",
22
"Reduce dependencies through efficient, distributed development",
23
].map((item, index) => (
0 commit comments