Update src/app/notes/page.tsx

This commit is contained in:
2026-05-26 15:35:25 +00:00
parent ecd5f7c5f8
commit 89b476f7f8

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
]}
brandName="StudyFlow"
button={{
text: "Sign Up", href: "contact"}}
text: "Sign Up", href: "/signup"}}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}