diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d35b34..bf1a39c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function WebAgency2Page() { { name: "About", id: "about" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Get Started", href: "#contact" }} + button={{ text: "Get Started", href: "/contact" }} /> @@ -162,7 +162,7 @@ export default function WebAgency2Page() { columns={[ { title: "Solutions", items: [{ label: "Engineering", href: "#" }, { label: "Design", href: "#" }, { label: "Security", href: "#" }] }, { title: "Company", items: [{ label: "About", href: "#" }, { label: "Work", href: "#" }, { label: "Careers", href: "#" }] }, - { title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "Help Center", href: "#" }, { label: "Contact (817-937-0324)", href: "#contact" }] }, + { title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "Help Center", href: "#" }, { label: "Contact (817-937-0324)", href: "/contact" }] }, ]} />