From 4c19557167a6dcf1f43114d1a14ef3dc13fa87c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:37:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6f4aab..cb4cfe9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,6 @@ export default function LandingPage() { navItems={[ { name: "Problem", id: "problem" }, { name: "Use Cases", id: "use-cases" }, - { name: "Pricing", id: "pricing" }, { name: "Order Now", id: "contact" } ]} /> @@ -41,8 +40,8 @@ export default function LandingPage() {