update css vars

This commit is contained in:
Rami Bitar
2026-05-08 14:55:17 -04:00
parent 564c98c805
commit 6706a11f7b
21 changed files with 2513 additions and 97 deletions

View File

@@ -13,9 +13,9 @@ export const navigationEditor: ComponentConfig<NavigationProps> = {
brand: "Maison",
logo: "",
links: [
{ label: "Shop", href: "/collections" },
{ label: "Lookbook", href: "/lookbook" },
{ label: "Journal", href: "/journal" },
{ label: "Mens", href: "/collections/mens" },
{ label: "Womens", href: "/collections/womens" },
{ label: "Shop", href: "/search" },
{ label: "About", href: "/about" },
],
showSearch: "yes",