diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0165d48..5c17e15 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -35,10 +35,11 @@ export default function WebAgency2Page() {
navItems={[
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
+ { name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
- button={{ text: "Get Started", href: "#contact" }}
+ button={{ text: "Get Started", href: "/contact" }}
/>
-
-
-
-
-