diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e3745d..3762146 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,6 @@ export default function HomePage() { { name: "Browse", id: "products" }, { name: "Sell", id: "how-to-sell" }, { name: "Categories", id: "categories" }, - { name: "NFTs", id: "nfts" }, { name: "About", id: "about" }, ]; @@ -77,7 +76,7 @@ export default function HomePage() {
); -} +} \ No newline at end of file