Update src/app/contact/page.tsx

This commit is contained in:
2026-03-16 01:45:45 +00:00
parent ca08cc51c2
commit 278a98bcf0

View File

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