Update src/app/contact/page.tsx

This commit is contained in:
2026-06-02 19:38:38 +00:00
parent 0c6059f07d
commit 9210090f5f

View File

@@ -25,8 +25,8 @@ export default function ContactPage() {
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Pricing", href: "/pricing" },
{ name: "Contact", href: "/contact" }
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "/contact" }
];
const button = { text: "Get Started", href: "/contact" };