@@ -12,7 +12,6 @@ import type { Lang } from "@/lib/types"
12
12
import { CodeExample } from "@/lib/interfaces"
13
13
14
14
import ActivityStats from "@/components/ActivityStats"
15
- import BannerNotification from "@/components/Banners/BannerNotification"
16
15
import { ChevronNext } from "@/components/Chevron"
17
16
import HomeHero from "@/components/Hero/HomeHero"
18
17
import BentoCard from "@/components/Homepage/BentoCard"
@@ -79,7 +78,6 @@ import {
79
78
RSS_DISPLAY_COUNT ,
80
79
} from "@/lib/constants"
81
80
82
- import TenYearHomeBanner from "./10years/_components/TenYearHomeBanner"
83
81
import { getActivity , getUpcomingEvents } from "./utils"
84
82
85
83
import { routing } from "@/i18n/routing"
@@ -429,14 +427,6 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
429
427
430
428
return (
431
429
< MainArticle className = "flex w-full flex-col items-center" dir = { dir } >
432
- < BannerNotification shouldShow = { locale === DEFAULT_LOCALE } >
433
- < p >
434
- 10 years of Ethereum! -{ " " }
435
- < Link href = "/10years/" className = "text-white" >
436
- Join us to celebrate 10 years of Ethereum!
437
- </ Link >
438
- </ p >
439
- </ BannerNotification >
440
430
< HomeHero heroImg = { Hero } className = "w-full" locale = { locale } />
441
431
< div className = "w-full space-y-32 px-4 md:mx-6 lg:space-y-48" >
442
432
< div className = "my-20 grid w-full grid-cols-2 gap-x-4 gap-y-8 md:grid-cols-4 md:gap-x-10" >
@@ -810,13 +800,6 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
810
800
</ SectionContent >
811
801
</ Section >
812
802
813
- < Section
814
- id = "10-year-anniversary"
815
- className = { cn ( locale !== "en" && "hidden" ) } // TODO: Show again when translations ready
816
- >
817
- < TenYearHomeBanner />
818
- </ Section >
819
-
820
803
{ /* Recent posts */ }
821
804
< Section id = "recent" >
822
805
< h3 className = "mb-4 mt-2 text-4xl font-black lg:text-5xl" >
0 commit comments