This commit is contained in:
2024-11-22 10:01:33 -05:00
parent 92611e5502
commit 7bd701dc04
13 changed files with 322 additions and 182 deletions

View File

@@ -11,9 +11,10 @@ import { Bars3Icon, BellIcon, XMarkIcon } from "@heroicons/react/24/outline";
const navigation = [
{ name: "Home", href: "/", current: true },
{ name: "Builder", href: "/builder", current: false },
{ name: "Products", href: "#", current: false },
{ name: "Builder", href: "/Builder", current: false },
{ name: "Products", href: "/products", current: false },
{ name: "Completed Builds", href: "#", current: false },
{ name: "Brands", href: "/Brands", current: false },
];
function classNames(...classes) {