Bob AI: Add reels-products page

This commit is contained in:
kudinDmitriyUp
2026-06-22 18:40:54 +00:00
parent 26efa4420f
commit 7fdb84fdf5
4 changed files with 91 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ export default function Layout() {
"name": "Brands", "href": "#brands"
},
{ name: "Products", href: "/products" },
{ name: "Reels Products", href: "/reels-products" },
];