diff --git a/app/hyperfoundation/page.tsx b/app/hyperfoundation/page.tsx index 570a1cb..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, @@ -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() {
    ); } -