From 76bc69c5790e4afedf163a8e9c4b22ba51cbb696 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:10:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84e9640..77b93a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,10 +25,7 @@ export default function EditorPlatformPage() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/features" }, - { name: "Pricing", id: "/pricing" }, - { name: "About", id: "/about" }, - { name: "Account", id: "/account" }, - { name: "Settings", id: "/settings" }, + { name: "Pricing", id: "/pricing" } ]} button={{ text: "Open Editor", href: "#contact" }} />