File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import type {
13
13
} from "@/lib/types"
14
14
import { CommunityEvent } from "@/lib/interfaces"
15
15
16
+ import BannerNotification from "@/components/Banners/BannerNotification"
16
17
import { ChevronNext } from "@/components/Chevron"
17
18
import CodeModal from "@/components/CodeModal"
18
19
import HomeHero from "@/components/Hero/HomeHero"
@@ -24,7 +25,6 @@ import Calendar from "@/components/icons/calendar.svg"
24
25
import CalendarAdd from "@/components/icons/calendar-add.svg"
25
26
import { Image } from "@/components/Image"
26
27
import MainArticle from "@/components/MainArticle"
27
- import { TranslatathonBanner } from "@/components/Translatathon/TranslatathonBanner"
28
28
import {
29
29
Accordion ,
30
30
AccordionContent ,
@@ -118,7 +118,18 @@ const HomePage = ({
118
118
119
119
return (
120
120
< MainArticle className = "flex w-full flex-col items-center" dir = { dir } >
121
- < TranslatathonBanner />
121
+ < BannerNotification shouldShow >
122
+ < p >
123
+ Let'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 >
122
133
< HomeHero heroImg = { Hero } className = "w-full" />
123
134
< div className = "w-full space-y-32 px-4 md:mx-6 lg:space-y-48" >
124
135
< div className = "my-20 grid w-full grid-cols-2 gap-x-4 gap-y-8 md:grid-cols-4 md:gap-x-10" >
You can’t perform that action at this time.
0 commit comments