Update src/app/page.tsx

This commit is contained in:
2026-06-03 20:43:06 +00:00
parent 201bcc1078
commit b18d027320

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "/"},
name: "Home", id: "#home"},
{
name: "Services", id: "#services"},
{