diff --git a/src/app/page.tsx b/src/app/page.tsx index d0f414c..3dc7d2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" } ]} + button={{ text: "Sign Up", href: "contact" }} />