From 0eb989afcadd5d9ba3c8b7c69b4bbfc6f19b9efe Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:02:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cf9697..b41ba7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,6 @@ import { } from "lucide-react"; export default function HomePage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, - { name: "FAQ", id: "faq" }, - ]; - const footerColumns = [ { title: "Platform", items: [ -- 2.49.1