Update src/app/page.tsx

This commit is contained in:
2026-05-31 18:55:09 +00:00
parent e5d70f1f66
commit f391286e1d

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{
name: "Home", id: "#home"},
{
name: "About", id: "#about"},
name: "About", id: "/about"},
{
name: "Features", id: "#features"},
{
@@ -239,7 +239,7 @@ export default function LandingPage() {
{
items: [
{
label: "About Us", href: "#about"},
label: "About Us", href: "/about"},
{
label: "Products", href: "#products"},
{
@@ -275,4 +275,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}