Update src/app/page.tsx

This commit is contained in:
2026-04-09 18:49:48 +00:00
parent 97ec412461
commit dccdfb55eb

View File

@@ -33,6 +33,7 @@ export default function LandingPage() {
{ name: "Features", id: "#features" },
{ name: "Pricing", id: "#pricing" },
{ name: "About", id: "#about" },
{ name: "Dashboard", id: "/dashboard" },
]}
brandName="ManifiX"
/>
@@ -162,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}