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