From 74ba71bc31e8cc608a9271d696f987d4a7432c5a Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 25 Dec 2025 17:28:59 +0000 Subject: [PATCH] fix: update landing page navigation links Updated navigation links to point to actual pages: - Docs link now goes to /docs/getting-started/introduction - GitHub link now points to the actual repository - Get Started button also links to introduction page - Logo link updated to return to home page All links now functional instead of placeholder anchors. --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cc41bd..edc6d4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,16 +6,16 @@ export default function HomePage() {