From 89b476f7f89f7543f0ec96dfd41e73930359eaf9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 15:35:25 +0000 Subject: [PATCH] Update src/app/notes/page.tsx --- src/app/notes/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/notes/page.tsx b/src/app/notes/page.tsx index fd3ef85..a991080 100644 --- a/src/app/notes/page.tsx +++ b/src/app/notes/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { ]} brandName="StudyFlow" button={{ - text: "Sign Up", href: "contact"}} + text: "Sign Up", href: "/signup"}} /> @@ -110,7 +110,7 @@ export default function LandingPage() { { label: "About Us", href: "/#about"}, { - label: "Contact", href: "contact"}, + label: "Contact", href: "/signup"}, { label: "Careers", href: "#"}, ], @@ -132,4 +132,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file