Update src/app/contact/page.tsx
This commit is contained in:
@@ -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" };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user