From bbe974248c707cbd73ccfa2115875a07ff492b55 Mon Sep 17 00:00:00 2001 From: aspectrr Date: Sat, 25 Oct 2025 08:55:46 -0400 Subject: [PATCH 1/4] fix: fix links and mobile nav --- app/(home)/integrations/_pages/page.en.tsx | 10 ++--- app/(home)/overview/_pages/page.en.tsx | 51 +++++++++++++++------- components/layout/mobile-navigation.tsx | 2 +- 3 files changed, 42 insertions(+), 21 deletions(-) diff --git a/app/(home)/integrations/_pages/page.en.tsx b/app/(home)/integrations/_pages/page.en.tsx index c018aadf..d3ef19b5 100644 --- a/app/(home)/integrations/_pages/page.en.tsx +++ b/app/(home)/integrations/_pages/page.en.tsx @@ -1,4 +1,4 @@ -import { Cards, IndexCard } from '@/components/card'; +import { Cards, IndexCard } from "@/components/card"; import { API, BrowserUseIcon, @@ -7,7 +7,7 @@ import { Container, MagicIcon, OpenAIIcon, -} from '@/components/ui/icon'; +} from "@/components/ui/icon"; export default function IntegrationsPage() { return ( @@ -21,14 +21,14 @@ export default function IntegrationsPage() { } - href="/integrations/browser-use/overview" + href="/integrations/browser-use/integrations-overview" title="Browser-Use Integration" tag="Browser Agent" description="Use Browser-Use to interact with a Steel browser." /> } - href="/integrations/claude-computer-use/overview" + href="/integrations/claude-computer-use/integrations-overview" title="Claude Computer Use" tag="Browser Agent" description="Use Claude Computer Use with Steel Browser." @@ -42,7 +42,7 @@ export default function IntegrationsPage() { /> } - href="/integrations/crewai/overview" + href="/integrations/crewai/integrations-overview" title="CrewAI" tag="Multi-Agent" description="Learn how to use CrewAI with Steel Browser." diff --git a/app/(home)/overview/_pages/page.en.tsx b/app/(home)/overview/_pages/page.en.tsx index 1cca2c35..f6dbb94a 100644 --- a/app/(home)/overview/_pages/page.en.tsx +++ b/app/(home)/overview/_pages/page.en.tsx @@ -44,7 +44,10 @@ export default function HomePage() { />

Steel Documentation

-

Find all the guides and resources you need to build on the Steel API.

+

+ Find all the guides and resources you need to build on the + Steel API. +

@@ -56,7 +59,7 @@ export default function HomePage() { variant="default" title="Sessions API" description="Explore API endpoints for managing Steel Sessions." - tags={['API', 'Sessions']} + tags={["API", "Sessions"]} />
@@ -66,7 +69,7 @@ export default function HomePage() { variant="default" title="Captchas API" description="Explore API endpoints for managing Steel Captchas." - tags={['API', 'Captchas']} + tags={["API", "Captchas"]} />
-

- +

+ Integrations

@@ -102,13 +111,13 @@ export default function HomePage() { } - href="/integrations/browser-use/overview" + href="/integrations/browser-use/integrations-overview" title="Browser-Use Integration" description="Use Browser-Use to interact with a Steel browser." /> } - href="/integrations/claude-computer-use/overview" + href="/integrations/claude-computer-use/integrations-overview" title="Claude Computer Use" description="Use Claude Computer Use with Steel Browser." /> @@ -120,7 +129,7 @@ export default function HomePage() { /> } - href="/integrations/crewai/overview" + href="/integrations/crewai/integrations-overview" title="CrewAI" description="Learn how to use CrewAI with Steel Browser." /> @@ -139,8 +148,14 @@ export default function HomePage() {

-

- +

+ Libraries & SDKs

@@ -161,8 +176,14 @@ export default function HomePage() {

-

- +

+ Resources

diff --git a/components/layout/mobile-navigation.tsx b/components/layout/mobile-navigation.tsx index 6148e66e..d7c20aa0 100644 --- a/components/layout/mobile-navigation.tsx +++ b/components/layout/mobile-navigation.tsx @@ -106,7 +106,7 @@ export function MobileNavigation({

-