menu changes

This commit is contained in:
2024-12-13 14:27:08 -05:00
parent 3f5a8288d5
commit 5bc22e8c52

View File

@@ -67,13 +67,12 @@ const navigation = {
}, },
{ {
id: "brands", id: "brands",
name: "Brands", name: "Top Selling Brands",
items: [ items: [
{ name: "Full Nelson", href: "#" }, { name: "Radian Weapons", href: "#" },
{ name: "My Way", href: "#" }, { name: "Noveske", href: "#" },
{ name: "Re-Arranged", href: "#" }, { name: "Aero Precision", href: "#" },
{ name: "Counterfeit", href: "#" }, { name: "Primary Arms", href: "#" },
{ name: "Significant Other", href: "#" },
], ],
}, },
], ],