Merge version_3 into main #2

Merged
bender merged 3 commits from version_3 into main 2026-05-26 15:35:29 +00:00
3 changed files with 9 additions and 9 deletions

View File

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

View File

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

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>
);
}
}