Skip to content

Commit 93a9ba9

Browse files
committed
[PRO-72] Portal: Update hero subtext (#8292)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the content of a paragraph in the `page.tsx` file to reflect a new description of the platform, enhancing its messaging and presentation. ### Detailed summary - Changed the text within a `<p>` tag: - From: "Development framework for building onchain apps, games, and agents." - To: "Platform for building the next generation of internet products." - Adjusted the class name from `max-w-md` to `max-w-lg` and added `text-pretty`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Updated hero section messaging to better reflect the platform's positioning and capabilities. * Enhanced text layout and formatting for improved readability on the homepage. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 6a7b556 commit 93a9ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/portal/src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ function Hero() {
4848
<h1 className="mb-3 font-bold text-4xl tracking-tighter lg:text-6xl">
4949
thirdweb Documentation
5050
</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.
51+
<p className="mb-8 max-w-lg text-lg text-muted-foreground leading-normal text-pretty">
52+
Platform for building the next generation of internet products
5353
</p>
5454
<div className="flex gap-3">
5555
<ChatButton />

0 commit comments

Comments
 (0)