From 83cc172f7106ca2040569b25ae490d973bef7206 Mon Sep 17 00:00:00 2001 From: James Pine Date: Sat, 18 Apr 2026 23:14:52 -0700 Subject: [PATCH] fix(landing): route Download CTAs to /download page, not the section anchor Hero CTA, navbar link, and footer link were all scrolling to #download (the section at the bottom of the page) instead of going to the new /download page that triggers the actual download. Co-Authored-By: Claude Opus 4.7 (1M context) --- landing/src/app/page.tsx | 2 +- landing/src/components/Footer.tsx | 2 +- landing/src/components/Navbar.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/landing/src/app/page.tsx b/landing/src/app/page.tsx index 0e9c857c..02831109 100644 --- a/landing/src/app/page.tsx +++ b/landing/src/app/page.tsx @@ -88,7 +88,7 @@ export default function Home() { style={{animationDelay: "300ms"}} > Download diff --git a/landing/src/components/Footer.tsx b/landing/src/components/Footer.tsx index de3d6031..da7b6b75 100644 --- a/landing/src/components/Footer.tsx +++ b/landing/src/components/Footer.tsx @@ -45,7 +45,7 @@ export function Footer() {
  • - + Download
  • diff --git a/landing/src/components/Navbar.tsx b/landing/src/components/Navbar.tsx index c9e064dc..e0c44099 100644 --- a/landing/src/components/Navbar.tsx +++ b/landing/src/components/Navbar.tsx @@ -66,7 +66,7 @@ export function Navbar() { API Download