Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,18 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
</p>
<ActivityStats metrics={metrics} />

<div className="mt-12 flex justify-center">
<div className="mt-12 flex flex-wrap gap-6 py-8">
<ButtonLink
size="lg"
href="/enterprise/"
customEventOptions={{
eventCategory: eventCategory,
eventAction: "ethereum_activity",
eventName: "enterprise",
}}
>
{t("page-index-activity-action-primary")} <ChevronNext />
</ButtonLink>
<ButtonLink
size="lg"
href="/resources/"
Expand Down
3 changes: 2 additions & 1 deletion src/intl/en/page-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"page-index-activity-description": "Activity from all Ethereum networks",
"page-index-activity-tag": "Activity",
"page-index-activity-header": "The strongest ecosystem",
"page-index-activity-action": "More Ethereum activity",
"page-index-activity-action": "More ecosystem resources",
"page-index-activity-action-primary": "Enterprise Ethereum",
"page-index-bento-header": "A new way to use the internet",
"page-index-bento-assets-action": "More on NFTs",
"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.",
Expand Down