Update src/app/page.tsx

This commit is contained in:
2025-12-29 23:08:36 +00:00
parent 26b9970db5
commit 33c3baed7c

View File

@@ -35,6 +35,7 @@ export default function LandingPage() {
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Sign Up", href: "contact" }}
/>
</div>