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" }} />