Update src/app/page.tsx

This commit is contained in:
2026-05-13 18:50:39 +00:00
parent 6ce2ee813d
commit 37b00bbeb1

View File

@@ -13,7 +13,7 @@ import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
const navItems = [
{ name: "Home", id: "/" },
{ name: "Home", id: "/" }
];
export default function Page() {