From 05e9ebce49ad3d2fc4a0f03f5b964fb7a9ab07ac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:17:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 523fbee..655881e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,9 +32,6 @@ import { Users, Workflow, Zap, - ArrowLeftRight, - Send, - CircleDollarSign, } from "lucide-react"; export default function LandingPage() { @@ -59,7 +56,6 @@ export default function LandingPage() { { name: "Capabilities", id: "capabilities" }, { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }, - { name: "Docs", id: "https://docs.example.com" }, ]} bottomLeftText="Intelligent Automation" bottomRightText="hello@aiflow.com" -- 2.49.1