diff --git a/app/[locale]/10years/page.tsx b/app/[locale]/10years/page.tsx index c55757ed5d2..c38a95d63dc 100644 --- a/app/[locale]/10years/page.tsx +++ b/app/[locale]/10years/page.tsx @@ -54,7 +54,6 @@ import { isAddressFiltered, type TorchHolder, } from "@/lib/torch" -import TenYearLogo from "@/public/images/10-year-anniversary/10-year-logo.png" // In seconds const REVALIDATE_TIME = BASE_TIME_UNIT * 1 @@ -440,21 +439,6 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => { - -
-
- 10 year anniversary logo -

{t("page-10-year-ideas-title")}

-

{t("page-10-year-ideas-description")}

- - {t("page-10-year-ideas-cta")} - -
-
) } diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index 581adcfec38..9dda70f8b6f 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -12,7 +12,6 @@ import type { Lang } from "@/lib/types" import { CodeExample } from "@/lib/interfaces" import ActivityStats from "@/components/ActivityStats" -import BannerNotification from "@/components/Banners/BannerNotification" import { ChevronNext } from "@/components/Chevron" import HomeHero from "@/components/Hero/HomeHero" import BentoCard from "@/components/Homepage/BentoCard" @@ -79,7 +78,6 @@ import { RSS_DISPLAY_COUNT, } from "@/lib/constants" -import TenYearHomeBanner from "./10years/_components/TenYearHomeBanner" import { getActivity, getUpcomingEvents } from "./utils" import { routing } from "@/i18n/routing" @@ -429,14 +427,6 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => { return ( - -

- 10 years of Ethereum! -{" "} - - Join us to celebrate 10 years of Ethereum! - -

-
@@ -810,13 +800,6 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => { -
- -
- {/* Recent posts */}