From ac2f92967d61b5a86e7fd0c955f69ce5c9a8b092 Mon Sep 17 00:00:00 2001 From: ReserveBTC Date: Sun, 15 Feb 2026 20:46:01 +0700 Subject: [PATCH 1/2] feat: add /hyperfoundation landing --- app/hyperfoundation/page.tsx | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/app/hyperfoundation/page.tsx b/app/hyperfoundation/page.tsx index 570a1cb..a6c236e 100644 --- a/app/hyperfoundation/page.tsx +++ b/app/hyperfoundation/page.tsx @@ -97,6 +97,17 @@ export default function HyperfoundationLanding() { return (
+ {/* On macOS/iOS overscroll can reveal the background from RootLayout (white). + Keep it dark only while this page is mounted to avoid white bands. */} + +
@@ -253,7 +264,13 @@ export default function HyperfoundationLanding() { />
-
Referral goes to the official Hyperliquid app.
+
+ Link destination is{" "} + + app.hyperliquid.xyz + + . +
  • @@ -275,7 +292,13 @@ export default function HyperfoundationLanding() { />
  • -
    Code is shown clearly before you click.
    +
    + Join path is{" "} + + /join/CRYPTOREFERENCE + + . +
  • @@ -297,7 +320,9 @@ export default function HyperfoundationLanding() { />
  • -
    No extra steps on this page.
    +
    + This page has no forms. Click goes straight to the join link. +
    @@ -348,4 +373,3 @@ export default function HyperfoundationLanding() {
    ); } - From 145e79bd1fcffe7d56f0b61fef5eb1a2fbbb1f0e Mon Sep 17 00:00:00 2001 From: ReserveBTC Date: Sun, 15 Feb 2026 21:02:52 +0700 Subject: [PATCH 2/2] fix(hyperfoundation): opaque canonical --- app/hyperfoundation/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hyperfoundation/page.tsx b/app/hyperfoundation/page.tsx index a6c236e..dac0d27 100644 --- a/app/hyperfoundation/page.tsx +++ b/app/hyperfoundation/page.tsx @@ -8,7 +8,7 @@ export const metadata: Metadata = { title: "Hyperfoundation", description: "Start trading on Hyperliquid using the CryptoReference referral link.", alternates: { - canonical: "https://cryptoreference.io/hyperfoundation", + canonical: "", }, robots: { index: true,