Skip to content

Commit d9c3897

Browse files
committed
feat: add enterprise cta to home activity
1 parent e5ccdb6 commit d9c3897

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

app/[locale]/page.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,18 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
543543
</p>
544544
<ActivityStats metrics={metrics} />
545545

546-
<div className="mt-12 flex justify-center">
546+
<div className="mt-12 flex flex-wrap gap-6 py-8">
547+
<ButtonLink
548+
size="lg"
549+
href="/enterprise/"
550+
customEventOptions={{
551+
eventCategory: eventCategory,
552+
eventAction: "ethereum_activity",
553+
eventName: "enterprise",
554+
}}
555+
>
556+
{t("page-index-activity-action-primary")} <ChevronNext />
557+
</ButtonLink>
547558
<ButtonLink
548559
size="lg"
549560
href="/resources/"

src/intl/en/page-index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"page-index-activity-tag": "Activity",
44
"page-index-activity-header": "The strongest ecosystem",
55
"page-index-activity-action": "More Ethereum activity",
6+
"page-index-activity-action-primary": "Enterprise Ethereum",
67
"page-index-bento-header": "A new way to use the internet",
78
"page-index-bento-assets-action": "More on NFTs",
89
"page-index-bento-assets-content": "Art, certificates or even real estate can be tokenized. Anything can be a tradable token. Ownership is public and verifiable.",

0 commit comments

Comments
 (0)