Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-02 15:38:04 +00:00

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>
);
}
}