Skip to content

Commit 60b05bf

Browse files
authored
Merge pull request #15255 from ethereum/humanStoriesBanner
human stories banner
2 parents b1f861e + f7d318e commit 60b05bf

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

app/[locale]/_components/home.tsx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import type {
1313
} from "@/lib/types"
1414
import { CommunityEvent } from "@/lib/interfaces"
1515

16+
import BannerNotification from "@/components/Banners/BannerNotification"
1617
import { ChevronNext } from "@/components/Chevron"
1718
import CodeModal from "@/components/CodeModal"
1819
import HomeHero from "@/components/Hero/HomeHero"
@@ -24,7 +25,6 @@ import Calendar from "@/components/icons/calendar.svg"
2425
import CalendarAdd from "@/components/icons/calendar-add.svg"
2526
import { Image } from "@/components/Image"
2627
import MainArticle from "@/components/MainArticle"
27-
import { TranslatathonBanner } from "@/components/Translatathon/TranslatathonBanner"
2828
import {
2929
Accordion,
3030
AccordionContent,
@@ -118,7 +118,18 @@ const HomePage = ({
118118

119119
return (
120120
<MainArticle className="flex w-full flex-col items-center" dir={dir}>
121-
<TranslatathonBanner />
121+
<BannerNotification shouldShow>
122+
<p>
123+
Let&apos;s celebrate 10 years of Ethereum! How did ethereum change
124+
your life? -{" "}
125+
<Link
126+
href="https://ethereumstory.paperform.co/"
127+
className="text-white"
128+
>
129+
share your story
130+
</Link>
131+
</p>
132+
</BannerNotification>
122133
<HomeHero heroImg={Hero} className="w-full" />
123134
<div className="w-full space-y-32 px-4 md:mx-6 lg:space-y-48">
124135
<div className="my-20 grid w-full grid-cols-2 gap-x-4 gap-y-8 md:grid-cols-4 md:gap-x-10">

0 commit comments

Comments
 (0)