diff --git a/app/[locale]/10years/_components/TenYearHomeBanner.tsx b/app/[locale]/10years/_components/TenYearHomeBanner.tsx index bb6e26432ed..640bbbfaba1 100644 --- a/app/[locale]/10years/_components/TenYearHomeBanner.tsx +++ b/app/[locale]/10years/_components/TenYearHomeBanner.tsx @@ -1,11 +1,13 @@ import { getTranslations } from "next-intl/server" +import { Image } from "@/components/Image" import ParallaxImage from "@/components/Image/ParallaxImage" import { ButtonLink } from "@/components/ui/buttons/Button" import Countdown from "./CountDown" import { getTimeUnitTranslations } from "./utils" +import TenYearBackgroundImage from "@/public/images/10-year-anniversary/10-year-background.png" import TenYearGraphicImage from "@/public/images/10-year-anniversary/10-year-logo.png" import TenYearDesktopText from "@/public/images/10-year-anniversary/10yeartext.svg" import TenYearMobileText from "@/public/images/10-year-anniversary/10yeartext-mobile.svg" @@ -19,8 +21,16 @@ const TenYearHomeBanner = async ({ locale }: { locale: string }) => { const timeLeftLabels = await getTimeUnitTranslations(locale) return ( -
-
+
+
+ +