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" }, ], },