From a7d68841ae31b4893e60341c532b41c08eda3c9f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:11:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b6ee2c..8e7749f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,8 +31,7 @@ export default function LandingPage() { { name: "Product", id: "about" }, { name: "How It Works", id: "features" }, { name: "Philosophy", id: "philosophy" }, - { name: "Agents", id: "agents" }, - { name: "Blog", id: "blog" } + { name: "Agents", id: "agents" } ]} button={{ text: "Start Free Trial", href: "#contact" }} brandName="FIOVA" -- 2.49.1