From 589d2acf5589407eaff53f54f119834fb0916f18 Mon Sep 17 00:00:00 2001 From: Yan <61414485+yanthomasdev@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:14:23 -0300 Subject: [PATCH 1/3] fix(web): landing page heading structure --- apps/web/src/components/sections/integration.tsx | 1 + apps/web/src/components/sections/patterns.tsx | 2 +- apps/web/src/components/sections/playground/index.tsx | 1 + apps/web/src/components/sections/primitives.tsx | 2 +- apps/web/src/components/sections/tools/index.tsx | 2 +- apps/web/src/components/sections/tools/interactive-demo.tsx | 1 + 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/sections/integration.tsx b/apps/web/src/components/sections/integration.tsx index d11c826558..3cbe36902e 100644 --- a/apps/web/src/components/sections/integration.tsx +++ b/apps/web/src/components/sections/integration.tsx @@ -15,6 +15,7 @@ const IntegrationSection = () => {
{ switch (component) { case 'Heading': return ( - + Ready-to-use Components ); diff --git a/apps/web/src/components/sections/playground/index.tsx b/apps/web/src/components/sections/playground/index.tsx index 3f1be8f6aa..de9fa25da3 100644 --- a/apps/web/src/components/sections/playground/index.tsx +++ b/apps/web/src/components/sections/playground/index.tsx @@ -31,6 +31,7 @@ const PlaygroundSection = () => {
{ return (
- + Battle-tested Primitives diff --git a/apps/web/src/components/sections/tools/index.tsx b/apps/web/src/components/sections/tools/index.tsx index dd2a203598..b20c20c161 100644 --- a/apps/web/src/components/sections/tools/index.tsx +++ b/apps/web/src/components/sections/tools/index.tsx @@ -9,7 +9,7 @@ const ToolsSection = () => {
- + Built-in deliverability tools
diff --git a/apps/web/src/components/sections/tools/interactive-demo.tsx b/apps/web/src/components/sections/tools/interactive-demo.tsx index 8e8121d7a1..315d0fcdf2 100644 --- a/apps/web/src/components/sections/tools/interactive-demo.tsx +++ b/apps/web/src/components/sections/tools/interactive-demo.tsx @@ -73,6 +73,7 @@ export const InteractiveDemo = () => {
Date: Wed, 21 Jan 2026 11:27:44 -0300 Subject: [PATCH 2/3] fix(web): components page heading structure --- apps/web/src/app/components/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/components/page.tsx b/apps/web/src/app/components/page.tsx index 370f8469a3..2c191231eb 100644 --- a/apps/web/src/app/components/page.tsx +++ b/apps/web/src/app/components/page.tsx @@ -86,9 +86,9 @@ export default async function ComponentsPage() {
-

+

{category.name} -

+ {category.components.length} component {category.components.length > 1 && 's'} From 460dad4bcb5dfc23b98ea597de4aa95b0644607f Mon Sep 17 00:00:00 2001 From: Yan <61414485+yanthomasdev@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:32:32 -0300 Subject: [PATCH 3/3] fix(web): templates page heading structure --- apps/web/src/components/template.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/template.tsx b/apps/web/src/components/template.tsx index e839336019..b9076c101c 100644 --- a/apps/web/src/components/template.tsx +++ b/apps/web/src/components/template.tsx @@ -63,7 +63,7 @@ export function Template({ width="450" />
- + {name}