Update src/app/page.tsx
This commit is contained in:
@@ -33,11 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Tools", href: "/upload-timing-optimization"},
|
||||
name: "Tools", id: "/upload-timing-optimization"},
|
||||
{
|
||||
name: "Insights", id: "#insights"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user