/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ import React from "react"; import Link from "../components/Link"; import Footer from "../layouts/Footer"; import { useTranslation } from "react-i18next"; function FourZeroFour() { const { t } = useTranslation(); return ( <>
{t("PageNotFound")}
{t("PageNotFoundDescription")} homepage.