"use client"; import { useSelectedLayoutSegment } from "next/navigation"; import { GEO_BLOCKED_SEGMENT, GOVERNANCE_ONLY_SEGMENT, } from "../../config/isomorphic"; import { Link } from "../Link"; export const RestrictedRegionBanner = () => { const segment = useSelectedLayoutSegment(); const isRestrictedMode = segment === GEO_BLOCKED_SEGMENT || segment === GOVERNANCE_ONLY_SEGMENT; return isRestrictedMode ? (
Your access to this Website and its Services is restricted.
It appears that you are located in a jurisdiction subject to restrictions under our{" "} Terms of Service . As a result, you are not permitted to use or access certain Services on this Website. However, you are still allowed to use the Unstake and Withdraw functions.
Any attempt to bypass these restrictions, including the use of VPNs or similar technologies, is strictly prohibited.