Update src/app/page.tsx

This commit is contained in:
2026-05-28 05:49:28 +00:00
parent 3fc3cb7e97
commit 03919284bb

View File

@@ -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"},
{