Products
++ Welcome to the Products page. Content coming soon. +
+diff --git a/src/pages/ProductsPage.tsx b/src/pages/ProductsPage.tsx new file mode 100644 index 0000000..3ff7fd7 --- /dev/null +++ b/src/pages/ProductsPage.tsx @@ -0,0 +1,22 @@ +import NavbarCentered from "@/components/ui/NavbarCentered"; +import { routes } from "@/routes"; + +const ProductsPage = () => { + return ( +
+ Welcome to the Products page. Content coming soon. +
+