Update src/app/page.tsx

This commit is contained in:
2026-06-02 15:38:01 +00:00
parent 35b631a539
commit f1389c386d

View File

@@ -120,7 +120,7 @@ export default function Home() {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Contact", href: "#contact" }
{ label: "Contact", href: "/#contact" }
]
},
{
@@ -135,4 +135,4 @@ export default function Home() {
</div>
</ThemeProvider>
);
}
}