Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:54:14 +00:00
parent 3efcdb581c
commit 5c933770c0

View File

@@ -11,7 +11,9 @@ import ContactText from "@/components/sections/contact/ContactText";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
const navItems = [{ name: "Home", id: "/" }];
const navItems = [
{ name: "Home", id: "/" }
];
export default function Page() {
return (