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() { />
-
-