added a single product page

This commit is contained in:
2024-12-13 06:44:37 -05:00
parent cd0a2dedc3
commit 559dd5fe4c
3 changed files with 114 additions and 93 deletions

View File

@@ -79,7 +79,10 @@ const navigation = {
],
},
],
pages: [{ name: "Brands", href: "/Brands" }],
pages: [
{ name: "Brands", href: "/Brands" },
{ name: "Single Product", href: "/product" },
],
};
export default function PopNav() {