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 6a7b556 commit ddd1c7dCopy full SHA for ddd1c7d
apps/portal/src/app/page.tsx
@@ -48,8 +48,8 @@ function Hero() {
48
<h1 className="mb-3 font-bold text-4xl tracking-tighter lg:text-6xl">
49
thirdweb Documentation
50
</h1>
51
- <p className="mb-8 max-w-md text-lg text-muted-foreground leading-normal">
52
- Development framework for building onchain apps, games, and agents.
+ <p className="mb-8 max-w-lg text-lg text-muted-foreground leading-normal text-pretty">
+ Platform for building the next generation of internet products
53
</p>
54
<div className="flex gap-3">
55
<ChatButton />
0 commit comments