diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 15b0c73..7d0168f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -32,7 +32,6 @@ export default function AboutPage() { { name: "About", id: "/about" }, { name: "Contact", id: "/contact" } ]} - button={{ text: "Get Started", href: "/contact" }} />