Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c72c730c17 | |||
| 89b476f7f8 | |||
| ecd5f7c5f8 | |||
| 0f137cd19e | |||
| 7bdb75671c |
@@ -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: "#"},
|
||||||
],
|
],
|
||||||
@@ -136,4 +136,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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: "#"},
|
||||||
],
|
],
|
||||||
@@ -122,4 +122,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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: "#"},
|
||||||
],
|
],
|
||||||
@@ -132,4 +132,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user