From 0f137cd19e03821d1808ec10db79cac734fb4df4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 15:35:24 +0000 Subject: [PATCH 1/3] Update src/app/analytics/page.tsx --- src/app/analytics/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/analytics/page.tsx b/src/app/analytics/page.tsx index 29fd40b..992005c 100644 --- a/src/app/analytics/page.tsx +++ b/src/app/analytics/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { ]} brandName="StudyFlow" button={{ - text: "Sign Up", href: "contact"}} + text: "Sign Up", href: "/signup"}} /> @@ -114,7 +114,7 @@ export default function LandingPage() { { label: "About Us", href: "/#about"}, { - label: "Contact", href: "contact"}, + label: "Contact", href: "/signup"}, { label: "Careers", href: "#"}, ], @@ -136,4 +136,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From ecd5f7c5f8cd60558f95f47c8afbf42cf832e1d9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 15:35:24 +0000 Subject: [PATCH 2/3] Update src/app/features/page.tsx --- src/app/features/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 3b3a422..e797d07 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { ]} brandName="StudyFlow" button={{ - text: "Sign Up", href: "contact"}} + text: "Sign Up", href: "/signup"}} /> @@ -100,7 +100,7 @@ export default function LandingPage() { { label: "About Us", href: "/#about"}, { - label: "Contact", href: "contact"}, + label: "Contact", href: "/signup"}, { label: "Careers", href: "#"}, ], @@ -122,4 +122,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 89b476f7f89f7543f0ec96dfd41e73930359eaf9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 15:35:25 +0000 Subject: [PATCH 3/3] 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 -- 2.49.1