Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| daa99c6089 | |||
| 5e30e2e126 |
@@ -33,7 +33,9 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#home"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Dashboard", id: "/dashboard"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
@@ -50,6 +52,10 @@ export default function LandingPage() {
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{
|
||||
name: "Call Us", id: "/contact-numbers"},
|
||||
{
|
||||
name: "Our Team", id: "/team"},
|
||||
]}
|
||||
logoAlt="FinWell Pro Logo"
|
||||
brandName="FinWell Pro"
|
||||
@@ -257,6 +263,8 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Dashboard", href: "/dashboard"},
|
||||
{
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
@@ -275,6 +283,10 @@ export default function LandingPage() {
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Partnerships", href: "#social-proof"},
|
||||
{
|
||||
label: "Our Team", href: "/team"},
|
||||
{
|
||||
label: "Call Us", href: "/contact-numbers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -295,4 +307,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user