5 Commits

Author SHA1 Message Date
c72c730c17 Merge version_3 into main
Merge version_3 into main
2026-05-26 15:35:28 +00:00
89b476f7f8 Update src/app/notes/page.tsx 2026-05-26 15:35:25 +00:00
ecd5f7c5f8 Update src/app/features/page.tsx 2026-05-26 15:35:24 +00:00
0f137cd19e Update src/app/analytics/page.tsx 2026-05-26 15:35:24 +00:00
7bdb75671c Merge version_2 into main
Merge version_2 into main
2026-05-26 15:32:12 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
]} ]}
brandName="StudyFlow" brandName="StudyFlow"
button={{ button={{
text: "Sign Up", href: "contact"}} text: "Sign Up", href: "/signup"}}
/> />
</div> </div>
@@ -114,7 +114,7 @@ export default function LandingPage() {
{ {
label: "About Us", href: "/#about"}, label: "About Us", href: "/#about"},
{ {
label: "Contact", href: "contact"}, label: "Contact", href: "/signup"},
{ {
label: "Careers", href: "#"}, label: "Careers", href: "#"},
], ],

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
]} ]}
brandName="StudyFlow" brandName="StudyFlow"
button={{ button={{
text: "Sign Up", href: "contact"}} text: "Sign Up", href: "/signup"}}
/> />
</div> </div>
@@ -100,7 +100,7 @@ export default function LandingPage() {
{ {
label: "About Us", href: "/#about"}, label: "About Us", href: "/#about"},
{ {
label: "Contact", href: "contact"}, label: "Contact", href: "/signup"},
{ {
label: "Careers", href: "#"}, label: "Careers", href: "#"},
], ],

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
]} ]}
brandName="StudyFlow" brandName="StudyFlow"
button={{ button={{
text: "Sign Up", href: "contact"}} text: "Sign Up", href: "/signup"}}
/> />
</div> </div>
@@ -110,7 +110,7 @@ export default function LandingPage() {
{ {
label: "About Us", href: "/#about"}, label: "About Us", href: "/#about"},
{ {
label: "Contact", href: "contact"}, label: "Contact", href: "/signup"},
{ {
label: "Careers", href: "#"}, label: "Careers", href: "#"},
], ],