From 2e7c5eb2509aaf84a1be4711b6ef8fa7880448f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:29:37 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 435cf54..31f3a0f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,7 +27,6 @@ export default function ContactPage() { navItems={[ { name: "Home", id: "/" }, { name: "About Us", id: "/about" }, - { name: "SEO Checker", id: "/seo" }, { name: "Contact", id: "/contact" } ]} brandName="GeoTools" @@ -35,24 +34,28 @@ export default function ContactPage() { />
-
-