You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(dashboard)/explore/page.tsx
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,16 @@ import { EXPLORE_PAGE_DATA } from "data/explore";
5
5
importtype{Metadata}from"next";
6
6
import{Fragment}from"react";
7
7
8
+
consttitle="List of smart contracts for EVM Developers";
9
+
constdescription=
10
+
"A list of Ethereum smart contract templates for web3 developers, including the most popular evm smart contracts for dapps, NFTs and more.";
11
+
8
12
exportconstmetadata: Metadata={
9
-
title: "Explore | Smart Contracts",
10
-
description:
11
-
"Browse a large collection of ready-to-deploy contracts that have been built by thirdweb and other contract developers. Find a contract for your specific app's or game's needs.",
0 commit comments