Update src/app/features/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user