upper meny

This commit is contained in:
CHIEFSOFT\ameye
2025-07-18 21:01:36 -04:00
parent ce69510b77
commit 5035ee0cd8
+3 -3
View File
@@ -9,15 +9,15 @@ export default function Menu() {
<ul className="wsmenu-list nav-theme">
{/* DROPDOWN SUB MENU */}
<li aria-haspopup="true">
<Link href="#" className="h-link">
<Link href="/#" className="h-link">
About <span className="wsarrow" />
</Link>
<ul className="sub-menu">
<li aria-haspopup="true">
<Link href="#merms-about">Why MERMS?</Link>
<Link href="/#merms-about">Why MERMS?</Link>
</li>
<li aria-haspopup="true">
<Link href="#merms-works">How It Works</Link>
<Link href="/#merms-works">How It Works</Link>
</li>
<li aria-haspopup="true">
<Link href="/contacts">Contacts Us</Link>