From 278a98bcf0efc7ced45cda5aa01a483f6d0f2137 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:45:45 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ee98f71..8542001 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -31,7 +31,6 @@ export default function ContactPage() { title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Process", href: "#process" }, - { label: "Testimonials", href: "#testimonials" }, { label: "Contact", href: "/contact" }, ], },