storefront-layouts-staging 1.0.0-staging.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1204) hide show
  1. package/README.md +539 -0
  2. package/dist/components/auth/LoginForm.d.ts +9 -0
  3. package/dist/components/auth/LoginForm.d.ts.map +1 -0
  4. package/dist/components/auth/LoginForm.js +21 -0
  5. package/dist/components/auth/LoginSheet.d.ts +7 -0
  6. package/dist/components/auth/LoginSheet.d.ts.map +1 -0
  7. package/dist/components/auth/LoginSheet.js +8 -0
  8. package/dist/components/auth/login-form-core.d.ts +11 -0
  9. package/dist/components/auth/login-form-core.d.ts.map +1 -0
  10. package/dist/components/auth/login-form-core.js +19 -0
  11. package/dist/components/auth/login-sheet-header.d.ts +10 -0
  12. package/dist/components/auth/login-sheet-header.d.ts.map +1 -0
  13. package/dist/components/auth/login-sheet-header.js +10 -0
  14. package/dist/components/auth/login-sheet-registry.d.ts +11 -0
  15. package/dist/components/auth/login-sheet-registry.d.ts.map +1 -0
  16. package/dist/components/auth/login-sheet-registry.js +9 -0
  17. package/dist/components/auth/login-sheet-theme.types.d.ts +29 -0
  18. package/dist/components/auth/login-sheet-theme.types.d.ts.map +1 -0
  19. package/dist/components/auth/login-sheet-theme.types.js +1 -0
  20. package/dist/components/auth/login-sheet-themes/booking-agenda.theme.d.ts +3 -0
  21. package/dist/components/auth/login-sheet-themes/booking-agenda.theme.d.ts.map +1 -0
  22. package/dist/components/auth/login-sheet-themes/booking-agenda.theme.js +21 -0
  23. package/dist/components/auth/login-sheet-themes/booking.theme.d.ts +3 -0
  24. package/dist/components/auth/login-sheet-themes/booking.theme.d.ts.map +1 -0
  25. package/dist/components/auth/login-sheet-themes/booking.theme.js +20 -0
  26. package/dist/components/auth/login-sheet-themes/clothing-minimal.theme.d.ts +3 -0
  27. package/dist/components/auth/login-sheet-themes/clothing-minimal.theme.d.ts.map +1 -0
  28. package/dist/components/auth/login-sheet-themes/clothing-minimal.theme.js +20 -0
  29. package/dist/components/auth/login-sheet-themes/clothing.theme.d.ts +3 -0
  30. package/dist/components/auth/login-sheet-themes/clothing.theme.d.ts.map +1 -0
  31. package/dist/components/auth/login-sheet-themes/clothing.theme.js +21 -0
  32. package/dist/components/auth/login-sheet-themes/electronics-grid.theme.d.ts +3 -0
  33. package/dist/components/auth/login-sheet-themes/electronics-grid.theme.d.ts.map +1 -0
  34. package/dist/components/auth/login-sheet-themes/electronics-grid.theme.js +20 -0
  35. package/dist/components/auth/login-sheet-themes/electronics.theme.d.ts +3 -0
  36. package/dist/components/auth/login-sheet-themes/electronics.theme.d.ts.map +1 -0
  37. package/dist/components/auth/login-sheet-themes/electronics.theme.js +20 -0
  38. package/dist/components/auth/login-sheet-themes/food-modern.theme.d.ts +3 -0
  39. package/dist/components/auth/login-sheet-themes/food-modern.theme.d.ts.map +1 -0
  40. package/dist/components/auth/login-sheet-themes/food-modern.theme.js +22 -0
  41. package/dist/components/auth/login-sheet-themes/food.theme.d.ts +3 -0
  42. package/dist/components/auth/login-sheet-themes/food.theme.d.ts.map +1 -0
  43. package/dist/components/auth/login-sheet-themes/food.theme.js +22 -0
  44. package/dist/components/auth/login-sheet-themes/index.d.ts +14 -0
  45. package/dist/components/auth/login-sheet-themes/index.d.ts.map +1 -0
  46. package/dist/components/auth/login-sheet-themes/index.js +29 -0
  47. package/dist/components/auth/login-sheet-themes/motivational-speaker.theme.d.ts +3 -0
  48. package/dist/components/auth/login-sheet-themes/motivational-speaker.theme.d.ts.map +1 -0
  49. package/dist/components/auth/login-sheet-themes/motivational-speaker.theme.js +20 -0
  50. package/dist/components/auth/login-sheet-themes/theme-input-baselines.d.ts +24 -0
  51. package/dist/components/auth/login-sheet-themes/theme-input-baselines.d.ts.map +1 -0
  52. package/dist/components/auth/login-sheet-themes/theme-input-baselines.js +23 -0
  53. package/dist/components/auth/login-sheets/StoreLoginSheetShell.d.ts +13 -0
  54. package/dist/components/auth/login-sheets/StoreLoginSheetShell.d.ts.map +1 -0
  55. package/dist/components/auth/login-sheets/StoreLoginSheetShell.js +14 -0
  56. package/dist/components/auth/use-login-submit.d.ts +22 -0
  57. package/dist/components/auth/use-login-submit.d.ts.map +1 -0
  58. package/dist/components/auth/use-login-submit.js +99 -0
  59. package/dist/components/cart/InventoryHoldCountdown.d.ts +8 -0
  60. package/dist/components/cart/InventoryHoldCountdown.d.ts.map +1 -0
  61. package/dist/components/cart/InventoryHoldCountdown.js +73 -0
  62. package/dist/components/categories/category-masonry-grid.d.ts +18 -0
  63. package/dist/components/categories/category-masonry-grid.d.ts.map +1 -0
  64. package/dist/components/categories/category-masonry-grid.js +50 -0
  65. package/dist/components/categories/category-masonry-utils.d.ts +9 -0
  66. package/dist/components/categories/category-masonry-utils.d.ts.map +1 -0
  67. package/dist/components/categories/category-masonry-utils.js +67 -0
  68. package/dist/components/checkout/CheckoutFeeLines.d.ts +12 -0
  69. package/dist/components/checkout/CheckoutFeeLines.d.ts.map +1 -0
  70. package/dist/components/checkout/CheckoutFeeLines.js +9 -0
  71. package/dist/components/checkout/ShippingOptionsPanel.d.ts +54 -0
  72. package/dist/components/checkout/ShippingOptionsPanel.d.ts.map +1 -0
  73. package/dist/components/checkout/ShippingOptionsPanel.js +115 -0
  74. package/dist/components/learning/CertificateTemplates.d.ts +25 -0
  75. package/dist/components/learning/CertificateTemplates.d.ts.map +1 -0
  76. package/dist/components/learning/CertificateTemplates.js +31 -0
  77. package/dist/components/learning/CertificateViewer.d.ts +11 -0
  78. package/dist/components/learning/CertificateViewer.d.ts.map +1 -0
  79. package/dist/components/learning/CertificateViewer.js +114 -0
  80. package/dist/components/learning/MentorshipProgress.d.ts +18 -0
  81. package/dist/components/learning/MentorshipProgress.d.ts.map +1 -0
  82. package/dist/components/learning/MentorshipProgress.js +20 -0
  83. package/dist/components/product/ProductVariationSelectors.d.ts +10 -0
  84. package/dist/components/product/ProductVariationSelectors.d.ts.map +1 -0
  85. package/dist/components/product/ProductVariationSelectors.js +27 -0
  86. package/dist/components/rich-text/CategoryDescription.d.ts +7 -0
  87. package/dist/components/rich-text/CategoryDescription.d.ts.map +1 -0
  88. package/dist/components/rich-text/CategoryDescription.js +11 -0
  89. package/dist/components/rich-text/ProductDescription.d.ts +9 -0
  90. package/dist/components/rich-text/ProductDescription.d.ts.map +1 -0
  91. package/dist/components/rich-text/ProductDescription.js +10 -0
  92. package/dist/components/rich-text/RichTextExcerpt.d.ts +10 -0
  93. package/dist/components/rich-text/RichTextExcerpt.d.ts.map +1 -0
  94. package/dist/components/rich-text/RichTextExcerpt.js +12 -0
  95. package/dist/components/rich-text/SafeRichHtml.d.ts +14 -0
  96. package/dist/components/rich-text/SafeRichHtml.d.ts.map +1 -0
  97. package/dist/components/rich-text/SafeRichHtml.js +15 -0
  98. package/dist/components/shipping/MerchantHandledDeliveryNotice.d.ts +7 -0
  99. package/dist/components/shipping/MerchantHandledDeliveryNotice.d.ts.map +1 -0
  100. package/dist/components/shipping/MerchantHandledDeliveryNotice.js +7 -0
  101. package/dist/components/shipping/ProductDeliveryInfoSection.d.ts +21 -0
  102. package/dist/components/shipping/ProductDeliveryInfoSection.d.ts.map +1 -0
  103. package/dist/components/shipping/ProductDeliveryInfoSection.js +22 -0
  104. package/dist/components/shipping/ShippingQuoteAddressForm.d.ts +11 -0
  105. package/dist/components/shipping/ShippingQuoteAddressForm.d.ts.map +1 -0
  106. package/dist/components/shipping/ShippingQuoteAddressForm.js +66 -0
  107. package/dist/components/ui/address-selector.d.ts +11 -0
  108. package/dist/components/ui/address-selector.d.ts.map +1 -0
  109. package/dist/components/ui/address-selector.js +21 -0
  110. package/dist/components/ui/alert-modal.d.ts +21 -0
  111. package/dist/components/ui/alert-modal.d.ts.map +1 -0
  112. package/dist/components/ui/alert-modal.js +59 -0
  113. package/dist/components/ui/avatar-image.d.ts +11 -0
  114. package/dist/components/ui/avatar-image.d.ts.map +1 -0
  115. package/dist/components/ui/avatar-image.js +39 -0
  116. package/dist/components/ui/background-patterns.d.ts +27 -0
  117. package/dist/components/ui/background-patterns.d.ts.map +1 -0
  118. package/dist/components/ui/background-patterns.js +5 -0
  119. package/dist/components/ui/badge.d.ts +10 -0
  120. package/dist/components/ui/badge.d.ts.map +1 -0
  121. package/dist/components/ui/badge.js +20 -0
  122. package/dist/components/ui/breadcrumbs.d.ts +12 -0
  123. package/dist/components/ui/breadcrumbs.d.ts.map +1 -0
  124. package/dist/components/ui/breadcrumbs.js +12 -0
  125. package/dist/components/ui/button.d.ts +11 -0
  126. package/dist/components/ui/button.d.ts.map +1 -0
  127. package/dist/components/ui/button.js +34 -0
  128. package/dist/components/ui/card.d.ts +10 -0
  129. package/dist/components/ui/card.d.ts.map +1 -0
  130. package/dist/components/ui/card.js +24 -0
  131. package/dist/components/ui/category-tree.d.ts +16 -0
  132. package/dist/components/ui/category-tree.d.ts.map +1 -0
  133. package/dist/components/ui/category-tree.js +74 -0
  134. package/dist/components/ui/checkout-button.d.ts +11 -0
  135. package/dist/components/ui/checkout-button.d.ts.map +1 -0
  136. package/dist/components/ui/checkout-button.js +298 -0
  137. package/dist/components/ui/dynamic-icon.d.ts +11 -0
  138. package/dist/components/ui/dynamic-icon.d.ts.map +1 -0
  139. package/dist/components/ui/dynamic-icon.js +77 -0
  140. package/dist/components/ui/guest-checkout-modal.d.ts +19 -0
  141. package/dist/components/ui/guest-checkout-modal.d.ts.map +1 -0
  142. package/dist/components/ui/guest-checkout-modal.js +95 -0
  143. package/dist/components/ui/image-skeleton.d.ts +7 -0
  144. package/dist/components/ui/image-skeleton.d.ts.map +1 -0
  145. package/dist/components/ui/image-skeleton.js +15 -0
  146. package/dist/components/ui/image-with-fallback.d.ts +10 -0
  147. package/dist/components/ui/image-with-fallback.d.ts.map +1 -0
  148. package/dist/components/ui/image-with-fallback.js +165 -0
  149. package/dist/components/ui/input.d.ts +6 -0
  150. package/dist/components/ui/input.d.ts.map +1 -0
  151. package/dist/components/ui/input.js +8 -0
  152. package/dist/components/ui/limited-time-offer-badge.d.ts +12 -0
  153. package/dist/components/ui/limited-time-offer-badge.d.ts.map +1 -0
  154. package/dist/components/ui/limited-time-offer-badge.js +13 -0
  155. package/dist/components/ui/loading-skeleton-wrapper.d.ts +6 -0
  156. package/dist/components/ui/loading-skeleton-wrapper.d.ts.map +1 -0
  157. package/dist/components/ui/loading-skeleton-wrapper.js +10 -0
  158. package/dist/components/ui/modal.d.ts +11 -0
  159. package/dist/components/ui/modal.d.ts.map +1 -0
  160. package/dist/components/ui/modal.js +26 -0
  161. package/dist/components/ui/otp-input.d.ts +10 -0
  162. package/dist/components/ui/otp-input.d.ts.map +1 -0
  163. package/dist/components/ui/otp-input.js +57 -0
  164. package/dist/components/ui/out-of-stock-overlay.d.ts +8 -0
  165. package/dist/components/ui/out-of-stock-overlay.d.ts.map +1 -0
  166. package/dist/components/ui/out-of-stock-overlay.js +12 -0
  167. package/dist/components/ui/page-animate-wrapper.d.ts +7 -0
  168. package/dist/components/ui/page-animate-wrapper.d.ts.map +1 -0
  169. package/dist/components/ui/page-animate-wrapper.js +13 -0
  170. package/dist/components/ui/page-content-loader.d.ts +13 -0
  171. package/dist/components/ui/page-content-loader.d.ts.map +1 -0
  172. package/dist/components/ui/page-content-loader.js +12 -0
  173. package/dist/components/ui/page-loader.d.ts +20 -0
  174. package/dist/components/ui/page-loader.d.ts.map +1 -0
  175. package/dist/components/ui/page-loader.js +31 -0
  176. package/dist/components/ui/product-card.d.ts +11 -0
  177. package/dist/components/ui/product-card.d.ts.map +1 -0
  178. package/dist/components/ui/product-card.js +124 -0
  179. package/dist/components/ui/product-rating.d.ts +17 -0
  180. package/dist/components/ui/product-rating.d.ts.map +1 -0
  181. package/dist/components/ui/product-rating.js +54 -0
  182. package/dist/components/ui/product-stock-badge.d.ts +9 -0
  183. package/dist/components/ui/product-stock-badge.d.ts.map +1 -0
  184. package/dist/components/ui/product-stock-badge.js +20 -0
  185. package/dist/components/ui/review-form.d.ts +9 -0
  186. package/dist/components/ui/review-form.d.ts.map +1 -0
  187. package/dist/components/ui/review-form.js +28 -0
  188. package/dist/components/ui/route-skeleton-loader.d.ts +7 -0
  189. package/dist/components/ui/route-skeleton-loader.d.ts.map +1 -0
  190. package/dist/components/ui/route-skeleton-loader.js +75 -0
  191. package/dist/components/ui/sheet.d.ts +29 -0
  192. package/dist/components/ui/sheet.d.ts.map +1 -0
  193. package/dist/components/ui/sheet.js +45 -0
  194. package/dist/components/ui/skeleton.d.ts +3 -0
  195. package/dist/components/ui/skeleton.d.ts.map +1 -0
  196. package/dist/components/ui/skeleton.js +6 -0
  197. package/dist/components/ui/skeletons/category-grid-skeleton.d.ts +6 -0
  198. package/dist/components/ui/skeletons/category-grid-skeleton.d.ts.map +1 -0
  199. package/dist/components/ui/skeletons/category-grid-skeleton.js +9 -0
  200. package/dist/components/ui/skeletons/checkout-skeleton.d.ts +2 -0
  201. package/dist/components/ui/skeletons/checkout-skeleton.d.ts.map +1 -0
  202. package/dist/components/ui/skeletons/checkout-skeleton.js +4 -0
  203. package/dist/components/ui/skeletons/index.d.ts +6 -0
  204. package/dist/components/ui/skeletons/index.d.ts.map +1 -0
  205. package/dist/components/ui/skeletons/index.js +5 -0
  206. package/dist/components/ui/skeletons/page-skeleton.d.ts +2 -0
  207. package/dist/components/ui/skeletons/page-skeleton.d.ts.map +1 -0
  208. package/dist/components/ui/skeletons/page-skeleton.js +4 -0
  209. package/dist/components/ui/skeletons/product-card-skeleton.d.ts +2 -0
  210. package/dist/components/ui/skeletons/product-card-skeleton.d.ts.map +1 -0
  211. package/dist/components/ui/skeletons/product-card-skeleton.js +4 -0
  212. package/dist/components/ui/skeletons/product-detail-skeleton.d.ts +2 -0
  213. package/dist/components/ui/skeletons/product-detail-skeleton.d.ts.map +1 -0
  214. package/dist/components/ui/skeletons/product-detail-skeleton.js +4 -0
  215. package/dist/components/ui/skeletons/product-grid-skeleton.d.ts +7 -0
  216. package/dist/components/ui/skeletons/product-grid-skeleton.d.ts.map +1 -0
  217. package/dist/components/ui/skeletons/product-grid-skeleton.js +12 -0
  218. package/dist/components/ui/store-logos.d.ts +43 -0
  219. package/dist/components/ui/store-logos.d.ts.map +1 -0
  220. package/dist/components/ui/store-logos.js +83 -0
  221. package/dist/components/ui/toast.d.ts +20 -0
  222. package/dist/components/ui/toast.d.ts.map +1 -0
  223. package/dist/components/ui/toast.js +33 -0
  224. package/dist/components/ui/video-player.d.ts +48 -0
  225. package/dist/components/ui/video-player.d.ts.map +1 -0
  226. package/dist/components/ui/video-player.js +101 -0
  227. package/dist/editor/alignment-schemas/booking-agenda.d.ts +3 -0
  228. package/dist/editor/alignment-schemas/booking-agenda.d.ts.map +1 -0
  229. package/dist/editor/alignment-schemas/booking-agenda.js +145 -0
  230. package/dist/editor/alignment-schemas/booking-footer-section.d.ts +4 -0
  231. package/dist/editor/alignment-schemas/booking-footer-section.d.ts.map +1 -0
  232. package/dist/editor/alignment-schemas/booking-footer-section.js +69 -0
  233. package/dist/editor/alignment-schemas/booking.d.ts +3 -0
  234. package/dist/editor/alignment-schemas/booking.d.ts.map +1 -0
  235. package/dist/editor/alignment-schemas/booking.js +476 -0
  236. package/dist/editor/alignment-schemas/clothing-minimal.d.ts +3 -0
  237. package/dist/editor/alignment-schemas/clothing-minimal.d.ts.map +1 -0
  238. package/dist/editor/alignment-schemas/clothing-minimal.js +363 -0
  239. package/dist/editor/alignment-schemas/clothing.d.ts +3 -0
  240. package/dist/editor/alignment-schemas/clothing.d.ts.map +1 -0
  241. package/dist/editor/alignment-schemas/clothing.js +477 -0
  242. package/dist/editor/alignment-schemas/electronics-grid.d.ts +3 -0
  243. package/dist/editor/alignment-schemas/electronics-grid.d.ts.map +1 -0
  244. package/dist/editor/alignment-schemas/electronics-grid.js +97 -0
  245. package/dist/editor/alignment-schemas/electronics.d.ts +3 -0
  246. package/dist/editor/alignment-schemas/electronics.d.ts.map +1 -0
  247. package/dist/editor/alignment-schemas/electronics.js +145 -0
  248. package/dist/editor/alignment-schemas/food-modern.d.ts +3 -0
  249. package/dist/editor/alignment-schemas/food-modern.d.ts.map +1 -0
  250. package/dist/editor/alignment-schemas/food-modern.js +237 -0
  251. package/dist/editor/alignment-schemas/food.d.ts +3 -0
  252. package/dist/editor/alignment-schemas/food.d.ts.map +1 -0
  253. package/dist/editor/alignment-schemas/food.js +494 -0
  254. package/dist/editor/alignment-schemas/index.d.ts +15 -0
  255. package/dist/editor/alignment-schemas/index.d.ts.map +1 -0
  256. package/dist/editor/alignment-schemas/index.js +50 -0
  257. package/dist/editor/alignment-schemas/lazy-loader.d.ts +14 -0
  258. package/dist/editor/alignment-schemas/lazy-loader.d.ts.map +1 -0
  259. package/dist/editor/alignment-schemas/lazy-loader.js +80 -0
  260. package/dist/editor/alignment-schemas/metadata.d.ts +25 -0
  261. package/dist/editor/alignment-schemas/metadata.d.ts.map +1 -0
  262. package/dist/editor/alignment-schemas/metadata.js +225 -0
  263. package/dist/editor/alignment-schemas/motivational-speaker.d.ts +3 -0
  264. package/dist/editor/alignment-schemas/motivational-speaker.d.ts.map +1 -0
  265. package/dist/editor/alignment-schemas/motivational-speaker.js +185 -0
  266. package/dist/editor/alignment-schemas/resolve-canvas-inspector-leaf.d.ts +18 -0
  267. package/dist/editor/alignment-schemas/resolve-canvas-inspector-leaf.d.ts.map +1 -0
  268. package/dist/editor/alignment-schemas/resolve-canvas-inspector-leaf.js +166 -0
  269. package/dist/editor/alignment-schemas/resolve-field.d.ts +9 -0
  270. package/dist/editor/alignment-schemas/resolve-field.d.ts.map +1 -0
  271. package/dist/editor/alignment-schemas/resolve-field.js +56 -0
  272. package/dist/editor/alignment-schemas/types.d.ts +53 -0
  273. package/dist/editor/alignment-schemas/types.d.ts.map +1 -0
  274. package/dist/editor/alignment-schemas/types.js +1 -0
  275. package/dist/editor/blocks/defaults/clothing-minimal-home.d.ts +9 -0
  276. package/dist/editor/blocks/defaults/clothing-minimal-home.d.ts.map +1 -0
  277. package/dist/editor/blocks/defaults/clothing-minimal-home.js +207 -0
  278. package/dist/editor/blocks/index.d.ts +4 -0
  279. package/dist/editor/blocks/index.d.ts.map +1 -0
  280. package/dist/editor/blocks/index.js +3 -0
  281. package/dist/editor/blocks/migrate-clothing-minimal.d.ts +5 -0
  282. package/dist/editor/blocks/migrate-clothing-minimal.d.ts.map +1 -0
  283. package/dist/editor/blocks/migrate-clothing-minimal.js +140 -0
  284. package/dist/editor/blocks/nav-outline-utils.d.ts +47 -0
  285. package/dist/editor/blocks/nav-outline-utils.d.ts.map +1 -0
  286. package/dist/editor/blocks/nav-outline-utils.js +201 -0
  287. package/dist/editor/blocks/registry.d.ts +19 -0
  288. package/dist/editor/blocks/registry.d.ts.map +1 -0
  289. package/dist/editor/blocks/registry.js +118 -0
  290. package/dist/editor/blocks/types.d.ts +14 -0
  291. package/dist/editor/blocks/types.d.ts.map +1 -0
  292. package/dist/editor/blocks/types.js +14 -0
  293. package/dist/editor/document/adapter.d.ts +44 -0
  294. package/dist/editor/document/adapter.d.ts.map +1 -0
  295. package/dist/editor/document/adapter.js +159 -0
  296. package/dist/editor/document/block-tree.d.ts +46 -0
  297. package/dist/editor/document/block-tree.d.ts.map +1 -0
  298. package/dist/editor/document/block-tree.js +345 -0
  299. package/dist/editor/document/constants.d.ts +6 -0
  300. package/dist/editor/document/constants.d.ts.map +1 -0
  301. package/dist/editor/document/constants.js +14 -0
  302. package/dist/editor/document/index.d.ts +7 -0
  303. package/dist/editor/document/index.d.ts.map +1 -0
  304. package/dist/editor/document/index.js +6 -0
  305. package/dist/editor/document/layout-id.d.ts +3 -0
  306. package/dist/editor/document/layout-id.d.ts.map +1 -0
  307. package/dist/editor/document/layout-id.js +17 -0
  308. package/dist/editor/document/types.d.ts +91 -0
  309. package/dist/editor/document/types.d.ts.map +1 -0
  310. package/dist/editor/document/types.js +1 -0
  311. package/dist/editor/document/validate.d.ts +11 -0
  312. package/dist/editor/document/validate.d.ts.map +1 -0
  313. package/dist/editor/document/validate.js +92 -0
  314. package/dist/editor/feature-flags.d.ts +11 -0
  315. package/dist/editor/feature-flags.d.ts.map +1 -0
  316. package/dist/editor/feature-flags.js +19 -0
  317. package/dist/editor/index.d.ts +28 -0
  318. package/dist/editor/index.d.ts.map +1 -0
  319. package/dist/editor/index.js +72 -0
  320. package/dist/editor/layout-content-loader.d.ts +13 -0
  321. package/dist/editor/layout-content-loader.d.ts.map +1 -0
  322. package/dist/editor/layout-content-loader.js +222 -0
  323. package/dist/editor/payaza-form/ActiveArrayFocusContext.d.ts +20 -0
  324. package/dist/editor/payaza-form/ActiveArrayFocusContext.d.ts.map +1 -0
  325. package/dist/editor/payaza-form/ActiveArrayFocusContext.js +31 -0
  326. package/dist/editor/payaza-form/ArrayItemManager.d.ts +19 -0
  327. package/dist/editor/payaza-form/ArrayItemManager.d.ts.map +1 -0
  328. package/dist/editor/payaza-form/ArrayItemManager.js +62 -0
  329. package/dist/editor/payaza-form/AssetSelectionContext.d.ts +17 -0
  330. package/dist/editor/payaza-form/AssetSelectionContext.d.ts.map +1 -0
  331. package/dist/editor/payaza-form/AssetSelectionContext.js +81 -0
  332. package/dist/editor/payaza-form/EditorCanvasPreview.d.ts +41 -0
  333. package/dist/editor/payaza-form/EditorCanvasPreview.d.ts.map +1 -0
  334. package/dist/editor/payaza-form/EditorCanvasPreview.js +56 -0
  335. package/dist/editor/payaza-form/EditorLayoutContext.d.ts +8 -0
  336. package/dist/editor/payaza-form/EditorLayoutContext.d.ts.map +1 -0
  337. package/dist/editor/payaza-form/EditorLayoutContext.js +6 -0
  338. package/dist/editor/payaza-form/FieldRenderer.d.ts +16 -0
  339. package/dist/editor/payaza-form/FieldRenderer.d.ts.map +1 -0
  340. package/dist/editor/payaza-form/FieldRenderer.js +192 -0
  341. package/dist/editor/payaza-form/IframePreviewMessageBridge.d.ts +29 -0
  342. package/dist/editor/payaza-form/IframePreviewMessageBridge.d.ts.map +1 -0
  343. package/dist/editor/payaza-form/IframePreviewMessageBridge.js +46 -0
  344. package/dist/editor/payaza-form/PayazaFormEditor.d.ts +12 -0
  345. package/dist/editor/payaza-form/PayazaFormEditor.d.ts.map +1 -0
  346. package/dist/editor/payaza-form/PayazaFormEditor.js +1226 -0
  347. package/dist/editor/payaza-form/PayazaFormEditorFullPage.d.ts +9 -0
  348. package/dist/editor/payaza-form/PayazaFormEditorFullPage.d.ts.map +1 -0
  349. package/dist/editor/payaza-form/PayazaFormEditorFullPage.js +6 -0
  350. package/dist/editor/payaza-form/SliderArrayEditor.d.ts +17 -0
  351. package/dist/editor/payaza-form/SliderArrayEditor.d.ts.map +1 -0
  352. package/dist/editor/payaza-form/SliderArrayEditor.js +96 -0
  353. package/dist/editor/payaza-form/components/ArrayField.d.ts +21 -0
  354. package/dist/editor/payaza-form/components/ArrayField.d.ts.map +1 -0
  355. package/dist/editor/payaza-form/components/ArrayField.js +18 -0
  356. package/dist/editor/payaza-form/components/BlockStylesInspector.d.ts +9 -0
  357. package/dist/editor/payaza-form/components/BlockStylesInspector.d.ts.map +1 -0
  358. package/dist/editor/payaza-form/components/BlockStylesInspector.js +150 -0
  359. package/dist/editor/payaza-form/components/BlocksField.d.ts +17 -0
  360. package/dist/editor/payaza-form/components/BlocksField.d.ts.map +1 -0
  361. package/dist/editor/payaza-form/components/BlocksField.js +108 -0
  362. package/dist/editor/payaza-form/components/ButtonField.d.ts +15 -0
  363. package/dist/editor/payaza-form/components/ButtonField.d.ts.map +1 -0
  364. package/dist/editor/payaza-form/components/ButtonField.js +17 -0
  365. package/dist/editor/payaza-form/components/CanvasGranularInspector.d.ts +16 -0
  366. package/dist/editor/payaza-form/components/CanvasGranularInspector.d.ts.map +1 -0
  367. package/dist/editor/payaza-form/components/CanvasGranularInspector.js +32 -0
  368. package/dist/editor/payaza-form/components/FieldDensityContext.d.ts +10 -0
  369. package/dist/editor/payaza-form/components/FieldDensityContext.d.ts.map +1 -0
  370. package/dist/editor/payaza-form/components/FieldDensityContext.js +13 -0
  371. package/dist/editor/payaza-form/components/IconField.d.ts +12 -0
  372. package/dist/editor/payaza-form/components/IconField.d.ts.map +1 -0
  373. package/dist/editor/payaza-form/components/IconField.js +42 -0
  374. package/dist/editor/payaza-form/components/ImageField.d.ts +10 -0
  375. package/dist/editor/payaza-form/components/ImageField.d.ts.map +1 -0
  376. package/dist/editor/payaza-form/components/ImageField.js +30 -0
  377. package/dist/editor/payaza-form/components/NumberField.d.ts +14 -0
  378. package/dist/editor/payaza-form/components/NumberField.d.ts.map +1 -0
  379. package/dist/editor/payaza-form/components/NumberField.js +23 -0
  380. package/dist/editor/payaza-form/components/ObjectField.d.ts +11 -0
  381. package/dist/editor/payaza-form/components/ObjectField.d.ts.map +1 -0
  382. package/dist/editor/payaza-form/components/ObjectField.js +7 -0
  383. package/dist/editor/payaza-form/components/RichTextField.d.ts +15 -0
  384. package/dist/editor/payaza-form/components/RichTextField.d.ts.map +1 -0
  385. package/dist/editor/payaza-form/components/RichTextField.js +88 -0
  386. package/dist/editor/payaza-form/components/SectionField.d.ts +14 -0
  387. package/dist/editor/payaza-form/components/SectionField.d.ts.map +1 -0
  388. package/dist/editor/payaza-form/components/SectionField.js +8 -0
  389. package/dist/editor/payaza-form/components/SectionSchemaInspector.d.ts +18 -0
  390. package/dist/editor/payaza-form/components/SectionSchemaInspector.d.ts.map +1 -0
  391. package/dist/editor/payaza-form/components/SectionSchemaInspector.js +64 -0
  392. package/dist/editor/payaza-form/components/SegmentedControlField.d.ts +13 -0
  393. package/dist/editor/payaza-form/components/SegmentedControlField.d.ts.map +1 -0
  394. package/dist/editor/payaza-form/components/SegmentedControlField.js +7 -0
  395. package/dist/editor/payaza-form/components/StarRatingField.d.ts +13 -0
  396. package/dist/editor/payaza-form/components/StarRatingField.d.ts.map +1 -0
  397. package/dist/editor/payaza-form/components/StarRatingField.js +16 -0
  398. package/dist/editor/payaza-form/components/TextField.d.ts +13 -0
  399. package/dist/editor/payaza-form/components/TextField.d.ts.map +1 -0
  400. package/dist/editor/payaza-form/components/TextField.js +12 -0
  401. package/dist/editor/payaza-form/components/TextareaField.d.ts +11 -0
  402. package/dist/editor/payaza-form/components/TextareaField.d.ts.map +1 -0
  403. package/dist/editor/payaza-form/components/TextareaField.js +6 -0
  404. package/dist/editor/payaza-form/components/ToggleField.d.ts +12 -0
  405. package/dist/editor/payaza-form/components/ToggleField.d.ts.map +1 -0
  406. package/dist/editor/payaza-form/components/ToggleField.js +15 -0
  407. package/dist/editor/payaza-form/data-merger.d.ts +28 -0
  408. package/dist/editor/payaza-form/data-merger.d.ts.map +1 -0
  409. package/dist/editor/payaza-form/data-merger.js +878 -0
  410. package/dist/editor/payaza-form/data-transformer.d.ts +28 -0
  411. package/dist/editor/payaza-form/data-transformer.d.ts.map +1 -0
  412. package/dist/editor/payaza-form/data-transformer.js +304 -0
  413. package/dist/editor/payaza-form/engine.d.ts +72 -0
  414. package/dist/editor/payaza-form/engine.d.ts.map +1 -0
  415. package/dist/editor/payaza-form/engine.js +140 -0
  416. package/dist/editor/payaza-form/examples/custom-widgets.example.d.ts +8 -0
  417. package/dist/editor/payaza-form/examples/custom-widgets.example.d.ts.map +1 -0
  418. package/dist/editor/payaza-form/examples/custom-widgets.example.js +51 -0
  419. package/dist/editor/payaza-form/field-renderer-ref.d.ts +4 -0
  420. package/dist/editor/payaza-form/field-renderer-ref.d.ts.map +1 -0
  421. package/dist/editor/payaza-form/field-renderer-ref.js +16 -0
  422. package/dist/editor/payaza-form/index.d.ts +11 -0
  423. package/dist/editor/payaza-form/index.d.ts.map +1 -0
  424. package/dist/editor/payaza-form/index.js +8 -0
  425. package/dist/editor/payaza-form/layout-loader.d.ts +12 -0
  426. package/dist/editor/payaza-form/layout-loader.d.ts.map +1 -0
  427. package/dist/editor/payaza-form/layout-loader.js +43 -0
  428. package/dist/editor/payaza-form/payaza-style-sanitize.d.ts +14 -0
  429. package/dist/editor/payaza-form/payaza-style-sanitize.d.ts.map +1 -0
  430. package/dist/editor/payaza-form/payaza-style-sanitize.js +76 -0
  431. package/dist/editor/payaza-form/preview-message-handler.d.ts +18 -0
  432. package/dist/editor/payaza-form/preview-message-handler.d.ts.map +1 -0
  433. package/dist/editor/payaza-form/preview-message-handler.js +89 -0
  434. package/dist/editor/payaza-form/schema-bridge.d.ts +12 -0
  435. package/dist/editor/payaza-form/schema-bridge.d.ts.map +1 -0
  436. package/dist/editor/payaza-form/schema-bridge.js +90 -0
  437. package/dist/editor/payaza-form/widget-registry.d.ts +94 -0
  438. package/dist/editor/payaza-form/widget-registry.d.ts.map +1 -0
  439. package/dist/editor/payaza-form/widget-registry.js +107 -0
  440. package/dist/editor/shared/AIGenerateModal.d.ts +17 -0
  441. package/dist/editor/shared/AIGenerateModal.d.ts.map +1 -0
  442. package/dist/editor/shared/AIGenerateModal.js +59 -0
  443. package/dist/editor/shared/BlockOutlineTree.d.ts +14 -0
  444. package/dist/editor/shared/BlockOutlineTree.d.ts.map +1 -0
  445. package/dist/editor/shared/BlockOutlineTree.js +47 -0
  446. package/dist/editor/shared/EditorHeader.d.ts +61 -0
  447. package/dist/editor/shared/EditorHeader.d.ts.map +1 -0
  448. package/dist/editor/shared/EditorHeader.js +181 -0
  449. package/dist/editor/shared/EditorNavigator.d.ts +42 -0
  450. package/dist/editor/shared/EditorNavigator.d.ts.map +1 -0
  451. package/dist/editor/shared/EditorNavigator.js +44 -0
  452. package/dist/editor/shared/IframePreview.d.ts +36 -0
  453. package/dist/editor/shared/IframePreview.d.ts.map +1 -0
  454. package/dist/editor/shared/IframePreview.js +217 -0
  455. package/dist/editor/shared/InlineCanvasPreview.d.ts +36 -0
  456. package/dist/editor/shared/InlineCanvasPreview.d.ts.map +1 -0
  457. package/dist/editor/shared/InlineCanvasPreview.js +174 -0
  458. package/dist/editor/shared/LayoutRenderer.d.ts +11 -0
  459. package/dist/editor/shared/LayoutRenderer.d.ts.map +1 -0
  460. package/dist/editor/shared/LayoutRenderer.js +7 -0
  461. package/dist/editor/shared/PageTabs.d.ts +13 -0
  462. package/dist/editor/shared/PageTabs.d.ts.map +1 -0
  463. package/dist/editor/shared/PageTabs.js +6 -0
  464. package/dist/editor/shared/ResizableSidebar.d.ts +14 -0
  465. package/dist/editor/shared/ResizableSidebar.d.ts.map +1 -0
  466. package/dist/editor/shared/ResizableSidebar.js +45 -0
  467. package/dist/editor/shared/index.d.ts +8 -0
  468. package/dist/editor/shared/index.d.ts.map +1 -0
  469. package/dist/editor/shared/index.js +7 -0
  470. package/dist/editor/shared/preview-viewport.d.ts +9 -0
  471. package/dist/editor/shared/preview-viewport.d.ts.map +1 -0
  472. package/dist/editor/shared/preview-viewport.js +17 -0
  473. package/dist/editor/shared/useEditorChromeMetrics.d.ts +15 -0
  474. package/dist/editor/shared/useEditorChromeMetrics.d.ts.map +1 -0
  475. package/dist/editor/shared/useEditorChromeMetrics.js +52 -0
  476. package/dist/editor/types.d.ts +162 -0
  477. package/dist/editor/types.d.ts.map +1 -0
  478. package/dist/editor/types.js +1 -0
  479. package/dist/hooks/use-analytics.d.ts +15 -0
  480. package/dist/hooks/use-analytics.d.ts.map +1 -0
  481. package/dist/hooks/use-analytics.js +62 -0
  482. package/dist/hooks/use-api.d.ts +17 -0
  483. package/dist/hooks/use-api.d.ts.map +1 -0
  484. package/dist/hooks/use-api.js +53 -0
  485. package/dist/hooks/use-cart-api.d.ts +28 -0
  486. package/dist/hooks/use-cart-api.d.ts.map +1 -0
  487. package/dist/hooks/use-cart-api.js +116 -0
  488. package/dist/hooks/use-catalog-loader.d.ts +19 -0
  489. package/dist/hooks/use-catalog-loader.d.ts.map +1 -0
  490. package/dist/hooks/use-catalog-loader.js +107 -0
  491. package/dist/hooks/use-catalog-price-range.d.ts +17 -0
  492. package/dist/hooks/use-catalog-price-range.d.ts.map +1 -0
  493. package/dist/hooks/use-catalog-price-range.js +26 -0
  494. package/dist/hooks/use-checkout-fees.d.ts +16 -0
  495. package/dist/hooks/use-checkout-fees.d.ts.map +1 -0
  496. package/dist/hooks/use-checkout-fees.js +105 -0
  497. package/dist/hooks/use-content-ready.d.ts +17 -0
  498. package/dist/hooks/use-content-ready.d.ts.map +1 -0
  499. package/dist/hooks/use-content-ready.js +197 -0
  500. package/dist/hooks/use-debounce.d.ts +6 -0
  501. package/dist/hooks/use-debounce.d.ts.map +1 -0
  502. package/dist/hooks/use-debounce.js +17 -0
  503. package/dist/hooks/use-multi-store-checkout-fees.d.ts +25 -0
  504. package/dist/hooks/use-multi-store-checkout-fees.d.ts.map +1 -0
  505. package/dist/hooks/use-multi-store-checkout-fees.js +116 -0
  506. package/dist/hooks/use-navigation-loading.d.ts +4 -0
  507. package/dist/hooks/use-navigation-loading.d.ts.map +1 -0
  508. package/dist/hooks/use-navigation-loading.js +14 -0
  509. package/dist/hooks/use-payaza-checkout.d.ts +15 -0
  510. package/dist/hooks/use-payaza-checkout.d.ts.map +1 -0
  511. package/dist/hooks/use-payaza-checkout.js +123 -0
  512. package/dist/hooks/use-product-variation-selection.d.ts +26 -0
  513. package/dist/hooks/use-product-variation-selection.d.ts.map +1 -0
  514. package/dist/hooks/use-product-variation-selection.js +26 -0
  515. package/dist/hooks/use-products-api.d.ts +19 -0
  516. package/dist/hooks/use-products-api.d.ts.map +1 -0
  517. package/dist/hooks/use-products-api.js +84 -0
  518. package/dist/hooks/use-shipping-quote.d.ts +25 -0
  519. package/dist/hooks/use-shipping-quote.d.ts.map +1 -0
  520. package/dist/hooks/use-shipping-quote.js +80 -0
  521. package/dist/hooks/use-store-api.d.ts +12 -0
  522. package/dist/hooks/use-store-api.d.ts.map +1 -0
  523. package/dist/hooks/use-store-api.js +73 -0
  524. package/dist/hooks/usePreviewSlideSync.d.ts +5 -0
  525. package/dist/hooks/usePreviewSlideSync.d.ts.map +1 -0
  526. package/dist/hooks/usePreviewSlideSync.js +28 -0
  527. package/dist/index.d.ts +150 -0
  528. package/dist/index.d.ts.map +1 -0
  529. package/dist/index.js +164 -0
  530. package/dist/json/booking-agenda.json +166 -0
  531. package/dist/json/booking.json +224 -0
  532. package/dist/json/clothing-minimal.json +203 -0
  533. package/dist/json/clothing.json +418 -0
  534. package/dist/json/electronics-grid.json +246 -0
  535. package/dist/json/electronics.json +303 -0
  536. package/dist/json/food-modern.json +191 -0
  537. package/dist/json/food.json +283 -0
  538. package/dist/json/json-map.d.ts +7 -0
  539. package/dist/json/json-map.d.ts.map +1 -0
  540. package/dist/json/json-map.js +36 -0
  541. package/dist/json/motivational-speaker.json +361 -0
  542. package/dist/layouts/booking/components/BookingHomePage.d.ts +7 -0
  543. package/dist/layouts/booking/components/BookingHomePage.d.ts.map +1 -0
  544. package/dist/layouts/booking/components/BookingHomePage.js +107 -0
  545. package/dist/layouts/booking/components/BookingMultilineHeading.d.ts +20 -0
  546. package/dist/layouts/booking/components/BookingMultilineHeading.d.ts.map +1 -0
  547. package/dist/layouts/booking/components/BookingMultilineHeading.js +32 -0
  548. package/dist/layouts/booking/components/BookingTestimonialCard.d.ts +10 -0
  549. package/dist/layouts/booking/components/BookingTestimonialCard.d.ts.map +1 -0
  550. package/dist/layouts/booking/components/BookingTestimonialCard.js +11 -0
  551. package/dist/layouts/booking/components/BookingTestimonialsEmptyState.d.ts +9 -0
  552. package/dist/layouts/booking/components/BookingTestimonialsEmptyState.d.ts.map +1 -0
  553. package/dist/layouts/booking/components/BookingTestimonialsEmptyState.js +19 -0
  554. package/dist/layouts/booking/components/booking-about-defaults.d.ts +26 -0
  555. package/dist/layouts/booking/components/booking-about-defaults.d.ts.map +1 -0
  556. package/dist/layouts/booking/components/booking-about-defaults.js +99 -0
  557. package/dist/layouts/booking/components/booking-footer-defaults.d.ts +19 -0
  558. package/dist/layouts/booking/components/booking-footer-defaults.d.ts.map +1 -0
  559. package/dist/layouts/booking/components/booking-footer-defaults.js +52 -0
  560. package/dist/layouts/booking/components/booking-testimonial-defaults.d.ts +21 -0
  561. package/dist/layouts/booking/components/booking-testimonial-defaults.d.ts.map +1 -0
  562. package/dist/layouts/booking/components/booking-testimonial-defaults.js +112 -0
  563. package/dist/layouts/booking/index.d.ts +9 -0
  564. package/dist/layouts/booking/index.d.ts.map +1 -0
  565. package/dist/layouts/booking/index.js +9 -0
  566. package/dist/layouts/booking/pages/AboutPage.d.ts +7 -0
  567. package/dist/layouts/booking/pages/AboutPage.d.ts.map +1 -0
  568. package/dist/layouts/booking/pages/AboutPage.js +69 -0
  569. package/dist/layouts/booking/pages/BookPage.d.ts +8 -0
  570. package/dist/layouts/booking/pages/BookPage.d.ts.map +1 -0
  571. package/dist/layouts/booking/pages/BookPage.js +482 -0
  572. package/dist/layouts/booking/pages/CategoriesPage.d.ts +7 -0
  573. package/dist/layouts/booking/pages/CategoriesPage.d.ts.map +1 -0
  574. package/dist/layouts/booking/pages/CategoriesPage.js +30 -0
  575. package/dist/layouts/booking/pages/CategoryPage.d.ts +8 -0
  576. package/dist/layouts/booking/pages/CategoryPage.d.ts.map +1 -0
  577. package/dist/layouts/booking/pages/CategoryPage.js +51 -0
  578. package/dist/layouts/booking/pages/ContactPage.d.ts +7 -0
  579. package/dist/layouts/booking/pages/ContactPage.d.ts.map +1 -0
  580. package/dist/layouts/booking/pages/ContactPage.js +59 -0
  581. package/dist/layouts/booking/pages/ProductDetailPage.d.ts +8 -0
  582. package/dist/layouts/booking/pages/ProductDetailPage.d.ts.map +1 -0
  583. package/dist/layouts/booking/pages/ProductDetailPage.js +433 -0
  584. package/dist/layouts/booking/pages/ServicesPage.d.ts +9 -0
  585. package/dist/layouts/booking/pages/ServicesPage.d.ts.map +1 -0
  586. package/dist/layouts/booking/pages/ServicesPage.js +54 -0
  587. package/dist/layouts/booking-agenda/components/BookingHomePageAgenda.d.ts +7 -0
  588. package/dist/layouts/booking-agenda/components/BookingHomePageAgenda.d.ts.map +1 -0
  589. package/dist/layouts/booking-agenda/components/BookingHomePageAgenda.js +283 -0
  590. package/dist/layouts/booking-agenda/index.d.ts +9 -0
  591. package/dist/layouts/booking-agenda/index.d.ts.map +1 -0
  592. package/dist/layouts/booking-agenda/index.js +9 -0
  593. package/dist/layouts/booking-agenda/pages/AboutPage.d.ts +7 -0
  594. package/dist/layouts/booking-agenda/pages/AboutPage.d.ts.map +1 -0
  595. package/dist/layouts/booking-agenda/pages/AboutPage.js +51 -0
  596. package/dist/layouts/booking-agenda/pages/BookPage.d.ts +8 -0
  597. package/dist/layouts/booking-agenda/pages/BookPage.d.ts.map +1 -0
  598. package/dist/layouts/booking-agenda/pages/BookPage.js +468 -0
  599. package/dist/layouts/booking-agenda/pages/CategoriesPage.d.ts +7 -0
  600. package/dist/layouts/booking-agenda/pages/CategoriesPage.d.ts.map +1 -0
  601. package/dist/layouts/booking-agenda/pages/CategoriesPage.js +23 -0
  602. package/dist/layouts/booking-agenda/pages/CategoryPage.d.ts +8 -0
  603. package/dist/layouts/booking-agenda/pages/CategoryPage.d.ts.map +1 -0
  604. package/dist/layouts/booking-agenda/pages/CategoryPage.js +48 -0
  605. package/dist/layouts/booking-agenda/pages/ContactPage.d.ts +7 -0
  606. package/dist/layouts/booking-agenda/pages/ContactPage.d.ts.map +1 -0
  607. package/dist/layouts/booking-agenda/pages/ContactPage.js +57 -0
  608. package/dist/layouts/booking-agenda/pages/ProductDetailPage.d.ts +8 -0
  609. package/dist/layouts/booking-agenda/pages/ProductDetailPage.d.ts.map +1 -0
  610. package/dist/layouts/booking-agenda/pages/ProductDetailPage.js +433 -0
  611. package/dist/layouts/booking-agenda/pages/ServicesPage.d.ts +9 -0
  612. package/dist/layouts/booking-agenda/pages/ServicesPage.d.ts.map +1 -0
  613. package/dist/layouts/booking-agenda/pages/ServicesPage.js +46 -0
  614. package/dist/layouts/clothing/components/ClothingHomePage.d.ts +7 -0
  615. package/dist/layouts/clothing/components/ClothingHomePage.d.ts.map +1 -0
  616. package/dist/layouts/clothing/components/ClothingHomePage.js +260 -0
  617. package/dist/layouts/clothing/index.d.ts +8 -0
  618. package/dist/layouts/clothing/index.d.ts.map +1 -0
  619. package/dist/layouts/clothing/index.js +8 -0
  620. package/dist/layouts/clothing/pages/AboutPage.d.ts +7 -0
  621. package/dist/layouts/clothing/pages/AboutPage.d.ts.map +1 -0
  622. package/dist/layouts/clothing/pages/AboutPage.js +55 -0
  623. package/dist/layouts/clothing/pages/CategoriesPage.d.ts +7 -0
  624. package/dist/layouts/clothing/pages/CategoriesPage.d.ts.map +1 -0
  625. package/dist/layouts/clothing/pages/CategoriesPage.js +34 -0
  626. package/dist/layouts/clothing/pages/CategoryPage.d.ts +8 -0
  627. package/dist/layouts/clothing/pages/CategoryPage.d.ts.map +1 -0
  628. package/dist/layouts/clothing/pages/CategoryPage.js +77 -0
  629. package/dist/layouts/clothing/pages/ContactPage.d.ts +7 -0
  630. package/dist/layouts/clothing/pages/ContactPage.d.ts.map +1 -0
  631. package/dist/layouts/clothing/pages/ContactPage.js +58 -0
  632. package/dist/layouts/clothing/pages/ProductDetailPage.d.ts +8 -0
  633. package/dist/layouts/clothing/pages/ProductDetailPage.d.ts.map +1 -0
  634. package/dist/layouts/clothing/pages/ProductDetailPage.js +393 -0
  635. package/dist/layouts/clothing/pages/ProductsPage.d.ts +7 -0
  636. package/dist/layouts/clothing/pages/ProductsPage.d.ts.map +1 -0
  637. package/dist/layouts/clothing/pages/ProductsPage.js +268 -0
  638. package/dist/layouts/clothing/payaza-bindings.d.ts +23 -0
  639. package/dist/layouts/clothing/payaza-bindings.d.ts.map +1 -0
  640. package/dist/layouts/clothing/payaza-bindings.js +17 -0
  641. package/dist/layouts/clothing/styles/clothing.css +80 -0
  642. package/dist/layouts/clothing-minimal/components/ClothingHomePageMinimal.d.ts +7 -0
  643. package/dist/layouts/clothing-minimal/components/ClothingHomePageMinimal.d.ts.map +1 -0
  644. package/dist/layouts/clothing-minimal/components/ClothingHomePageMinimal.js +163 -0
  645. package/dist/layouts/clothing-minimal/components/clothing-minimal-block-render.d.ts +40 -0
  646. package/dist/layouts/clothing-minimal/components/clothing-minimal-block-render.d.ts.map +1 -0
  647. package/dist/layouts/clothing-minimal/components/clothing-minimal-block-render.js +180 -0
  648. package/dist/layouts/clothing-minimal/index.d.ts +8 -0
  649. package/dist/layouts/clothing-minimal/index.d.ts.map +1 -0
  650. package/dist/layouts/clothing-minimal/index.js +8 -0
  651. package/dist/layouts/clothing-minimal/pages/AboutPage.d.ts +7 -0
  652. package/dist/layouts/clothing-minimal/pages/AboutPage.d.ts.map +1 -0
  653. package/dist/layouts/clothing-minimal/pages/AboutPage.js +71 -0
  654. package/dist/layouts/clothing-minimal/pages/CategoriesPage.d.ts +7 -0
  655. package/dist/layouts/clothing-minimal/pages/CategoriesPage.d.ts.map +1 -0
  656. package/dist/layouts/clothing-minimal/pages/CategoriesPage.js +35 -0
  657. package/dist/layouts/clothing-minimal/pages/CategoryPage.d.ts +8 -0
  658. package/dist/layouts/clothing-minimal/pages/CategoryPage.d.ts.map +1 -0
  659. package/dist/layouts/clothing-minimal/pages/CategoryPage.js +56 -0
  660. package/dist/layouts/clothing-minimal/pages/ContactPage.d.ts +7 -0
  661. package/dist/layouts/clothing-minimal/pages/ContactPage.d.ts.map +1 -0
  662. package/dist/layouts/clothing-minimal/pages/ContactPage.js +53 -0
  663. package/dist/layouts/clothing-minimal/pages/ProductDetailPage.d.ts +8 -0
  664. package/dist/layouts/clothing-minimal/pages/ProductDetailPage.d.ts.map +1 -0
  665. package/dist/layouts/clothing-minimal/pages/ProductDetailPage.js +432 -0
  666. package/dist/layouts/clothing-minimal/pages/ProductsPage.d.ts +7 -0
  667. package/dist/layouts/clothing-minimal/pages/ProductsPage.d.ts.map +1 -0
  668. package/dist/layouts/clothing-minimal/pages/ProductsPage.js +274 -0
  669. package/dist/layouts/electronics/components/ElectronicsCategoriesPage.d.ts +7 -0
  670. package/dist/layouts/electronics/components/ElectronicsCategoriesPage.d.ts.map +1 -0
  671. package/dist/layouts/electronics/components/ElectronicsCategoriesPage.js +40 -0
  672. package/dist/layouts/electronics/components/ElectronicsGridProductCard.d.ts +10 -0
  673. package/dist/layouts/electronics/components/ElectronicsGridProductCard.d.ts.map +1 -0
  674. package/dist/layouts/electronics/components/ElectronicsGridProductCard.js +107 -0
  675. package/dist/layouts/electronics/components/ElectronicsHomePage.d.ts +7 -0
  676. package/dist/layouts/electronics/components/ElectronicsHomePage.d.ts.map +1 -0
  677. package/dist/layouts/electronics/components/ElectronicsHomePage.js +96 -0
  678. package/dist/layouts/electronics/components/ElectronicsPageWrapper.d.ts +8 -0
  679. package/dist/layouts/electronics/components/ElectronicsPageWrapper.d.ts.map +1 -0
  680. package/dist/layouts/electronics/components/ElectronicsPageWrapper.js +10 -0
  681. package/dist/layouts/electronics/components/ElectronicsProductsPage.d.ts +7 -0
  682. package/dist/layouts/electronics/components/ElectronicsProductsPage.d.ts.map +1 -0
  683. package/dist/layouts/electronics/components/ElectronicsProductsPage.js +99 -0
  684. package/dist/layouts/electronics/components/ElectronicsStoreFooter.d.ts +7 -0
  685. package/dist/layouts/electronics/components/ElectronicsStoreFooter.d.ts.map +1 -0
  686. package/dist/layouts/electronics/components/ElectronicsStoreFooter.js +11 -0
  687. package/dist/layouts/electronics/components/ElectronicsStoreHeader.d.ts +7 -0
  688. package/dist/layouts/electronics/components/ElectronicsStoreHeader.d.ts.map +1 -0
  689. package/dist/layouts/electronics/components/ElectronicsStoreHeader.js +39 -0
  690. package/dist/layouts/electronics/index.d.ts +19 -0
  691. package/dist/layouts/electronics/index.d.ts.map +1 -0
  692. package/dist/layouts/electronics/index.js +19 -0
  693. package/dist/layouts/electronics/pages/AboutPage.d.ts +7 -0
  694. package/dist/layouts/electronics/pages/AboutPage.d.ts.map +1 -0
  695. package/dist/layouts/electronics/pages/AboutPage.js +51 -0
  696. package/dist/layouts/electronics/pages/CategoriesPage.d.ts +7 -0
  697. package/dist/layouts/electronics/pages/CategoriesPage.d.ts.map +1 -0
  698. package/dist/layouts/electronics/pages/CategoriesPage.js +6 -0
  699. package/dist/layouts/electronics/pages/CategoryPage.d.ts +8 -0
  700. package/dist/layouts/electronics/pages/CategoryPage.d.ts.map +1 -0
  701. package/dist/layouts/electronics/pages/CategoryPage.js +55 -0
  702. package/dist/layouts/electronics/pages/ContactPage.d.ts +7 -0
  703. package/dist/layouts/electronics/pages/ContactPage.d.ts.map +1 -0
  704. package/dist/layouts/electronics/pages/ContactPage.js +57 -0
  705. package/dist/layouts/electronics/pages/HelpCenterPage.d.ts +7 -0
  706. package/dist/layouts/electronics/pages/HelpCenterPage.d.ts.map +1 -0
  707. package/dist/layouts/electronics/pages/HelpCenterPage.js +55 -0
  708. package/dist/layouts/electronics/pages/PrivacyPolicyPage.d.ts +7 -0
  709. package/dist/layouts/electronics/pages/PrivacyPolicyPage.d.ts.map +1 -0
  710. package/dist/layouts/electronics/pages/PrivacyPolicyPage.js +9 -0
  711. package/dist/layouts/electronics/pages/ProductDetailPage.d.ts +8 -0
  712. package/dist/layouts/electronics/pages/ProductDetailPage.d.ts.map +1 -0
  713. package/dist/layouts/electronics/pages/ProductDetailPage.js +430 -0
  714. package/dist/layouts/electronics/pages/ProductsPage.d.ts +7 -0
  715. package/dist/layouts/electronics/pages/ProductsPage.d.ts.map +1 -0
  716. package/dist/layouts/electronics/pages/ProductsPage.js +273 -0
  717. package/dist/layouts/electronics/pages/ShippingReturnsPage.d.ts +7 -0
  718. package/dist/layouts/electronics/pages/ShippingReturnsPage.d.ts.map +1 -0
  719. package/dist/layouts/electronics/pages/ShippingReturnsPage.js +7 -0
  720. package/dist/layouts/electronics/pages/TermsPage.d.ts +7 -0
  721. package/dist/layouts/electronics/pages/TermsPage.d.ts.map +1 -0
  722. package/dist/layouts/electronics/pages/TermsPage.js +9 -0
  723. package/dist/layouts/electronics/pages/TrackOrderPage.d.ts +7 -0
  724. package/dist/layouts/electronics/pages/TrackOrderPage.d.ts.map +1 -0
  725. package/dist/layouts/electronics/pages/TrackOrderPage.js +376 -0
  726. package/dist/layouts/electronics-grid/components/ElectronicsGridProductCard.d.ts +10 -0
  727. package/dist/layouts/electronics-grid/components/ElectronicsGridProductCard.d.ts.map +1 -0
  728. package/dist/layouts/electronics-grid/components/ElectronicsGridProductCard.js +107 -0
  729. package/dist/layouts/electronics-grid/components/ElectronicsHomePageGrid.d.ts +7 -0
  730. package/dist/layouts/electronics-grid/components/ElectronicsHomePageGrid.d.ts.map +1 -0
  731. package/dist/layouts/electronics-grid/components/ElectronicsHomePageGrid.js +111 -0
  732. package/dist/layouts/electronics-grid/index.d.ts +15 -0
  733. package/dist/layouts/electronics-grid/index.d.ts.map +1 -0
  734. package/dist/layouts/electronics-grid/index.js +15 -0
  735. package/dist/layouts/electronics-grid/pages/AboutPage.d.ts +7 -0
  736. package/dist/layouts/electronics-grid/pages/AboutPage.d.ts.map +1 -0
  737. package/dist/layouts/electronics-grid/pages/AboutPage.js +51 -0
  738. package/dist/layouts/electronics-grid/pages/CategoriesPage.d.ts +7 -0
  739. package/dist/layouts/electronics-grid/pages/CategoriesPage.d.ts.map +1 -0
  740. package/dist/layouts/electronics-grid/pages/CategoriesPage.js +6 -0
  741. package/dist/layouts/electronics-grid/pages/CategoryPage.d.ts +8 -0
  742. package/dist/layouts/electronics-grid/pages/CategoryPage.d.ts.map +1 -0
  743. package/dist/layouts/electronics-grid/pages/CategoryPage.js +55 -0
  744. package/dist/layouts/electronics-grid/pages/ContactPage.d.ts +7 -0
  745. package/dist/layouts/electronics-grid/pages/ContactPage.d.ts.map +1 -0
  746. package/dist/layouts/electronics-grid/pages/ContactPage.js +57 -0
  747. package/dist/layouts/electronics-grid/pages/ElectronicsGridCategoriesPage.d.ts +7 -0
  748. package/dist/layouts/electronics-grid/pages/ElectronicsGridCategoriesPage.d.ts.map +1 -0
  749. package/dist/layouts/electronics-grid/pages/ElectronicsGridCategoriesPage.js +26 -0
  750. package/dist/layouts/electronics-grid/pages/HelpCenterPage.d.ts +7 -0
  751. package/dist/layouts/electronics-grid/pages/HelpCenterPage.d.ts.map +1 -0
  752. package/dist/layouts/electronics-grid/pages/HelpCenterPage.js +55 -0
  753. package/dist/layouts/electronics-grid/pages/PrivacyPolicyPage.d.ts +7 -0
  754. package/dist/layouts/electronics-grid/pages/PrivacyPolicyPage.d.ts.map +1 -0
  755. package/dist/layouts/electronics-grid/pages/PrivacyPolicyPage.js +9 -0
  756. package/dist/layouts/electronics-grid/pages/ProductDetailPage.d.ts +8 -0
  757. package/dist/layouts/electronics-grid/pages/ProductDetailPage.d.ts.map +1 -0
  758. package/dist/layouts/electronics-grid/pages/ProductDetailPage.js +430 -0
  759. package/dist/layouts/electronics-grid/pages/ProductsPage.d.ts +7 -0
  760. package/dist/layouts/electronics-grid/pages/ProductsPage.d.ts.map +1 -0
  761. package/dist/layouts/electronics-grid/pages/ProductsPage.js +273 -0
  762. package/dist/layouts/electronics-grid/pages/ShippingReturnsPage.d.ts +7 -0
  763. package/dist/layouts/electronics-grid/pages/ShippingReturnsPage.d.ts.map +1 -0
  764. package/dist/layouts/electronics-grid/pages/ShippingReturnsPage.js +7 -0
  765. package/dist/layouts/electronics-grid/pages/TermsPage.d.ts +7 -0
  766. package/dist/layouts/electronics-grid/pages/TermsPage.d.ts.map +1 -0
  767. package/dist/layouts/electronics-grid/pages/TermsPage.js +9 -0
  768. package/dist/layouts/electronics-grid/pages/TrackOrderPage.d.ts +7 -0
  769. package/dist/layouts/electronics-grid/pages/TrackOrderPage.d.ts.map +1 -0
  770. package/dist/layouts/electronics-grid/pages/TrackOrderPage.js +376 -0
  771. package/dist/layouts/food/components/FoodHomePage.d.ts +7 -0
  772. package/dist/layouts/food/components/FoodHomePage.d.ts.map +1 -0
  773. package/dist/layouts/food/components/FoodHomePage.js +387 -0
  774. package/dist/layouts/food/index.d.ts +9 -0
  775. package/dist/layouts/food/index.d.ts.map +1 -0
  776. package/dist/layouts/food/index.js +9 -0
  777. package/dist/layouts/food/pages/AboutPage.d.ts +7 -0
  778. package/dist/layouts/food/pages/AboutPage.d.ts.map +1 -0
  779. package/dist/layouts/food/pages/AboutPage.js +67 -0
  780. package/dist/layouts/food/pages/CategoriesPage.d.ts +7 -0
  781. package/dist/layouts/food/pages/CategoriesPage.d.ts.map +1 -0
  782. package/dist/layouts/food/pages/CategoriesPage.js +26 -0
  783. package/dist/layouts/food/pages/CategoryPage.d.ts +8 -0
  784. package/dist/layouts/food/pages/CategoryPage.d.ts.map +1 -0
  785. package/dist/layouts/food/pages/CategoryPage.js +65 -0
  786. package/dist/layouts/food/pages/ContactPage.d.ts +7 -0
  787. package/dist/layouts/food/pages/ContactPage.d.ts.map +1 -0
  788. package/dist/layouts/food/pages/ContactPage.js +55 -0
  789. package/dist/layouts/food/pages/MenuPage.d.ts +8 -0
  790. package/dist/layouts/food/pages/MenuPage.d.ts.map +1 -0
  791. package/dist/layouts/food/pages/MenuPage.js +107 -0
  792. package/dist/layouts/food/pages/ProductDetailPage.d.ts +8 -0
  793. package/dist/layouts/food/pages/ProductDetailPage.d.ts.map +1 -0
  794. package/dist/layouts/food/pages/ProductDetailPage.js +485 -0
  795. package/dist/layouts/food/pages/ProductsPage.d.ts +7 -0
  796. package/dist/layouts/food/pages/ProductsPage.d.ts.map +1 -0
  797. package/dist/layouts/food/pages/ProductsPage.js +174 -0
  798. package/dist/layouts/food-modern/components/FoodHomePageModern.d.ts +7 -0
  799. package/dist/layouts/food-modern/components/FoodHomePageModern.d.ts.map +1 -0
  800. package/dist/layouts/food-modern/components/FoodHomePageModern.js +101 -0
  801. package/dist/layouts/food-modern/index.d.ts +9 -0
  802. package/dist/layouts/food-modern/index.d.ts.map +1 -0
  803. package/dist/layouts/food-modern/index.js +9 -0
  804. package/dist/layouts/food-modern/pages/AboutPage.d.ts +7 -0
  805. package/dist/layouts/food-modern/pages/AboutPage.d.ts.map +1 -0
  806. package/dist/layouts/food-modern/pages/AboutPage.js +52 -0
  807. package/dist/layouts/food-modern/pages/CategoriesPage.d.ts +7 -0
  808. package/dist/layouts/food-modern/pages/CategoriesPage.d.ts.map +1 -0
  809. package/dist/layouts/food-modern/pages/CategoriesPage.js +23 -0
  810. package/dist/layouts/food-modern/pages/CategoryPage.d.ts +8 -0
  811. package/dist/layouts/food-modern/pages/CategoryPage.d.ts.map +1 -0
  812. package/dist/layouts/food-modern/pages/CategoryPage.js +64 -0
  813. package/dist/layouts/food-modern/pages/ContactPage.d.ts +7 -0
  814. package/dist/layouts/food-modern/pages/ContactPage.d.ts.map +1 -0
  815. package/dist/layouts/food-modern/pages/ContactPage.js +55 -0
  816. package/dist/layouts/food-modern/pages/MenuPage.d.ts +8 -0
  817. package/dist/layouts/food-modern/pages/MenuPage.d.ts.map +1 -0
  818. package/dist/layouts/food-modern/pages/MenuPage.js +110 -0
  819. package/dist/layouts/food-modern/pages/ProductDetailPage.d.ts +8 -0
  820. package/dist/layouts/food-modern/pages/ProductDetailPage.d.ts.map +1 -0
  821. package/dist/layouts/food-modern/pages/ProductDetailPage.js +427 -0
  822. package/dist/layouts/food-modern/pages/ProductsPage.d.ts +7 -0
  823. package/dist/layouts/food-modern/pages/ProductsPage.d.ts.map +1 -0
  824. package/dist/layouts/food-modern/pages/ProductsPage.js +175 -0
  825. package/dist/layouts/motivational-speaker/components/MotivationalHomePage.d.ts +7 -0
  826. package/dist/layouts/motivational-speaker/components/MotivationalHomePage.d.ts.map +1 -0
  827. package/dist/layouts/motivational-speaker/components/MotivationalHomePage.js +131 -0
  828. package/dist/layouts/motivational-speaker/components/MotivationalSpeakerPageWrapper.d.ts +3 -0
  829. package/dist/layouts/motivational-speaker/components/MotivationalSpeakerPageWrapper.d.ts.map +1 -0
  830. package/dist/layouts/motivational-speaker/components/MotivationalSpeakerPageWrapper.js +7 -0
  831. package/dist/layouts/motivational-speaker/index.d.ts +10 -0
  832. package/dist/layouts/motivational-speaker/index.d.ts.map +1 -0
  833. package/dist/layouts/motivational-speaker/index.js +10 -0
  834. package/dist/layouts/motivational-speaker/pages/AboutPage.d.ts +7 -0
  835. package/dist/layouts/motivational-speaker/pages/AboutPage.d.ts.map +1 -0
  836. package/dist/layouts/motivational-speaker/pages/AboutPage.js +51 -0
  837. package/dist/layouts/motivational-speaker/pages/CategoryPage.d.ts +8 -0
  838. package/dist/layouts/motivational-speaker/pages/CategoryPage.d.ts.map +1 -0
  839. package/dist/layouts/motivational-speaker/pages/CategoryPage.js +72 -0
  840. package/dist/layouts/motivational-speaker/pages/ContactPage.d.ts +7 -0
  841. package/dist/layouts/motivational-speaker/pages/ContactPage.d.ts.map +1 -0
  842. package/dist/layouts/motivational-speaker/pages/ContactPage.js +57 -0
  843. package/dist/layouts/motivational-speaker/pages/ProductsPage.d.ts +7 -0
  844. package/dist/layouts/motivational-speaker/pages/ProductsPage.d.ts.map +1 -0
  845. package/dist/layouts/motivational-speaker/pages/ProductsPage.js +273 -0
  846. package/dist/layouts/motivational-speaker/pages/ServiceDetailPage.d.ts +8 -0
  847. package/dist/layouts/motivational-speaker/pages/ServiceDetailPage.d.ts.map +1 -0
  848. package/dist/layouts/motivational-speaker/pages/ServiceDetailPage.js +153 -0
  849. package/dist/layouts/motivational-speaker/pages/ServicesPage.d.ts +9 -0
  850. package/dist/layouts/motivational-speaker/pages/ServicesPage.d.ts.map +1 -0
  851. package/dist/layouts/motivational-speaker/pages/ServicesPage.js +46 -0
  852. package/dist/layouts/motivational-speaker/pages/SubscriptionPage.d.ts +7 -0
  853. package/dist/layouts/motivational-speaker/pages/SubscriptionPage.d.ts.map +1 -0
  854. package/dist/layouts/motivational-speaker/pages/SubscriptionPage.js +137 -0
  855. package/dist/layouts/shared/components/BaseStoreLayout.d.ts +8 -0
  856. package/dist/layouts/shared/components/BaseStoreLayout.d.ts.map +1 -0
  857. package/dist/layouts/shared/components/BaseStoreLayout.js +49 -0
  858. package/dist/layouts/shared/components/CartLineQuantityControl.d.ts +12 -0
  859. package/dist/layouts/shared/components/CartLineQuantityControl.d.ts.map +1 -0
  860. package/dist/layouts/shared/components/CartLineQuantityControl.js +99 -0
  861. package/dist/layouts/shared/components/GenericPageWrapper.d.ts +8 -0
  862. package/dist/layouts/shared/components/GenericPageWrapper.d.ts.map +1 -0
  863. package/dist/layouts/shared/components/GenericPageWrapper.js +24 -0
  864. package/dist/layouts/shared/components/PromoBanner.d.ts +12 -0
  865. package/dist/layouts/shared/components/PromoBanner.d.ts.map +1 -0
  866. package/dist/layouts/shared/components/PromoBanner.js +17 -0
  867. package/dist/layouts/shared/components/StoreFooter.d.ts +7 -0
  868. package/dist/layouts/shared/components/StoreFooter.d.ts.map +1 -0
  869. package/dist/layouts/shared/components/StoreFooter.js +156 -0
  870. package/dist/layouts/shared/components/StoreHeader.d.ts +8 -0
  871. package/dist/layouts/shared/components/StoreHeader.d.ts.map +1 -0
  872. package/dist/layouts/shared/components/StoreHeader.js +111 -0
  873. package/dist/layouts/shared/components/TestimonialCard.d.ts +8 -0
  874. package/dist/layouts/shared/components/TestimonialCard.d.ts.map +1 -0
  875. package/dist/layouts/shared/components/TestimonialCard.js +10 -0
  876. package/dist/layouts/shared/components/headers/BookingAgendaSidebar.d.ts +8 -0
  877. package/dist/layouts/shared/components/headers/BookingAgendaSidebar.d.ts.map +1 -0
  878. package/dist/layouts/shared/components/headers/BookingAgendaSidebar.js +16 -0
  879. package/dist/layouts/shared/components/headers/ClothingMinimalHeader.d.ts +7 -0
  880. package/dist/layouts/shared/components/headers/ClothingMinimalHeader.d.ts.map +1 -0
  881. package/dist/layouts/shared/components/headers/ClothingMinimalHeader.js +38 -0
  882. package/dist/layouts/shared/components/headers/FoodModernHeader.d.ts +7 -0
  883. package/dist/layouts/shared/components/headers/FoodModernHeader.d.ts.map +1 -0
  884. package/dist/layouts/shared/components/headers/FoodModernHeader.js +61 -0
  885. package/dist/layouts/shared/index.d.ts +23 -0
  886. package/dist/layouts/shared/index.d.ts.map +1 -0
  887. package/dist/layouts/shared/index.js +23 -0
  888. package/dist/layouts/shared/pages/AccountPage.d.ts +7 -0
  889. package/dist/layouts/shared/pages/AccountPage.d.ts.map +1 -0
  890. package/dist/layouts/shared/pages/AccountPage.js +549 -0
  891. package/dist/layouts/shared/pages/CartPage.d.ts +7 -0
  892. package/dist/layouts/shared/pages/CartPage.d.ts.map +1 -0
  893. package/dist/layouts/shared/pages/CartPage.js +121 -0
  894. package/dist/layouts/shared/pages/CheckoutPage.d.ts +7 -0
  895. package/dist/layouts/shared/pages/CheckoutPage.d.ts.map +1 -0
  896. package/dist/layouts/shared/pages/CheckoutPage.js +1430 -0
  897. package/dist/layouts/shared/pages/CookiePolicyPage.d.ts +7 -0
  898. package/dist/layouts/shared/pages/CookiePolicyPage.d.ts.map +1 -0
  899. package/dist/layouts/shared/pages/CookiePolicyPage.js +9 -0
  900. package/dist/layouts/shared/pages/FeatureDisabledPage.d.ts +9 -0
  901. package/dist/layouts/shared/pages/FeatureDisabledPage.d.ts.map +1 -0
  902. package/dist/layouts/shared/pages/FeatureDisabledPage.js +8 -0
  903. package/dist/layouts/shared/pages/HelpCenterPage.d.ts +7 -0
  904. package/dist/layouts/shared/pages/HelpCenterPage.d.ts.map +1 -0
  905. package/dist/layouts/shared/pages/HelpCenterPage.js +55 -0
  906. package/dist/layouts/shared/pages/MaintenancePage.d.ts +7 -0
  907. package/dist/layouts/shared/pages/MaintenancePage.d.ts.map +1 -0
  908. package/dist/layouts/shared/pages/MaintenancePage.js +10 -0
  909. package/dist/layouts/shared/pages/PortfolioPage.d.ts +7 -0
  910. package/dist/layouts/shared/pages/PortfolioPage.d.ts.map +1 -0
  911. package/dist/layouts/shared/pages/PortfolioPage.js +130 -0
  912. package/dist/layouts/shared/pages/PrivacyPolicyPage.d.ts +7 -0
  913. package/dist/layouts/shared/pages/PrivacyPolicyPage.d.ts.map +1 -0
  914. package/dist/layouts/shared/pages/PrivacyPolicyPage.js +9 -0
  915. package/dist/layouts/shared/pages/ShippingReturnsPage.d.ts +7 -0
  916. package/dist/layouts/shared/pages/ShippingReturnsPage.d.ts.map +1 -0
  917. package/dist/layouts/shared/pages/ShippingReturnsPage.js +7 -0
  918. package/dist/layouts/shared/pages/SizeGuidePage.d.ts +7 -0
  919. package/dist/layouts/shared/pages/SizeGuidePage.d.ts.map +1 -0
  920. package/dist/layouts/shared/pages/SizeGuidePage.js +10 -0
  921. package/dist/layouts/shared/pages/StyleGuidePage.d.ts +7 -0
  922. package/dist/layouts/shared/pages/StyleGuidePage.d.ts.map +1 -0
  923. package/dist/layouts/shared/pages/StyleGuidePage.js +126 -0
  924. package/dist/layouts/shared/pages/TeamPage.d.ts +7 -0
  925. package/dist/layouts/shared/pages/TeamPage.d.ts.map +1 -0
  926. package/dist/layouts/shared/pages/TeamPage.js +39 -0
  927. package/dist/layouts/shared/pages/TermsPage.d.ts +7 -0
  928. package/dist/layouts/shared/pages/TermsPage.d.ts.map +1 -0
  929. package/dist/layouts/shared/pages/TermsPage.js +9 -0
  930. package/dist/layouts/shared/pages/TrackOrderPage.d.ts +7 -0
  931. package/dist/layouts/shared/pages/TrackOrderPage.d.ts.map +1 -0
  932. package/dist/layouts/shared/pages/TrackOrderPage.js +379 -0
  933. package/dist/layouts/shared/pages/WishlistPage.d.ts +7 -0
  934. package/dist/layouts/shared/pages/WishlistPage.d.ts.map +1 -0
  935. package/dist/layouts/shared/pages/WishlistPage.js +144 -0
  936. package/dist/layouts/shared/wrappers/BookingAgendaLayout.d.ts +14 -0
  937. package/dist/layouts/shared/wrappers/BookingAgendaLayout.d.ts.map +1 -0
  938. package/dist/layouts/shared/wrappers/BookingAgendaLayout.js +152 -0
  939. package/dist/layouts/shared/wrappers/ClothingLayout.d.ts +10 -0
  940. package/dist/layouts/shared/wrappers/ClothingLayout.d.ts.map +1 -0
  941. package/dist/layouts/shared/wrappers/ClothingLayout.js +44 -0
  942. package/dist/layouts/shared/wrappers/ClothingMinimalLayout.d.ts +8 -0
  943. package/dist/layouts/shared/wrappers/ClothingMinimalLayout.d.ts.map +1 -0
  944. package/dist/layouts/shared/wrappers/ClothingMinimalLayout.js +48 -0
  945. package/dist/layouts/shared/wrappers/ElectronicsLayout.d.ts +8 -0
  946. package/dist/layouts/shared/wrappers/ElectronicsLayout.d.ts.map +1 -0
  947. package/dist/layouts/shared/wrappers/ElectronicsLayout.js +40 -0
  948. package/dist/layouts/shared/wrappers/FoodModernLayout.d.ts +8 -0
  949. package/dist/layouts/shared/wrappers/FoodModernLayout.d.ts.map +1 -0
  950. package/dist/layouts/shared/wrappers/FoodModernLayout.js +48 -0
  951. package/dist/layouts/shared/wrappers/MotivationalLayout.d.ts +8 -0
  952. package/dist/layouts/shared/wrappers/MotivationalLayout.d.ts.map +1 -0
  953. package/dist/layouts/shared/wrappers/MotivationalLayout.js +51 -0
  954. package/dist/layouts/shared/wrappers/StandardLayout.d.ts +8 -0
  955. package/dist/layouts/shared/wrappers/StandardLayout.d.ts.map +1 -0
  956. package/dist/layouts/shared/wrappers/StandardLayout.js +45 -0
  957. package/dist/lib/alignment-schemas.d.ts +51 -0
  958. package/dist/lib/alignment-schemas.d.ts.map +1 -0
  959. package/dist/lib/alignment-schemas.js +637 -0
  960. package/dist/lib/api.d.ts +11 -0
  961. package/dist/lib/api.d.ts.map +1 -0
  962. package/dist/lib/api.js +167 -0
  963. package/dist/lib/auth-context.d.ts +49 -0
  964. package/dist/lib/auth-context.d.ts.map +1 -0
  965. package/dist/lib/auth-context.js +296 -0
  966. package/dist/lib/checkout-availability.d.ts +10 -0
  967. package/dist/lib/checkout-availability.d.ts.map +1 -0
  968. package/dist/lib/checkout-availability.js +16 -0
  969. package/dist/lib/compact-array-items.d.ts +7 -0
  970. package/dist/lib/compact-array-items.d.ts.map +1 -0
  971. package/dist/lib/compact-array-items.js +13 -0
  972. package/dist/lib/content-selectors.d.ts +21 -0
  973. package/dist/lib/content-selectors.d.ts.map +1 -0
  974. package/dist/lib/content-selectors.js +75 -0
  975. package/dist/lib/countries.d.ts +13 -0
  976. package/dist/lib/countries.d.ts.map +1 -0
  977. package/dist/lib/countries.js +292 -0
  978. package/dist/lib/currency-symbols.d.ts +36 -0
  979. package/dist/lib/currency-symbols.d.ts.map +1 -0
  980. package/dist/lib/currency-symbols.js +153 -0
  981. package/dist/lib/guest-user.d.ts +27 -0
  982. package/dist/lib/guest-user.d.ts.map +1 -0
  983. package/dist/lib/guest-user.js +71 -0
  984. package/dist/lib/inventory-utils.d.ts +41 -0
  985. package/dist/lib/inventory-utils.d.ts.map +1 -0
  986. package/dist/lib/inventory-utils.js +180 -0
  987. package/dist/lib/layout-badges.d.ts +4 -0
  988. package/dist/lib/layout-badges.d.ts.map +1 -0
  989. package/dist/lib/layout-badges.js +5 -0
  990. package/dist/lib/layout-config-hydration.d.ts +25 -0
  991. package/dist/lib/layout-config-hydration.d.ts.map +1 -0
  992. package/dist/lib/layout-config-hydration.js +264 -0
  993. package/dist/lib/layout-field-normalize.d.ts +18 -0
  994. package/dist/lib/layout-field-normalize.d.ts.map +1 -0
  995. package/dist/lib/layout-field-normalize.js +190 -0
  996. package/dist/lib/layout-route-utils.d.ts +30 -0
  997. package/dist/lib/layout-route-utils.d.ts.map +1 -0
  998. package/dist/lib/layout-route-utils.js +79 -0
  999. package/dist/lib/limited-time-offer.d.ts +6 -0
  1000. package/dist/lib/limited-time-offer.d.ts.map +1 -0
  1001. package/dist/lib/limited-time-offer.js +24 -0
  1002. package/dist/lib/loading-context.d.ts +20 -0
  1003. package/dist/lib/loading-context.d.ts.map +1 -0
  1004. package/dist/lib/loading-context.js +212 -0
  1005. package/dist/lib/mock-stores.d.ts +24 -0
  1006. package/dist/lib/mock-stores.d.ts.map +1 -0
  1007. package/dist/lib/mock-stores.js +2106 -0
  1008. package/dist/lib/order-success-cart.d.ts +5 -0
  1009. package/dist/lib/order-success-cart.d.ts.map +1 -0
  1010. package/dist/lib/order-success-cart.js +50 -0
  1011. package/dist/lib/payaza-checkout.d.ts +147 -0
  1012. package/dist/lib/payaza-checkout.d.ts.map +1 -0
  1013. package/dist/lib/payaza-checkout.js +717 -0
  1014. package/dist/lib/payaza-section-styles.d.ts +16 -0
  1015. package/dist/lib/payaza-section-styles.d.ts.map +1 -0
  1016. package/dist/lib/payaza-section-styles.js +93 -0
  1017. package/dist/lib/preview-data.d.ts +58 -0
  1018. package/dist/lib/preview-data.d.ts.map +1 -0
  1019. package/dist/lib/preview-data.js +2576 -0
  1020. package/dist/lib/product-variation-utils.d.ts +8 -0
  1021. package/dist/lib/product-variation-utils.d.ts.map +1 -0
  1022. package/dist/lib/product-variation-utils.js +101 -0
  1023. package/dist/lib/rich-html.d.ts +38 -0
  1024. package/dist/lib/rich-html.d.ts.map +1 -0
  1025. package/dist/lib/rich-html.js +272 -0
  1026. package/dist/lib/services/analytics.service.d.ts +59 -0
  1027. package/dist/lib/services/analytics.service.d.ts.map +1 -0
  1028. package/dist/lib/services/analytics.service.js +382 -0
  1029. package/dist/lib/services/auth.service.d.ts +63 -0
  1030. package/dist/lib/services/auth.service.d.ts.map +1 -0
  1031. package/dist/lib/services/auth.service.js +101 -0
  1032. package/dist/lib/services/booking.service.d.ts +53 -0
  1033. package/dist/lib/services/booking.service.d.ts.map +1 -0
  1034. package/dist/lib/services/booking.service.js +52 -0
  1035. package/dist/lib/services/category.service.d.ts +21 -0
  1036. package/dist/lib/services/category.service.d.ts.map +1 -0
  1037. package/dist/lib/services/category.service.js +41 -0
  1038. package/dist/lib/services/checkout.service.d.ts +168 -0
  1039. package/dist/lib/services/checkout.service.d.ts.map +1 -0
  1040. package/dist/lib/services/checkout.service.js +48 -0
  1041. package/dist/lib/services/contact.service.d.ts +26 -0
  1042. package/dist/lib/services/contact.service.d.ts.map +1 -0
  1043. package/dist/lib/services/contact.service.js +23 -0
  1044. package/dist/lib/services/customer.service.d.ts +54 -0
  1045. package/dist/lib/services/customer.service.d.ts.map +1 -0
  1046. package/dist/lib/services/customer.service.js +64 -0
  1047. package/dist/lib/services/fees.service.d.ts +85 -0
  1048. package/dist/lib/services/fees.service.d.ts.map +1 -0
  1049. package/dist/lib/services/fees.service.js +147 -0
  1050. package/dist/lib/services/index.d.ts +19 -0
  1051. package/dist/lib/services/index.d.ts.map +1 -0
  1052. package/dist/lib/services/index.js +18 -0
  1053. package/dist/lib/services/location.service.d.ts +31 -0
  1054. package/dist/lib/services/location.service.d.ts.map +1 -0
  1055. package/dist/lib/services/location.service.js +25 -0
  1056. package/dist/lib/services/order.service.d.ts +5 -0
  1057. package/dist/lib/services/order.service.d.ts.map +1 -0
  1058. package/dist/lib/services/order.service.js +12 -0
  1059. package/dist/lib/services/payment.service.d.ts +56 -0
  1060. package/dist/lib/services/payment.service.d.ts.map +1 -0
  1061. package/dist/lib/services/payment.service.js +122 -0
  1062. package/dist/lib/services/product.service.d.ts +92 -0
  1063. package/dist/lib/services/product.service.d.ts.map +1 -0
  1064. package/dist/lib/services/product.service.js +86 -0
  1065. package/dist/lib/services/promo.service.d.ts +31 -0
  1066. package/dist/lib/services/promo.service.d.ts.map +1 -0
  1067. package/dist/lib/services/promo.service.js +29 -0
  1068. package/dist/lib/services/review.service.d.ts +47 -0
  1069. package/dist/lib/services/review.service.d.ts.map +1 -0
  1070. package/dist/lib/services/review.service.js +54 -0
  1071. package/dist/lib/services/service.service.d.ts +55 -0
  1072. package/dist/lib/services/service.service.d.ts.map +1 -0
  1073. package/dist/lib/services/service.service.js +37 -0
  1074. package/dist/lib/services/shipping.service.d.ts +62 -0
  1075. package/dist/lib/services/shipping.service.d.ts.map +1 -0
  1076. package/dist/lib/services/shipping.service.js +39 -0
  1077. package/dist/lib/services/store.service.d.ts +89 -0
  1078. package/dist/lib/services/store.service.d.ts.map +1 -0
  1079. package/dist/lib/services/store.service.js +41 -0
  1080. package/dist/lib/shipping-address.util.d.ts +76 -0
  1081. package/dist/lib/shipping-address.util.d.ts.map +1 -0
  1082. package/dist/lib/shipping-address.util.js +149 -0
  1083. package/dist/lib/shipping-settings.util.d.ts +4 -0
  1084. package/dist/lib/shipping-settings.util.d.ts.map +1 -0
  1085. package/dist/lib/shipping-settings.util.js +6 -0
  1086. package/dist/lib/store-config-utils.d.ts +50 -0
  1087. package/dist/lib/store-config-utils.d.ts.map +1 -0
  1088. package/dist/lib/store-config-utils.js +1713 -0
  1089. package/dist/lib/store-config.d.ts +4 -0
  1090. package/dist/lib/store-config.d.ts.map +1 -0
  1091. package/dist/lib/store-config.js +4 -0
  1092. package/dist/lib/store-context.d.ts +69 -0
  1093. package/dist/lib/store-context.d.ts.map +1 -0
  1094. package/dist/lib/store-context.js +456 -0
  1095. package/dist/lib/store-types.d.ts +921 -0
  1096. package/dist/lib/store-types.d.ts.map +1 -0
  1097. package/dist/lib/store-types.js +1 -0
  1098. package/dist/lib/template-pages.d.ts +8 -0
  1099. package/dist/lib/template-pages.d.ts.map +1 -0
  1100. package/dist/lib/template-pages.js +62 -0
  1101. package/dist/lib/utils/asset-helpers.d.ts +111 -0
  1102. package/dist/lib/utils/asset-helpers.d.ts.map +1 -0
  1103. package/dist/lib/utils/asset-helpers.js +462 -0
  1104. package/dist/lib/utils/catalog-price-bounds.d.ts +13 -0
  1105. package/dist/lib/utils/catalog-price-bounds.d.ts.map +1 -0
  1106. package/dist/lib/utils/catalog-price-bounds.js +24 -0
  1107. package/dist/lib/utils/category-tree.d.ts +25 -0
  1108. package/dist/lib/utils/category-tree.d.ts.map +1 -0
  1109. package/dist/lib/utils/category-tree.js +85 -0
  1110. package/dist/lib/utils/demo-detection.d.ts +23 -0
  1111. package/dist/lib/utils/demo-detection.d.ts.map +1 -0
  1112. package/dist/lib/utils/demo-detection.js +36 -0
  1113. package/dist/lib/utils/editor-preview.d.ts +42 -0
  1114. package/dist/lib/utils/editor-preview.d.ts.map +1 -0
  1115. package/dist/lib/utils/editor-preview.js +214 -0
  1116. package/dist/lib/utils/fee-calculations.d.ts +35 -0
  1117. package/dist/lib/utils/fee-calculations.d.ts.map +1 -0
  1118. package/dist/lib/utils/fee-calculations.js +81 -0
  1119. package/dist/lib/utils/footer-nav-defaults.d.ts +11 -0
  1120. package/dist/lib/utils/footer-nav-defaults.d.ts.map +1 -0
  1121. package/dist/lib/utils/footer-nav-defaults.js +67 -0
  1122. package/dist/lib/utils/idempotency-key.d.ts +15 -0
  1123. package/dist/lib/utils/idempotency-key.d.ts.map +1 -0
  1124. package/dist/lib/utils/idempotency-key.js +22 -0
  1125. package/dist/lib/utils/index.d.ts +45 -0
  1126. package/dist/lib/utils/index.d.ts.map +1 -0
  1127. package/dist/lib/utils/index.js +197 -0
  1128. package/dist/lib/utils/mobile-editor.d.ts +13 -0
  1129. package/dist/lib/utils/mobile-editor.d.ts.map +1 -0
  1130. package/dist/lib/utils/mobile-editor.js +34 -0
  1131. package/dist/lib/utils/phone-format.d.ts +6 -0
  1132. package/dist/lib/utils/phone-format.d.ts.map +1 -0
  1133. package/dist/lib/utils/phone-format.js +17 -0
  1134. package/dist/lib/utils/product-catalog.d.ts +11 -0
  1135. package/dist/lib/utils/product-catalog.d.ts.map +1 -0
  1136. package/dist/lib/utils/product-catalog.js +40 -0
  1137. package/dist/lib/utils/product-images.d.ts +20 -0
  1138. package/dist/lib/utils/product-images.d.ts.map +1 -0
  1139. package/dist/lib/utils/product-images.js +31 -0
  1140. package/dist/lib/utils/product-share.d.ts +17 -0
  1141. package/dist/lib/utils/product-share.d.ts.map +1 -0
  1142. package/dist/lib/utils/product-share.js +48 -0
  1143. package/dist/lib/utils/scroll-to-top.util.d.ts +9 -0
  1144. package/dist/lib/utils/scroll-to-top.util.d.ts.map +1 -0
  1145. package/dist/lib/utils/scroll-to-top.util.js +18 -0
  1146. package/dist/lib/utils/url-helpers.d.ts +30 -0
  1147. package/dist/lib/utils/url-helpers.d.ts.map +1 -0
  1148. package/dist/lib/utils/url-helpers.js +61 -0
  1149. package/dist/lib/utils/video-helpers.d.ts +32 -0
  1150. package/dist/lib/utils/video-helpers.d.ts.map +1 -0
  1151. package/dist/lib/utils/video-helpers.js +210 -0
  1152. package/dist/preview/LayoutPreview.d.ts +14 -0
  1153. package/dist/preview/LayoutPreview.d.ts.map +1 -0
  1154. package/dist/preview/LayoutPreview.js +122 -0
  1155. package/dist/preview/PreviewRouter.d.ts +9 -0
  1156. package/dist/preview/PreviewRouter.d.ts.map +1 -0
  1157. package/dist/preview/PreviewRouter.js +332 -0
  1158. package/dist/preview/ShadowDOMWrapper.d.ts +18 -0
  1159. package/dist/preview/ShadowDOMWrapper.d.ts.map +1 -0
  1160. package/dist/preview/ShadowDOMWrapper.js +80 -0
  1161. package/dist/preview/canvas/PreviewBlockToolbar.d.ts +23 -0
  1162. package/dist/preview/canvas/PreviewBlockToolbar.d.ts.map +1 -0
  1163. package/dist/preview/canvas/PreviewBlockToolbar.js +113 -0
  1164. package/dist/preview/canvas/PreviewCanvasEnhancer.d.ts +17 -0
  1165. package/dist/preview/canvas/PreviewCanvasEnhancer.d.ts.map +1 -0
  1166. package/dist/preview/canvas/PreviewCanvasEnhancer.js +741 -0
  1167. package/dist/preview/canvas/PreviewCanvasStyles.d.ts +4 -0
  1168. package/dist/preview/canvas/PreviewCanvasStyles.d.ts.map +1 -0
  1169. package/dist/preview/canvas/PreviewCanvasStyles.js +51 -0
  1170. package/dist/preview/canvas/extract-editable-plain-text.d.ts +11 -0
  1171. package/dist/preview/canvas/extract-editable-plain-text.d.ts.map +1 -0
  1172. package/dist/preview/canvas/extract-editable-plain-text.js +65 -0
  1173. package/dist/preview/canvas/field-key.d.ts +34 -0
  1174. package/dist/preview/canvas/field-key.d.ts.map +1 -0
  1175. package/dist/preview/canvas/field-key.js +62 -0
  1176. package/dist/preview/canvas/preview-editable-commit.util.d.ts +3 -0
  1177. package/dist/preview/canvas/preview-editable-commit.util.d.ts.map +1 -0
  1178. package/dist/preview/canvas/preview-editable-commit.util.js +11 -0
  1179. package/dist/preview/canvas/preview-flush-await.d.ts +6 -0
  1180. package/dist/preview/canvas/preview-flush-await.d.ts.map +1 -0
  1181. package/dist/preview/canvas/preview-flush-await.js +23 -0
  1182. package/dist/preview/canvas/preview-flush-handle.d.ts +13 -0
  1183. package/dist/preview/canvas/preview-flush-handle.d.ts.map +1 -0
  1184. package/dist/preview/canvas/preview-flush-handle.js +3 -0
  1185. package/dist/preview/canvas/preview-isolation.d.ts +9 -0
  1186. package/dist/preview/canvas/preview-isolation.d.ts.map +1 -0
  1187. package/dist/preview/canvas/preview-isolation.js +10 -0
  1188. package/dist/preview/canvas/preview-messages.d.ts +65 -0
  1189. package/dist/preview/canvas/preview-messages.d.ts.map +1 -0
  1190. package/dist/preview/canvas/preview-messages.js +17 -0
  1191. package/dist/preview/canvas/preview-route.d.ts +4 -0
  1192. package/dist/preview/canvas/preview-route.d.ts.map +1 -0
  1193. package/dist/preview/canvas/preview-route.js +76 -0
  1194. package/dist/preview/index.d.ts +13 -0
  1195. package/dist/preview/index.d.ts.map +1 -0
  1196. package/dist/preview/index.js +12 -0
  1197. package/dist/preview/route-audit.d.ts +17 -0
  1198. package/dist/preview/route-audit.d.ts.map +1 -0
  1199. package/dist/preview/route-audit.js +54 -0
  1200. package/dist/styles/index.css +10598 -0
  1201. package/dist/utils/date.d.ts +20 -0
  1202. package/dist/utils/date.d.ts.map +1 -0
  1203. package/dist/utils/date.js +47 -0
  1204. package/package.json +192 -0
@@ -0,0 +1,2106 @@
1
+ /**
2
+ * Feature Flags System:
3
+ *
4
+ * Use `pageFeatures` to enable/disable specific pages based on business type:
5
+ *
6
+ * - `teamPage`: For businesses that showcase their team (wellness, spa, medical, etc.)
7
+ * - `portfolioPage`: For creative businesses (makeup, photography, design, etc.)
8
+ * - `servicesPage`: For booking/service-based stores
9
+ * - `aboutPage`: For "About Us" page
10
+ * - `helpCenterPage`: For customer support
11
+ * - `shippingReturnsPage`: For e-commerce stores
12
+ * - `trackOrderPage`: For order tracking
13
+ *
14
+ * Navigation items in `navigation.main` should match enabled pages.
15
+ * Routing will automatically respect these flags and return 404 for disabled pages.
16
+ */
17
+ export const mockStores = [
18
+ // 1. Food Ordering Store (Standard)
19
+ {
20
+ id: '1',
21
+ slug: 'savory-bites',
22
+ name: 'Savory Bites',
23
+ description: 'Delicious food delivered to your door. Fresh ingredients, authentic flavors.',
24
+ type: 'food',
25
+ layout: 'food',
26
+ branding: {
27
+ primaryColor: '#FF6B35',
28
+ secondaryColor: '#F7931E',
29
+ accentColor: '#FFD23F',
30
+ logo: 'https://images.unsplash.com/photo-1556910103-1c02745aae4d?w=200&h=200&fit=crop&q=80',
31
+ theme: 'light',
32
+ socialMedia: {
33
+ facebook: 'https://facebook.com/savorybites',
34
+ twitter: 'https://twitter.com/savorybites',
35
+ instagram: 'https://instagram.com/savorybites',
36
+ },
37
+ },
38
+ navigation: {
39
+ main: [
40
+ { label: 'Menu', href: '/menu' },
41
+ { label: 'About', href: '/about' },
42
+ { label: 'Contact', href: '/contact' },
43
+ ],
44
+ footer: [
45
+ {
46
+ title: 'Menu',
47
+ links: [
48
+ { label: 'All Items', href: '/menu' },
49
+ { label: 'Specials', href: '/menu/specials' },
50
+ { label: 'Desserts', href: '/menu/desserts' },
51
+ ],
52
+ },
53
+ {
54
+ title: 'Company',
55
+ links: [
56
+ { label: 'About Us', href: '/about' },
57
+ { label: 'Contact', href: '/contact' },
58
+ { label: 'Careers', href: '/careers' },
59
+ ],
60
+ },
61
+ ],
62
+ },
63
+ categories: [
64
+ { id: 'cat1', name: 'Appetizers', slug: 'appetizers', image: 'https://images.unsplash.com/photo-1544025162-d76694265947?w=600&h=400&fit=crop&q=80' },
65
+ { id: 'cat2', name: 'Main Courses', slug: 'main-courses', image: 'https://images.unsplash.com/photo-1568901346375-23c9450c58cd?w=600&h=400&fit=crop&q=80' },
66
+ { id: 'cat3', name: 'Desserts', slug: 'desserts', image: 'https://images.unsplash.com/photo-1606313564200-e75d5e30476c?w=600&h=400&fit=crop&q=80' },
67
+ { id: 'cat4', name: 'Beverages', slug: 'beverages', image: 'https://images.unsplash.com/photo-1544145945-f90425340c7e?w=600&h=400&fit=crop&q=80' },
68
+ { id: 'cat5', name: 'Specials', slug: 'specials', image: 'https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=600&h=400&fit=crop&q=80' },
69
+ ],
70
+ menuItems: [
71
+ {
72
+ id: 'item1',
73
+ name: 'Classic Burger',
74
+ description: 'Juicy beef patty with fresh lettuce, tomato, and special sauce',
75
+ price: 12.99,
76
+ categoryId: 'cat2',
77
+ inStock: true,
78
+ customizable: true,
79
+ dietaryInfo: [],
80
+ image: 'https://images.unsplash.com/photo-1568901346375-23c9450c58cd?w=800&h=600&fit=crop&q=80',
81
+ },
82
+ {
83
+ id: 'item2',
84
+ name: 'Caesar Salad',
85
+ description: 'Fresh romaine lettuce with parmesan, croutons, and caesar dressing',
86
+ price: 9.99,
87
+ categoryId: 'cat1',
88
+ inStock: true,
89
+ dietaryInfo: ['vegetarian'],
90
+ image: 'https://images.unsplash.com/photo-1546793665-c74683f339c1?w=800&h=600&fit=crop&q=80',
91
+ },
92
+ {
93
+ id: 'item3',
94
+ name: 'Grilled Salmon',
95
+ description: 'Fresh Atlantic salmon with lemon butter sauce and seasonal vegetables',
96
+ price: 18.99,
97
+ categoryId: 'cat2',
98
+ inStock: true,
99
+ customizable: true,
100
+ dietaryInfo: [],
101
+ image: 'https://images.unsplash.com/photo-1467003909585-2f8a72700288?w=800&h=600&fit=crop&q=80',
102
+ },
103
+ ],
104
+ features: {
105
+ cart: true,
106
+ wishlist: false,
107
+ reviews: true,
108
+ search: true,
109
+ filters: true,
110
+ booking: false,
111
+ delivery: true,
112
+ },
113
+ settings: {
114
+ currency: 'USD',
115
+ taxRate: 0.08,
116
+ shippingEnabled: true,
117
+ minOrderAmount: 15,
118
+ freeShippingThreshold: 30,
119
+ },
120
+ payment: {
121
+ payazaPublicKey: process.env.NEXT_PUBLIC_PAYAZA_PUBLIC_KEY || '',
122
+ enabled: true,
123
+ },
124
+ layoutConfig: {
125
+ hero: {
126
+ show: true,
127
+ showCTA: true,
128
+ showSecondaryCTA: true,
129
+ autoPlay: true,
130
+ showBadges: true,
131
+ },
132
+ features: {
133
+ show: true,
134
+ showIcons: true,
135
+ },
136
+ sections: {
137
+ categories: { show: true, limit: 6 },
138
+ featuredProducts: { show: true, title: "Chef's Specials", showRatings: true },
139
+ marketing: { show: true, showPromoBanner: false, showNewsletter: true },
140
+ testimonials: { show: true },
141
+ process: { show: true },
142
+ brands: { show: false },
143
+ },
144
+ pages: {
145
+ about: {
146
+ title: "Our Culinary Journey",
147
+ heroImage: "https://images.unsplash.com/photo-1556910103-1c02745aae4d?w=1200&h=600&fit=crop&q=80",
148
+ content: "Welcome to Savory Bites, where passion meets the plate. Established in 2010, we have been serving the community with authentic flavors and fresh ingredients. Our mission is to provide a memorable dining experience that brings people together.",
149
+ missionStatement: "To deliver happiness through food, one bite at a time.",
150
+ gallerySection: [
151
+ { image: "https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?w=800&q=80", caption: "Signature Dish" },
152
+ { image: "https://images.unsplash.com/photo-1559339352-11d035aa65de?w=800&q=80", caption: "Our Kitchen" },
153
+ { image: "https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=800&q=80", caption: "Fresh Ingredients" },
154
+ ],
155
+ },
156
+ },
157
+ },
158
+ },
159
+ // 2. Clothing Store (Standard)
160
+ {
161
+ id: '2',
162
+ slug: 'fashion-hub',
163
+ name: 'Fashion Hub',
164
+ description: 'Trendy clothing for every season. Style meets comfort.',
165
+ type: 'clothing',
166
+ layout: 'clothing',
167
+ branding: {
168
+ primaryColor: '#EC4899',
169
+ secondaryColor: '#FBCFE8',
170
+ theme: 'light',
171
+ socialMedia: {
172
+ facebook: 'https://facebook.com/fashionhub',
173
+ instagram: 'https://instagram.com/fashionhub',
174
+ pinterest: 'https://pinterest.com/fashionhub',
175
+ },
176
+ },
177
+ navigation: {
178
+ main: [
179
+ { label: 'New Arrivals', href: '/products' },
180
+ { label: 'Men', href: '/categories/men' },
181
+ { label: 'Women', href: '/categories/women' },
182
+ { label: 'Sale', href: '/products' },
183
+ ],
184
+ footer: [],
185
+ },
186
+ categories: [
187
+ { id: 'cat1', name: 'Men', slug: 'men', image: 'https://images.unsplash.com/photo-1490114538077-0a7f8cb49891?w=800&h=800&fit=crop&q=80' },
188
+ { id: 'cat2', name: 'Women', slug: 'women', image: 'https://images.unsplash.com/photo-1618244972963-dbee1a7edc95?w=600&h=800&fit=crop&q=80' },
189
+ ],
190
+ products: [
191
+ {
192
+ id: 'p1',
193
+ name: 'Classic Denim Jacket',
194
+ slug: 'classic-denim-jacket',
195
+ description: 'Timeless denim jacket with a modern fit.',
196
+ price: 89.99,
197
+ images: [
198
+ 'https://images.unsplash.com/photo-1611312449408-fcece27cdbb7?w=800&q=80',
199
+ 'https://images.unsplash.com/photo-1576871337622-98d48d1cf531?w=800&q=80'
200
+ ],
201
+ categoryId: 'cat1',
202
+ inStock: true,
203
+ rating: 4.8,
204
+ reviewCount: 45,
205
+ specifications: {
206
+ Brand: 'Levi\'s',
207
+ Material: '100% Cotton Denim',
208
+ Fit: 'Regular Fit'
209
+ },
210
+ reviews: [
211
+ {
212
+ id: 'r1',
213
+ userId: 'u1',
214
+ userName: 'Michael Chen',
215
+ userAvatar: 'https://images.unsplash.com/photo-1599566150163-29194dcaad36?w=200&h=200&fit=crop',
216
+ rating: 5,
217
+ title: 'Absolutely love the fit!',
218
+ comment: 'I was hesitant about ordering online, but the fit is perfect. The denim feels high quality and durable. Highly recommend!',
219
+ date: '2023-11-15',
220
+ verified: true,
221
+ helpful: 12,
222
+ images: ['https://images.unsplash.com/photo-1542272604-787c3835535d?w=400&h=400&fit=crop']
223
+ },
224
+ {
225
+ id: 'r2',
226
+ userId: 'u2',
227
+ userName: 'Sarah Jones',
228
+ rating: 4,
229
+ title: 'Great jacket, slightly loose buttons',
230
+ comment: 'The jacket looks amazing. My only complaint is that one button felt a bit loose, but it was an easy fix. Otherwise, solid purchase.',
231
+ date: '2023-10-22',
232
+ verified: true,
233
+ helpful: 5,
234
+ },
235
+ {
236
+ id: 'r3',
237
+ userId: 'u3',
238
+ userName: 'David Smith',
239
+ userAvatar: 'https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?w=200&h=200&fit=crop',
240
+ rating: 5,
241
+ title: 'Classic look',
242
+ comment: 'Exactly what I was looking for. A classic denim jacket that goes with everything. Shipping was fast too.',
243
+ date: '2023-09-05',
244
+ verified: true,
245
+ helpful: 8,
246
+ }
247
+ ],
248
+ },
249
+ {
250
+ id: 'p2',
251
+ name: 'Floral Summer Dress',
252
+ slug: 'floral-summer-dress',
253
+ description: 'Lightweight and breezy dress perfect for summer days.',
254
+ price: 59.99,
255
+ images: [
256
+ 'https://images.unsplash.com/photo-1572804013309-59a88b7e92f1?w=800&q=80',
257
+ 'https://images.unsplash.com/photo-1515372039744-b8f02a3ae446?w=800&q=80'
258
+ ],
259
+ categoryId: 'cat2',
260
+ inStock: true,
261
+ rating: 4.9,
262
+ reviewCount: 120,
263
+ specifications: {
264
+ Brand: 'Zara',
265
+ Material: 'Polyester Blend',
266
+ Style: 'A-Line'
267
+ },
268
+ },
269
+ {
270
+ id: 'p3',
271
+ name: 'Urban Street Hoodie',
272
+ slug: 'urban-street-hoodie',
273
+ description: 'Comfortable oversized hoodie for daily wear.',
274
+ price: 75.00,
275
+ compareAtPrice: 95.00,
276
+ images: [
277
+ 'https://images.unsplash.com/photo-1556821840-3a63f95609a7?w=800&q=80',
278
+ 'https://images.unsplash.com/photo-1556821840-3a63f95609a7?w=800&q=80'
279
+ ],
280
+ categoryId: 'cat1',
281
+ inStock: true,
282
+ rating: 4.7,
283
+ specifications: {
284
+ Brand: 'Nike',
285
+ Material: 'Cotton Blend',
286
+ Fit: 'Oversized'
287
+ },
288
+ },
289
+ {
290
+ id: 'p4',
291
+ name: 'Elegant Silk Blouse',
292
+ slug: 'elegant-silk-blouse',
293
+ description: 'Sophisticated silk blouse for formal occasions.',
294
+ price: 120.00,
295
+ images: [
296
+ 'https://images.unsplash.com/photo-1564257631407-4deb1f99d992?w=800&q=80',
297
+ 'https://images.unsplash.com/photo-1564257631407-4deb1f99d992?w=800&q=80'
298
+ ],
299
+ categoryId: 'cat2',
300
+ inStock: true,
301
+ rating: 4.6,
302
+ specifications: {
303
+ Brand: 'Calvin Klein',
304
+ Material: '100% Silk',
305
+ Style: 'Classic'
306
+ },
307
+ },
308
+ {
309
+ id: 'p5',
310
+ name: 'Vintage Leather Belt',
311
+ slug: 'vintage-leather-belt',
312
+ description: 'Genuine leather belt with antique finish.',
313
+ price: 45.00,
314
+ images: [
315
+ 'https://images.unsplash.com/photo-1624222247344-550fb60583dc?w=800&q=80'
316
+ ],
317
+ categoryId: 'cat1',
318
+ inStock: true,
319
+ rating: 4.8,
320
+ specifications: {
321
+ Brand: 'Tommy Hilfiger',
322
+ Material: 'Genuine Leather',
323
+ Style: 'Vintage'
324
+ },
325
+ },
326
+ {
327
+ id: 'p6',
328
+ name: 'Bohemian Maxi Skirt',
329
+ slug: 'bohemian-maxi-skirt',
330
+ description: 'Flowy maxi skirt with intricate patterns.',
331
+ price: 65.00,
332
+ images: [
333
+ 'https://images.unsplash.com/photo-1583496661160-fb5886a0aaaa?w=800&q=80'
334
+ ],
335
+ categoryId: 'cat2',
336
+ inStock: true,
337
+ rating: 4.5,
338
+ specifications: {
339
+ Brand: 'H&M',
340
+ Material: 'Cotton Blend',
341
+ Style: 'Bohemian'
342
+ },
343
+ },
344
+ {
345
+ id: 'p7',
346
+ name: 'Urban Streetwear Set',
347
+ slug: 'urban-streetwear-set',
348
+ description: 'Premium urban streetwear featuring modern design and comfortable fit. Perfect for casual outings and street style.',
349
+ price: 145.00,
350
+ images: [
351
+ 'https://www.shopbcode.com/cdn/shop/files/ca519c6eb00363b58254f8ffd7aa2547.jpg?v=1759740234&width=5000',
352
+ 'https://www.shopbcode.com/cdn/shop/files/c841daeaed65b2f3b2d766d213662efd.jpg?v=1759740231&width=5000',
353
+ 'https://www.shopbcode.com/cdn/shop/files/70b3a8f91bc6f8fc171522f4b986e52e.jpg?v=1759740233&width=5000',
354
+ 'https://www.shopbcode.com/cdn/shop/files/31452d36eb7e92db1b714d91409ede4b.jpg?v=1759740238&width=5000'
355
+ ],
356
+ categoryId: 'cat1',
357
+ inStock: true,
358
+ rating: 4.9,
359
+ reviewCount: 24,
360
+ specifications: {
361
+ Brand: 'Adidas',
362
+ Material: 'Polyester Blend',
363
+ Style: 'Streetwear'
364
+ },
365
+ reviews: [
366
+ {
367
+ id: 'r_urb1',
368
+ userId: 'u_urb1',
369
+ userName: 'Alex Johnson',
370
+ userAvatar: 'https://images.unsplash.com/photo-1570295999919-56ceb5ecca61?w=200&h=200&fit=crop',
371
+ rating: 5,
372
+ title: 'Incredible quality!',
373
+ comment: 'The material is so thick and premium. It feels way more expensive than it is. The fit is the perfect oversized look I wanted.',
374
+ date: '2024-01-10',
375
+ verified: true,
376
+ helpful: 24,
377
+ images: ['https://images.unsplash.com/photo-1552346154-21d32810aba3?w=400&h=400&fit=crop']
378
+ },
379
+ {
380
+ id: 'r_urb2',
381
+ userId: 'u_urb2',
382
+ userName: 'Marcus Williams',
383
+ rating: 5,
384
+ title: 'My new favorite set',
385
+ comment: 'I wear this everywhere. It’s super comfortable and stylish. Definitely buying another color.',
386
+ date: '2023-12-28',
387
+ verified: true,
388
+ helpful: 15,
389
+ },
390
+ {
391
+ id: 'r_urb3',
392
+ userId: 'u_urb3',
393
+ userName: 'Emily Davis',
394
+ userAvatar: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop',
395
+ rating: 4.5,
396
+ title: 'Love it, but size down',
397
+ comment: 'The quality is top notch. It runs a bit large though, so I would suggest sizing down if you don’t want it too baggy.',
398
+ date: '2023-12-15',
399
+ verified: true,
400
+ helpful: 32,
401
+ }
402
+ ],
403
+ }
404
+ ],
405
+ features: {
406
+ cart: true,
407
+ wishlist: true,
408
+ reviews: true,
409
+ search: true,
410
+ filters: true,
411
+ booking: false,
412
+ delivery: true,
413
+ },
414
+ settings: {
415
+ currency: 'USD',
416
+ shippingEnabled: true,
417
+ },
418
+ payment: {
419
+ payazaPublicKey: process.env.NEXT_PUBLIC_PAYAZA_PUBLIC_KEY || '',
420
+ enabled: true,
421
+ },
422
+ layoutConfig: {
423
+ hero: {
424
+ show: true,
425
+ showCTA: true,
426
+ showSecondaryCTA: false, // Hidden for this store
427
+ autoPlay: false,
428
+ },
429
+ features: {
430
+ show: true, // Benefits strip
431
+ },
432
+ sections: {
433
+ categories: { show: true, limit: 3 },
434
+ featuredProducts: { show: true, title: "New Season Arrivals" },
435
+ marketing: { show: true, showNewsletter: true }, // Lookbook enabled
436
+ testimonials: { show: false },
437
+ },
438
+ pages: {
439
+ about: {
440
+ title: "Style & Substance",
441
+ content: "Fashion Hub was born from a desire to create clothing that looks good and feels even better. We believe in sustainable fashion and ethical production practices.",
442
+ missionStatement: "Empowering individuals through style.",
443
+ },
444
+ },
445
+ },
446
+ },
447
+ // 3. Booking Store (Standard) - Refurbished for Makeup Business
448
+ {
449
+ id: '3',
450
+ slug: 'urban-retreat',
451
+ name: 'Urban Glam',
452
+ description: 'Enhance your natural beauty with our professional makeup artistry.',
453
+ type: 'booking',
454
+ layout: 'booking',
455
+ branding: {
456
+ primaryColor: '#E11D48', // Rose 600
457
+ secondaryColor: '#FFE4E6', // Rose 100
458
+ theme: 'light',
459
+ socialMedia: {
460
+ instagram: 'https://instagram.com/urbanglam',
461
+ facebook: 'https://facebook.com/urbanglam',
462
+ },
463
+ },
464
+ navigation: {
465
+ main: [
466
+ { label: 'Services', href: '/services' },
467
+ { label: 'Portfolio', href: '/portfolio' },
468
+ { label: 'Book Now', href: '/book' },
469
+ ],
470
+ footer: [],
471
+ },
472
+ categories: [
473
+ { id: 'cat1', name: 'Bridal', slug: 'bridal', image: 'https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?w=800&q=80' },
474
+ { id: 'cat2', name: 'Special Occasion', slug: 'special-occasion', image: 'https://images.unsplash.com/photo-1596704017254-9b121068fb31?w=800&q=80' },
475
+ { id: 'cat3', name: 'Editorial', slug: 'editorial', image: 'https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=800&q=80' },
476
+ ],
477
+ services: [
478
+ {
479
+ id: 's1',
480
+ name: 'Bridal Makeup',
481
+ slug: 'bridal-makeup',
482
+ description: 'Complete bridal look including trial run, lashes, and touch-up kit. Long-lasting and photogenic.',
483
+ price: 250,
484
+ duration: 120,
485
+ categoryId: 'cat1',
486
+ image: 'https://images.unsplash.com/photo-1618998584360-10a0c28eec0f?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8bmlnZXJpYW4lMjBicmlkYWwlMjBtYWtldXAlMjBwaWN0dXJlfGVufDB8fDB8fHww',
487
+ },
488
+ {
489
+ id: 's2',
490
+ name: 'Evening Glam',
491
+ slug: 'evening-glam',
492
+ description: 'Full glam look for red carpet, galas, or special nights out. Includes contouring and lashes.',
493
+ price: 120,
494
+ duration: 60,
495
+ categoryId: 'cat2',
496
+ image: 'https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?w=800&q=80',
497
+ },
498
+ {
499
+ id: 's3',
500
+ name: 'Natural Glow',
501
+ slug: 'natural-glow',
502
+ description: 'Soft, radiant "no-makeup" makeup look enhancing your best features. Perfect for daytime events.',
503
+ price: 85,
504
+ duration: 45,
505
+ categoryId: 'cat2',
506
+ image: 'https://loveweddingsng.com/wp-content/uploads/2015/01/Nigerian-White-Wedding-Makeup-Yalliz-Beauty-LoveweddingsNG.jpg',
507
+ },
508
+ {
509
+ id: 's4',
510
+ name: '1-on-1 Lesson',
511
+ slug: 'makeup-lesson',
512
+ description: '90-minute private lesson teaching you techniques for your face shape and personal style.',
513
+ price: 150,
514
+ duration: 90,
515
+ categoryId: 'cat3',
516
+ image: 'https://images.unsplash.com/photo-1522337660859-02fbefca4702?w=800&q=80',
517
+ },
518
+ {
519
+ id: 's5',
520
+ name: 'Editorial / Photoshoot',
521
+ slug: 'editorial-shoot',
522
+ description: 'Creative and high-definition makeup for fashion shoots, portfolios, or commercial projects.',
523
+ price: 180,
524
+ duration: 90,
525
+ categoryId: 'cat3',
526
+ image: 'https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=800&q=80',
527
+ }
528
+ ],
529
+ features: {
530
+ cart: false,
531
+ wishlist: false,
532
+ reviews: true,
533
+ search: false,
534
+ filters: false,
535
+ booking: true,
536
+ delivery: false,
537
+ },
538
+ pageFeatures: {
539
+ portfolioPage: true, // Makeup businesses show portfolio
540
+ teamPage: false, // Not using team page
541
+ servicesPage: true, // Services page enabled
542
+ aboutPage: false, // Can be enabled if needed
543
+ },
544
+ settings: {
545
+ currency: 'USD',
546
+ },
547
+ payment: {
548
+ payazaPublicKey: process.env.NEXT_PUBLIC_PAYAZA_PUBLIC_KEY || '',
549
+ enabled: true,
550
+ },
551
+ layoutConfig: {
552
+ hero: {
553
+ show: true,
554
+ showCTA: true,
555
+ showSecondaryCTA: true,
556
+ },
557
+ sections: {
558
+ categories: { show: true }, // Featured Services
559
+ featuredProducts: { show: false }, // Not relevant
560
+ testimonials: { show: true },
561
+ team: { show: true },
562
+ marketing: { show: false },
563
+ },
564
+ pages: {
565
+ portfolio: {
566
+ title: "Our Work",
567
+ description: "A showcase of our finest makeup artistry.",
568
+ projects: [
569
+ { title: "Summer Bride", description: "Radiant and long-lasting bridal look.", image: "https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?w=800&q=80", category: "Bridal" },
570
+ { title: "Vogue Editorial", description: "High fashion avant-garde style.", image: "https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=800&q=80", category: "Editorial" },
571
+ ],
572
+ },
573
+ services: {
574
+ title: "Our Services",
575
+ description: "Professional makeup services tailored to your needs.",
576
+ },
577
+ },
578
+ },
579
+ },
580
+ // 4. Food Ordering Store (Modern)
581
+ {
582
+ id: '5',
583
+ slug: 'modern-eats',
584
+ name: 'Modern Eats',
585
+ description: 'Experience the future of dining. Elegant, immersive, and delicious.',
586
+ type: 'food-modern',
587
+ layout: 'food-modern',
588
+ branding: {
589
+ primaryColor: '#FF6B35',
590
+ secondaryColor: '#F7931E',
591
+ accentColor: '#FFD23F',
592
+ theme: 'dark',
593
+ socialMedia: {
594
+ instagram: 'https://instagram.com/moderneats',
595
+ facebook: 'https://facebook.com/moderneats',
596
+ twitter: 'https://twitter.com/moderneats',
597
+ },
598
+ },
599
+ navigation: {
600
+ main: [
601
+ { label: 'Menu', href: '/menu' },
602
+ { label: 'Reservations', href: '/reservations' },
603
+ { label: 'About', href: '/about' },
604
+ ],
605
+ footer: [
606
+ {
607
+ title: 'Menu',
608
+ links: [
609
+ { label: 'Dinner', href: '/menu/dinner' },
610
+ { label: 'Lunch', href: '/menu/lunch' },
611
+ { label: 'Drinks', href: '/menu/drinks' },
612
+ ],
613
+ },
614
+ ],
615
+ },
616
+ categories: [
617
+ { id: 'cat1', name: 'Starters', slug: 'starters', image: 'https://images.unsplash.com/photo-1544025162-d76694265947?w=600&h=400&fit=crop&q=80' },
618
+ { id: 'cat2', name: 'Mains', slug: 'mains', image: 'https://images.unsplash.com/photo-1568901346375-23c9450c58cd?w=600&h=400&fit=crop&q=80' },
619
+ { id: 'cat3', name: 'Desserts', slug: 'desserts', image: 'https://images.unsplash.com/photo-1606313564200-e75d5e30476c?w=600&h=400&fit=crop&q=80' },
620
+ ],
621
+ menuItems: [
622
+ {
623
+ id: 'item1',
624
+ name: 'Truffle Burger',
625
+ description: 'Wagyu beef patty with black truffle sauce and brie cheese',
626
+ price: 24.99,
627
+ categoryId: 'cat2',
628
+ inStock: true,
629
+ image: 'https://images.unsplash.com/photo-1568901346375-23c9450c58cd?w=800&h=600&fit=crop&q=80',
630
+ },
631
+ {
632
+ id: 'item2',
633
+ name: 'Seared Scallops',
634
+ description: 'Pan-seared scallops with cauliflower puree',
635
+ price: 18.99,
636
+ categoryId: 'cat1',
637
+ inStock: true,
638
+ image: 'https://images.unsplash.com/photo-1546793665-c74683f339c1?w=800&h=600&fit=crop&q=80',
639
+ },
640
+ ],
641
+ features: {
642
+ cart: true,
643
+ wishlist: false,
644
+ reviews: true,
645
+ search: true,
646
+ filters: false,
647
+ booking: true,
648
+ delivery: true,
649
+ },
650
+ settings: {
651
+ currency: 'USD',
652
+ minOrderAmount: 20,
653
+ },
654
+ payment: {
655
+ payazaPublicKey: process.env.NEXT_PUBLIC_PAYAZA_PUBLIC_KEY || '',
656
+ enabled: true,
657
+ },
658
+ },
659
+ // 6. Clothing Store (Minimal)
660
+ {
661
+ id: '6',
662
+ slug: 'minimal-style',
663
+ name: 'Minimal Style',
664
+ description: 'Essentials for the modern wardrobe. Clean lines, premium materials.',
665
+ type: 'clothing-minimal',
666
+ layout: 'clothing-minimal',
667
+ branding: {
668
+ primaryColor: '#000000',
669
+ secondaryColor: '#FFFFFF',
670
+ theme: 'light',
671
+ socialMedia: {
672
+ instagram: 'https://instagram.com/minimalstyle',
673
+ pinterest: 'https://pinterest.com/minimalstyle',
674
+ twitter: 'https://twitter.com/minimalstyle',
675
+ },
676
+ },
677
+ navigation: {
678
+ main: [
679
+ { label: 'Collection', href: '/collection' },
680
+ { label: 'About', href: '/about' },
681
+ ],
682
+ footer: [
683
+ {
684
+ title: 'Shop',
685
+ links: [
686
+ { label: 'All', href: '/all' },
687
+ { label: 'New', href: '/new' },
688
+ ],
689
+ },
690
+ ],
691
+ },
692
+ categories: [
693
+ { id: 'cat1', name: 'Tops', slug: 'tops', image: 'https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=800&h=1000&fit=crop&q=80' },
694
+ { id: 'cat2', name: 'Bottoms', slug: 'bottoms', image: 'https://images.unsplash.com/photo-1542272604-787c3835535d?w=800&h=1000&fit=crop&q=80' },
695
+ { id: 'cat3', name: 'Outerwear', slug: 'outerwear', image: 'https://images.unsplash.com/photo-1591047139829-d91aecb6caea?w=800&h=1000&fit=crop&q=80' },
696
+ ],
697
+ products: [
698
+ {
699
+ id: 'prod1',
700
+ name: 'Essential Tee',
701
+ slug: 'essential-tee',
702
+ description: 'Premium cotton t-shirt',
703
+ price: 45.00,
704
+ images: [
705
+ 'https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=800&h=1000&fit=crop&q=80',
706
+ 'https://images.unsplash.com/photo-1583743814966-8936f5b7be1a?w=800&q=80'
707
+ ],
708
+ categoryId: 'cat1',
709
+ inStock: true,
710
+ specifications: {
711
+ Brand: 'Gap',
712
+ Material: '100% Organic Cotton',
713
+ Fit: 'Regular'
714
+ },
715
+ variants: [
716
+ { id: 'vt1', name: 'Size', value: 'XS' },
717
+ { id: 'vt2', name: 'Size', value: 'S' },
718
+ { id: 'vt3', name: 'Size', value: 'M' },
719
+ { id: 'vt4', name: 'Size', value: 'L' },
720
+ { id: 'vt5', name: 'Size', value: 'XL' },
721
+ { id: 'vt6', name: 'Color', value: 'Black' },
722
+ { id: 'vt7', name: 'Color', value: 'White' },
723
+ { id: 'vt8', name: 'Color', value: 'Gray' },
724
+ ],
725
+ },
726
+ {
727
+ id: 'prod2',
728
+ name: 'Linen Trousers',
729
+ slug: 'linen-trousers',
730
+ description: 'Relaxed fit linen trousers',
731
+ price: 120.00,
732
+ images: [
733
+ 'https://images.unsplash.com/photo-1542272604-787c3835535d?w=800&h=1000&fit=crop&q=80',
734
+ 'https://images.unsplash.com/photo-1594633312681-425c7b97ccd1?w=800&q=80'
735
+ ],
736
+ categoryId: 'cat2',
737
+ inStock: true,
738
+ specifications: {
739
+ Brand: 'Uniqlo',
740
+ Material: '100% Linen',
741
+ Fit: 'Relaxed'
742
+ },
743
+ variants: [
744
+ { id: 'v1', name: 'Size', value: 'S' },
745
+ { id: 'v2', name: 'Size', value: 'M' },
746
+ { id: 'v3', name: 'Size', value: 'L' },
747
+ { id: 'v4', name: 'Size', value: 'XL' },
748
+ { id: 'v5', name: 'Color', value: 'Beige' },
749
+ { id: 'v6', name: 'Color', value: 'White' },
750
+ { id: 'v7', name: 'Color', value: 'Navy' },
751
+ ],
752
+ },
753
+ {
754
+ id: 'prod3',
755
+ name: 'Wool Blend Coat',
756
+ slug: 'wool-blend-coat',
757
+ description: 'Classic wool blend coat for winter warmth.',
758
+ price: 299.00,
759
+ images: [
760
+ 'https://images.unsplash.com/photo-1539533018447-63fcce2678e3?w=800&q=80',
761
+ 'https://images.unsplash.com/photo-1591047139829-d91aecb6caea?w=800&q=80'
762
+ ],
763
+ categoryId: 'cat3',
764
+ inStock: true,
765
+ specifications: {
766
+ Brand: 'Theory',
767
+ Material: 'Wool Blend',
768
+ Fit: 'Overcoat'
769
+ },
770
+ variants: [
771
+ { id: 'vc1', name: 'Size', value: 'S' },
772
+ { id: 'vc2', name: 'Size', value: 'M' },
773
+ { id: 'vc3', name: 'Size', value: 'L' },
774
+ { id: 'vc4', name: 'Color', value: 'Camel' },
775
+ { id: 'vc5', name: 'Color', value: 'Black' },
776
+ ],
777
+ },
778
+ {
779
+ id: 'prod4',
780
+ name: 'Cashmere Sweater',
781
+ slug: 'cashmere-sweater',
782
+ description: 'Luxuriously soft cashmere sweater.',
783
+ price: 150.00,
784
+ images: [
785
+ 'https://images.unsplash.com/photo-1576566588028-4147f3842f27?w=800&q=80',
786
+ 'https://images.unsplash.com/photo-1576566588028-4147f3842f27?w=800&q=80'
787
+ ],
788
+ categoryId: 'cat1',
789
+ inStock: true,
790
+ specifications: {
791
+ Brand: 'Everlane',
792
+ Material: '100% Cashmere',
793
+ Fit: 'Relaxed'
794
+ },
795
+ variants: [
796
+ { id: 'vs1', name: 'Size', value: 'S' },
797
+ { id: 'vs2', name: 'Size', value: 'M' },
798
+ { id: 'vs3', name: 'Size', value: 'L' },
799
+ { id: 'vs4', name: 'Color', value: 'Grey' },
800
+ { id: 'vs5', name: 'Color', value: 'Navy' },
801
+ ],
802
+ },
803
+ ],
804
+ features: {
805
+ cart: true,
806
+ wishlist: true,
807
+ reviews: false,
808
+ search: true,
809
+ filters: true,
810
+ booking: false,
811
+ delivery: true,
812
+ },
813
+ settings: {
814
+ currency: 'USD',
815
+ shippingEnabled: true,
816
+ },
817
+ payment: {
818
+ payazaPublicKey: process.env.NEXT_PUBLIC_PAYAZA_PUBLIC_KEY || '',
819
+ enabled: true,
820
+ },
821
+ },
822
+ // 7. Booking Store (Agenda)
823
+ {
824
+ id: '7',
825
+ slug: 'agenda-book',
826
+ name: 'Agenda Book',
827
+ description: 'Professional booking made simple. Schedule your appointments with ease.',
828
+ type: 'booking-agenda',
829
+ layout: 'booking-agenda',
830
+ branding: {
831
+ primaryColor: '#4F46E5',
832
+ theme: 'light',
833
+ socialMedia: {
834
+ facebook: 'https://facebook.com/agendabook',
835
+ instagram: 'https://instagram.com/agendabook',
836
+ },
837
+ },
838
+ navigation: {
839
+ main: [],
840
+ footer: [],
841
+ },
842
+ categories: [
843
+ { id: 'cat1', name: 'Consultation', slug: 'consultation', image: 'https://images.unsplash.com/photo-1562322140-8baeececf3df?w=800&h=600&fit=crop&q=80' },
844
+ { id: 'cat2', name: 'Coaching', slug: 'coaching', image: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&h=600&fit=crop&q=80' },
845
+ { id: 'cat3', name: 'Workshop', slug: 'workshop', image: 'https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=800&h=600&fit=crop&q=80' },
846
+ ],
847
+ services: [
848
+ {
849
+ id: 'svc1',
850
+ name: 'Strategy Session',
851
+ slug: 'strategy-session',
852
+ description: '1-hour business strategy consultation to help you achieve your goals',
853
+ price: 200,
854
+ duration: 60,
855
+ categoryId: 'cat1',
856
+ image: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&q=80',
857
+ provider: {
858
+ id: 'p1',
859
+ name: 'Alex Morgan',
860
+ rating: 5.0,
861
+ },
862
+ availability: [{ day: 'Monday', slots: ['09:00', '10:00', '14:00'] }, { day: 'Wednesday', slots: ['09:00', '10:00'] }],
863
+ },
864
+ {
865
+ id: 'svc2',
866
+ name: 'Career Coaching',
867
+ slug: 'career-coaching',
868
+ description: 'Personalized career development and guidance session',
869
+ price: 150,
870
+ duration: 45,
871
+ categoryId: 'cat2',
872
+ image: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&h=600&fit=crop&q=80',
873
+ provider: {
874
+ id: 'p2',
875
+ name: 'Sarah Mitchell',
876
+ rating: 4.9,
877
+ },
878
+ availability: [{ day: 'Tuesday', slots: ['10:00', '11:00', '15:00'] }, { day: 'Thursday', slots: ['10:00', '11:00'] }],
879
+ },
880
+ {
881
+ id: 'svc3',
882
+ name: 'Business Planning Workshop',
883
+ slug: 'business-planning-workshop',
884
+ description: 'Comprehensive 2-hour workshop on creating effective business plans',
885
+ price: 300,
886
+ duration: 120,
887
+ categoryId: 'cat3',
888
+ image: 'https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=800&h=600&fit=crop&q=80',
889
+ provider: {
890
+ id: 'p3',
891
+ name: 'Michael Chen',
892
+ rating: 5.0,
893
+ },
894
+ availability: [{ day: 'Friday', slots: ['09:00', '13:00'] }],
895
+ },
896
+ {
897
+ id: 'svc4',
898
+ name: 'Financial Consultation',
899
+ slug: 'financial-consultation',
900
+ description: 'Expert financial advice and planning for your business',
901
+ price: 250,
902
+ duration: 90,
903
+ categoryId: 'cat1',
904
+ image: 'https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=800&h=600&fit=crop&q=80',
905
+ provider: {
906
+ id: 'p4',
907
+ name: 'David Kim',
908
+ rating: 4.8,
909
+ },
910
+ availability: [{ day: 'Monday', slots: ['11:00', '14:00'] }, { day: 'Wednesday', slots: ['11:00', '14:00'] }],
911
+ },
912
+ {
913
+ id: 'svc5',
914
+ name: 'Leadership Development',
915
+ slug: 'leadership-development',
916
+ description: 'Enhance your leadership skills with personalized coaching',
917
+ price: 180,
918
+ duration: 60,
919
+ categoryId: 'cat2',
920
+ image: 'https://images.unsplash.com/photo-1523240795612-9a054b0db644?w=800&h=600&fit=crop&q=80',
921
+ provider: {
922
+ id: 'p1',
923
+ name: 'Alex Morgan',
924
+ rating: 5.0,
925
+ },
926
+ availability: [{ day: 'Tuesday', slots: ['09:00', '13:00'] }, { day: 'Thursday', slots: ['09:00', '13:00'] }],
927
+ },
928
+ ],
929
+ features: {
930
+ cart: false,
931
+ wishlist: false,
932
+ reviews: true,
933
+ search: true,
934
+ filters: true,
935
+ booking: true,
936
+ delivery: false,
937
+ },
938
+ settings: {
939
+ currency: 'USD',
940
+ },
941
+ payment: {
942
+ payazaPublicKey: process.env.NEXT_PUBLIC_PAYAZA_PUBLIC_KEY || '',
943
+ enabled: true,
944
+ },
945
+ },
946
+ // 8. Electronics Store (Grid) - Nigeria I-Store
947
+ {
948
+ id: '8',
949
+ slug: 'grid-tech',
950
+ name: 'Nigeria I-Store',
951
+ description: 'Premium Apple products. Authentic. Authorized. Exclusive to Nigeria.',
952
+ type: 'electronics-grid',
953
+ layout: 'electronics-grid',
954
+ branding: {
955
+ primaryColor: '#000000',
956
+ secondaryColor: '#1D1D1F',
957
+ accentColor: '#0071E3',
958
+ theme: 'light',
959
+ socialMedia: {
960
+ facebook: 'https://facebook.com/nigeriaistore',
961
+ twitter: 'https://twitter.com/nigeriaistore',
962
+ instagram: 'https://instagram.com/nigeriaistore',
963
+ },
964
+ },
965
+ navigation: {
966
+ main: [],
967
+ footer: [],
968
+ },
969
+ categories: [
970
+ { id: 'cat1', name: 'iPhone', slug: 'iphone', image: 'https://images.unsplash.com/photo-1592750475338-74b7b21085ab?w=800&q=80' },
971
+ { id: 'cat2', name: 'Mac', slug: 'mac', image: 'https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=800&q=80' },
972
+ { id: 'cat3', name: 'iPad', slug: 'ipad', image: 'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80' },
973
+ { id: 'cat4', name: 'Apple Watch', slug: 'apple-watch', image: 'https://images.unsplash.com/photo-1551816230-ef5deaed4a26?w=800&q=80' },
974
+ { id: 'cat5', name: 'AirPods', slug: 'airpods', image: 'https://images.unsplash.com/photo-1606220945770-b5b6c2c55bf1?w=800&q=80' },
975
+ { id: 'cat6', name: 'Accessories', slug: 'accessories', image: 'https://images.unsplash.com/photo-1616348436168-de43ad0db179?w=800&q=80' },
976
+ { id: 'cat7', name: 'HomePod', slug: 'homepod', image: 'https://images.unsplash.com/photo-1589492477829-5e65395b66cc?w=800&q=80' },
977
+ { id: 'cat8', name: 'Apple TV', slug: 'apple-tv', image: 'https://images.unsplash.com/photo-1558002038-1091a575039f?w=800&q=80' },
978
+ ],
979
+ products: [
980
+ {
981
+ id: 'prod1',
982
+ name: 'iPhone 15 Pro Max',
983
+ slug: 'iphone-15-pro-max',
984
+ description: 'Titanium design. A17 Pro chip. Action button. Pro camera system.',
985
+ price: 1199.00,
986
+ compareAtPrice: 1299.00,
987
+ images: [
988
+ 'https://images.unsplash.com/photo-1592750475338-74b7b21085ab?w=800&q=80&auto=format&fit=crop',
989
+ 'https://images.unsplash.com/photo-1616348436168-de43ad0db179?w=800&q=80&auto=format&fit=crop'
990
+ ],
991
+ categoryId: 'cat1',
992
+ inStock: true,
993
+ rating: 4.9,
994
+ reviewCount: 2847,
995
+ specifications: {
996
+ Brand: 'Apple',
997
+ Storage: '256GB',
998
+ Display: '6.7" Super Retina XDR',
999
+ Chip: 'A17 Pro',
1000
+ Camera: '48MP Main Camera'
1001
+ },
1002
+ },
1003
+ {
1004
+ id: 'prod2',
1005
+ name: 'MacBook Pro 16"',
1006
+ slug: 'macbook-pro-16',
1007
+ description: 'M3 Pro chip. 16-core GPU. 18-hour battery. Liquid Retina XDR display.',
1008
+ price: 2499.00,
1009
+ images: [
1010
+ 'https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=800&q=80&auto=format&fit=crop',
1011
+ 'https://images.unsplash.com/photo-1517336714731-489689fd1ca4?w=800&q=80&auto=format&fit=crop'
1012
+ ],
1013
+ categoryId: 'cat2',
1014
+ inStock: true,
1015
+ rating: 4.9,
1016
+ reviewCount: 1247,
1017
+ specifications: {
1018
+ Brand: 'Apple',
1019
+ Chip: 'M3 Pro',
1020
+ RAM: '18GB',
1021
+ Storage: '512GB SSD',
1022
+ Display: '16.2" Liquid Retina XDR'
1023
+ },
1024
+ },
1025
+ {
1026
+ id: 'prod3',
1027
+ name: 'AirPods Pro (2nd generation)',
1028
+ slug: 'airpods-pro-2nd-gen',
1029
+ description: 'Active Noise Cancellation. Spatial Audio. MagSafe Charging Case.',
1030
+ price: 249.00,
1031
+ compareAtPrice: 279.00,
1032
+ images: [
1033
+ 'https://images.unsplash.com/photo-1606220945770-b5b6c2c55bf1?w=800&q=80&auto=format&fit=crop',
1034
+ 'https://images.unsplash.com/photo-1572569028738-7a16d8bd1020?w=800&q=80&auto=format&fit=crop'
1035
+ ],
1036
+ categoryId: 'cat5',
1037
+ inStock: true,
1038
+ rating: 4.8,
1039
+ reviewCount: 3421,
1040
+ specifications: {
1041
+ Brand: 'Apple',
1042
+ Type: 'In-Ear',
1043
+ NoiseCancellation: 'Active',
1044
+ Battery: 'Up to 6 hours'
1045
+ },
1046
+ },
1047
+ {
1048
+ id: 'prod4',
1049
+ name: 'iPhone 15 Pro',
1050
+ slug: 'iphone-15-pro',
1051
+ description: 'Titanium design. A17 Pro chip. Action button. Pro camera system.',
1052
+ price: 999.00,
1053
+ images: [
1054
+ 'https://images.unsplash.com/photo-1592750475338-74b7b21085ab?w=800&q=80&auto=format&fit=crop',
1055
+ 'https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80&auto=format&fit=crop'
1056
+ ],
1057
+ categoryId: 'cat1',
1058
+ inStock: true,
1059
+ rating: 4.9,
1060
+ reviewCount: 2156,
1061
+ specifications: {
1062
+ Brand: 'Apple',
1063
+ Storage: '256GB',
1064
+ Display: '6.1" Super Retina XDR',
1065
+ Chip: 'A17 Pro',
1066
+ Camera: '48MP Main Camera'
1067
+ },
1068
+ },
1069
+ {
1070
+ id: 'prod5',
1071
+ name: 'Magic Keyboard',
1072
+ slug: 'magic-keyboard',
1073
+ description: 'Wireless keyboard with scissor mechanism. Rechargeable battery.',
1074
+ price: 149.00,
1075
+ images: [
1076
+ 'https://images.unsplash.com/photo-1616348436168-de43ad0db179?w=800&q=80&auto=format&fit=crop',
1077
+ 'https://images.unsplash.com/photo-1511467687858-23d96c32e4ae?w=800&q=80&auto=format&fit=crop'
1078
+ ],
1079
+ categoryId: 'cat6',
1080
+ inStock: true,
1081
+ rating: 4.7,
1082
+ reviewCount: 892,
1083
+ specifications: {
1084
+ Brand: 'Apple',
1085
+ Connectivity: 'Bluetooth',
1086
+ Battery: 'Rechargeable',
1087
+ Layout: 'Full-size'
1088
+ },
1089
+ },
1090
+ {
1091
+ id: 'prod6',
1092
+ name: 'Magic Mouse',
1093
+ slug: 'magic-mouse',
1094
+ description: 'Wireless mouse with Multi-Touch surface. Rechargeable battery.',
1095
+ price: 79.00,
1096
+ compareAtPrice: 99.00,
1097
+ images: [
1098
+ 'https://images.unsplash.com/photo-1527814050087-3793815479db?w=800&q=80&auto=format&fit=crop',
1099
+ 'https://images.unsplash.com/photo-1615663245857-acda5b2a666e?w=800&q=80&auto=format&fit=crop'
1100
+ ],
1101
+ categoryId: 'cat6',
1102
+ inStock: true,
1103
+ rating: 4.6,
1104
+ reviewCount: 1245,
1105
+ specifications: {
1106
+ Brand: 'Apple',
1107
+ Connectivity: 'Bluetooth',
1108
+ Battery: 'Rechargeable',
1109
+ Surface: 'Multi-Touch'
1110
+ },
1111
+ },
1112
+ {
1113
+ id: 'prod7',
1114
+ name: 'MacBook Pro 14"',
1115
+ slug: 'macbook-pro-14',
1116
+ description: 'M3 chip. 11-core GPU. 18-hour battery. Liquid Retina XDR display.',
1117
+ price: 1599.00,
1118
+ images: [
1119
+ 'https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=800&q=80&auto=format&fit=crop',
1120
+ 'https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=800&q=80&auto=format&fit=crop'
1121
+ ],
1122
+ categoryId: 'cat2',
1123
+ inStock: true,
1124
+ rating: 4.9,
1125
+ reviewCount: 1892,
1126
+ specifications: {
1127
+ Brand: 'Apple',
1128
+ Chip: 'M3',
1129
+ RAM: '8GB',
1130
+ Storage: '512GB SSD',
1131
+ Display: '14.2" Liquid Retina XDR'
1132
+ },
1133
+ },
1134
+ {
1135
+ id: 'prod8',
1136
+ name: 'Apple Watch Series 9',
1137
+ slug: 'apple-watch-series-9',
1138
+ description: 'S9 SiP. Always-On Retina display. Advanced health features.',
1139
+ price: 399.00,
1140
+ images: [
1141
+ 'https://images.unsplash.com/photo-1551816230-ef5deaed4a26?w=800&q=80&auto=format&fit=crop',
1142
+ 'https://images.unsplash.com/photo-1546868871-7041f2a55e12?w=800&q=80&auto=format&fit=crop'
1143
+ ],
1144
+ categoryId: 'cat4',
1145
+ inStock: true,
1146
+ rating: 4.8,
1147
+ reviewCount: 3421,
1148
+ specifications: {
1149
+ Brand: 'Apple',
1150
+ Size: '45mm',
1151
+ Chip: 'S9 SiP',
1152
+ Connectivity: 'Bluetooth & Wi-Fi'
1153
+ },
1154
+ },
1155
+ {
1156
+ id: 'prod9',
1157
+ name: 'iPad Pro 12.9"',
1158
+ slug: 'ipad-pro-12-9',
1159
+ description: 'M2 chip. 12.9" Liquid Retina XDR display. Apple Pencil compatible.',
1160
+ price: 1099.00,
1161
+ compareAtPrice: 1199.00,
1162
+ images: [
1163
+ 'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80&auto=format&fit=crop',
1164
+ 'https://images.unsplash.com/photo-1589739900266-43b91e6a78d3?w=800&q=80&auto=format&fit=crop'
1165
+ ],
1166
+ categoryId: 'cat3',
1167
+ inStock: true,
1168
+ rating: 4.9,
1169
+ reviewCount: 2156,
1170
+ specifications: {
1171
+ Brand: 'Apple',
1172
+ Chip: 'M2',
1173
+ Storage: '256GB',
1174
+ Display: '12.9" Liquid Retina XDR'
1175
+ },
1176
+ },
1177
+ {
1178
+ id: 'prod10',
1179
+ name: 'AirPods (3rd generation)',
1180
+ slug: 'airpods-3rd-gen',
1181
+ description: 'Spatial Audio. Adaptive EQ. MagSafe Charging Case.',
1182
+ price: 179.00,
1183
+ images: [
1184
+ 'https://images.unsplash.com/photo-1606220945770-b5b6c2c55bf1?w=800&q=80&auto=format&fit=crop',
1185
+ 'https://images.unsplash.com/photo-1590658268037-6bf12165a8df?w=800&q=80&auto=format&fit=crop'
1186
+ ],
1187
+ categoryId: 'cat5',
1188
+ inStock: true,
1189
+ rating: 4.7,
1190
+ reviewCount: 2847,
1191
+ specifications: {
1192
+ Brand: 'Apple',
1193
+ Battery: 'Up to 6 hours',
1194
+ Connectivity: 'Bluetooth 5.3',
1195
+ Audio: 'Spatial Audio'
1196
+ },
1197
+ },
1198
+ {
1199
+ id: 'prod11',
1200
+ name: 'iPad Pro 11"',
1201
+ slug: 'ipad-pro-11',
1202
+ description: 'M2 chip. 11" Liquid Retina display. Apple Pencil compatible.',
1203
+ price: 799.00,
1204
+ images: [
1205
+ 'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80&auto=format&fit=crop',
1206
+ 'https://images.unsplash.com/photo-1589739900266-43b91e6a78d3?w=800&q=80&auto=format&fit=crop'
1207
+ ],
1208
+ categoryId: 'cat3',
1209
+ inStock: true,
1210
+ rating: 4.8,
1211
+ reviewCount: 1892,
1212
+ specifications: {
1213
+ Brand: 'Apple',
1214
+ Chip: 'M2',
1215
+ Storage: '128GB',
1216
+ Display: '11" Liquid Retina'
1217
+ },
1218
+ },
1219
+ {
1220
+ id: 'prod12',
1221
+ name: 'AirTag (4-Pack)',
1222
+ slug: 'airtag-4-pack',
1223
+ description: 'Keep track of your belongings. Precision Finding. Privacy built in.',
1224
+ price: 99.00,
1225
+ compareAtPrice: 119.00,
1226
+ images: [
1227
+ 'https://images.unsplash.com/photo-1616348436168-de43ad0db179?w=800&q=80&auto=format&fit=crop',
1228
+ 'https://images.unsplash.com/photo-1610945415295-d9bbf067e59c?w=800&q=80&auto=format&fit=crop'
1229
+ ],
1230
+ categoryId: 'cat6',
1231
+ inStock: true,
1232
+ rating: 4.6,
1233
+ reviewCount: 3421,
1234
+ specifications: {
1235
+ Brand: 'Apple',
1236
+ Connectivity: 'Bluetooth & U1',
1237
+ Battery: 'User-replaceable',
1238
+ Range: 'Find My network'
1239
+ },
1240
+ },
1241
+ {
1242
+ id: 'prod13',
1243
+ name: 'HomePod mini',
1244
+ slug: 'homepod-mini',
1245
+ description: '360° audio. Siri. Smart home hub. Privacy built in.',
1246
+ price: 99.00,
1247
+ images: [
1248
+ 'https://images.unsplash.com/photo-1589492477829-5e65395b66cc?w=800&q=80&auto=format&fit=crop',
1249
+ 'https://images.unsplash.com/photo-1543512214-318c77a077d2?w=800&q=80&auto=format&fit=crop'
1250
+ ],
1251
+ categoryId: 'cat7',
1252
+ inStock: true,
1253
+ rating: 4.7,
1254
+ reviewCount: 2156,
1255
+ specifications: {
1256
+ Brand: 'Apple',
1257
+ Audio: '360° audio',
1258
+ Assistant: 'Siri',
1259
+ Connectivity: 'Wi-Fi & Bluetooth'
1260
+ },
1261
+ },
1262
+ {
1263
+ id: 'prod14',
1264
+ name: 'iPhone 15',
1265
+ slug: 'iphone-15',
1266
+ description: 'Dynamic Island. A16 Bionic chip. Advanced camera system.',
1267
+ price: 799.00,
1268
+ images: [
1269
+ 'https://images.unsplash.com/photo-1592750475338-74b7b21085ab?w=800&q=80&auto=format&fit=crop',
1270
+ 'https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80&auto=format&fit=crop'
1271
+ ],
1272
+ categoryId: 'cat1',
1273
+ inStock: true,
1274
+ rating: 4.8,
1275
+ reviewCount: 3421,
1276
+ specifications: {
1277
+ Brand: 'Apple',
1278
+ Storage: '128GB',
1279
+ Display: '6.1" Super Retina XDR',
1280
+ Chip: 'A16 Bionic',
1281
+ Camera: '48MP Main Camera'
1282
+ },
1283
+ },
1284
+ {
1285
+ id: 'prod15',
1286
+ name: 'MacBook Air 15"',
1287
+ slug: 'macbook-air-15',
1288
+ description: 'M3 chip. 15.3" Liquid Retina display. All-day battery life.',
1289
+ price: 1299.00,
1290
+ compareAtPrice: 1399.00,
1291
+ images: [
1292
+ 'https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=800&q=80&auto=format&fit=crop',
1293
+ 'https://images.unsplash.com/photo-1517336714731-489689fd1ca4?w=800&q=80&auto=format&fit=crop'
1294
+ ],
1295
+ categoryId: 'cat2',
1296
+ inStock: true,
1297
+ rating: 4.9,
1298
+ reviewCount: 2847,
1299
+ specifications: {
1300
+ Brand: 'Apple',
1301
+ Chip: 'M3',
1302
+ RAM: '8GB',
1303
+ Storage: '256GB SSD',
1304
+ Display: '15.3" Liquid Retina'
1305
+ },
1306
+ },
1307
+ {
1308
+ id: 'prod16',
1309
+ name: 'MagSafe Charger',
1310
+ slug: 'magsafe-charger',
1311
+ description: 'Wireless charging for iPhone. Perfect alignment every time.',
1312
+ price: 39.00,
1313
+ images: [
1314
+ 'https://images.unsplash.com/photo-1616348436168-de43ad0db179?w=800&q=80&auto=format&fit=crop',
1315
+ 'https://images.unsplash.com/photo-1611591437281-460bfbe1220a?w=800&q=80&auto=format&fit=crop'
1316
+ ],
1317
+ categoryId: 'cat6',
1318
+ inStock: true,
1319
+ rating: 4.5,
1320
+ reviewCount: 1892,
1321
+ specifications: {
1322
+ Brand: 'Apple',
1323
+ Power: '15W',
1324
+ Connectivity: 'USB-C',
1325
+ Compatibility: 'iPhone 12 and later'
1326
+ },
1327
+ },
1328
+ {
1329
+ id: 'prod17',
1330
+ name: 'AirPods Max',
1331
+ slug: 'airpods-max',
1332
+ description: 'Active Noise Cancellation. Spatial Audio. Premium design.',
1333
+ price: 549.00,
1334
+ images: [
1335
+ 'https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=800&q=80&auto=format&fit=crop',
1336
+ 'https://images.unsplash.com/photo-1546435770-a3e426bf472b?w=800&q=80&auto=format&fit=crop'
1337
+ ],
1338
+ categoryId: 'cat5',
1339
+ inStock: true,
1340
+ rating: 4.8,
1341
+ reviewCount: 1247,
1342
+ specifications: {
1343
+ Brand: 'Apple',
1344
+ Type: 'Over-Ear',
1345
+ NoiseCancellation: 'Active',
1346
+ Battery: 'Up to 20 hours'
1347
+ },
1348
+ },
1349
+ {
1350
+ id: 'prod18',
1351
+ name: 'Apple Watch Ultra 2',
1352
+ slug: 'apple-watch-ultra-2',
1353
+ description: 'S9 SiP. 49mm titanium case. Action button. Up to 36 hours battery.',
1354
+ price: 799.00,
1355
+ images: [
1356
+ 'https://images.unsplash.com/photo-1551816230-ef5deaed4a26?w=800&q=80&auto=format&fit=crop',
1357
+ 'https://images.unsplash.com/photo-1546868871-7041f2a55e12?w=800&q=80&auto=format&fit=crop'
1358
+ ],
1359
+ categoryId: 'cat4',
1360
+ inStock: true,
1361
+ rating: 4.9,
1362
+ reviewCount: 892,
1363
+ specifications: {
1364
+ Brand: 'Apple',
1365
+ Size: '49mm',
1366
+ Chip: 'S9 SiP',
1367
+ Battery: 'Up to 36 hours'
1368
+ },
1369
+ },
1370
+ {
1371
+ id: 'prod19',
1372
+ name: 'iPad Air',
1373
+ slug: 'ipad-air',
1374
+ description: 'M2 chip. 10.9" Liquid Retina display. Apple Pencil compatible.',
1375
+ price: 599.00,
1376
+ compareAtPrice: 649.00,
1377
+ images: [
1378
+ 'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80&auto=format&fit=crop',
1379
+ 'https://images.unsplash.com/photo-1589739900266-43b91e6a78d3?w=800&q=80&auto=format&fit=crop'
1380
+ ],
1381
+ categoryId: 'cat3',
1382
+ inStock: true,
1383
+ rating: 4.8,
1384
+ reviewCount: 2156,
1385
+ specifications: {
1386
+ Brand: 'Apple',
1387
+ Chip: 'M2',
1388
+ Storage: '64GB',
1389
+ Display: '10.9" Liquid Retina'
1390
+ },
1391
+ },
1392
+ {
1393
+ id: 'prod20',
1394
+ name: 'MacBook Air 13"',
1395
+ slug: 'macbook-air-13',
1396
+ description: 'M3 chip. 13.6" Liquid Retina display. All-day battery life.',
1397
+ price: 1099.00,
1398
+ images: [
1399
+ 'https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=800&q=80&auto=format&fit=crop',
1400
+ 'https://images.unsplash.com/photo-1517336714731-489689fd1ca4?w=800&q=80&auto=format&fit=crop'
1401
+ ],
1402
+ categoryId: 'cat2',
1403
+ inStock: true,
1404
+ rating: 4.9,
1405
+ reviewCount: 3421,
1406
+ specifications: {
1407
+ Brand: 'Apple',
1408
+ Chip: 'M3',
1409
+ RAM: '8GB',
1410
+ Storage: '256GB SSD',
1411
+ Display: '13.6" Liquid Retina'
1412
+ },
1413
+ },
1414
+ {
1415
+ id: 'prod21',
1416
+ name: 'Apple Watch SE',
1417
+ slug: 'apple-watch-se',
1418
+ description: 'S8 SiP. Essential features. Affordable price.',
1419
+ price: 249.00,
1420
+ images: [
1421
+ 'https://images.unsplash.com/photo-1551816230-ef5deaed4a26?w=800&q=80&auto=format&fit=crop',
1422
+ 'https://images.unsplash.com/photo-1546868871-7041f2a55e12?w=800&q=80&auto=format&fit=crop'
1423
+ ],
1424
+ categoryId: 'cat4',
1425
+ inStock: true,
1426
+ rating: 4.7,
1427
+ reviewCount: 1892,
1428
+ specifications: {
1429
+ Brand: 'Apple',
1430
+ Size: '44mm',
1431
+ Chip: 'S8 SiP',
1432
+ Battery: 'Up to 18 hours'
1433
+ },
1434
+ },
1435
+ {
1436
+ id: 'prod22',
1437
+ name: 'iPhone 14 Pro',
1438
+ slug: 'iphone-14-pro',
1439
+ description: 'A16 Bionic chip. Pro camera system. Dynamic Island.',
1440
+ price: 899.00,
1441
+ images: [
1442
+ 'https://images.unsplash.com/photo-1592750475338-74b7b21085ab?w=800&q=80&auto=format&fit=crop',
1443
+ 'https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80&auto=format&fit=crop'
1444
+ ],
1445
+ categoryId: 'cat1',
1446
+ inStock: true,
1447
+ rating: 4.8,
1448
+ reviewCount: 2847,
1449
+ specifications: {
1450
+ Brand: 'Apple',
1451
+ Storage: '128GB',
1452
+ Display: '6.1" Super Retina XDR',
1453
+ Chip: 'A16 Bionic',
1454
+ Camera: '48MP Main Camera'
1455
+ },
1456
+ },
1457
+ {
1458
+ id: 'prod23',
1459
+ name: 'iPad mini',
1460
+ slug: 'ipad-mini',
1461
+ description: 'A15 Bionic chip. 8.3" Liquid Retina display. Apple Pencil compatible.',
1462
+ price: 499.00,
1463
+ images: [
1464
+ 'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80&auto=format&fit=crop',
1465
+ 'https://images.unsplash.com/photo-1589739900266-43b91e6a78d3?w=800&q=80&auto=format&fit=crop'
1466
+ ],
1467
+ categoryId: 'cat3',
1468
+ inStock: true,
1469
+ rating: 4.7,
1470
+ reviewCount: 1247,
1471
+ specifications: {
1472
+ Brand: 'Apple',
1473
+ Chip: 'A15 Bionic',
1474
+ Storage: '64GB',
1475
+ Display: '8.3" Liquid Retina'
1476
+ },
1477
+ },
1478
+ {
1479
+ id: 'prod24',
1480
+ name: 'Apple TV 4K',
1481
+ slug: 'apple-tv-4k',
1482
+ description: 'A15 Bionic chip. 4K HDR. Siri Remote. HomeKit hub.',
1483
+ price: 149.00,
1484
+ images: [
1485
+ 'https://images.unsplash.com/photo-1558002038-1091a575039f?w=800&q=80&auto=format&fit=crop',
1486
+ 'https://images.unsplash.com/photo-1567365601292-e9324d081662?w=800&q=80&auto=format&fit=crop'
1487
+ ],
1488
+ categoryId: 'cat8',
1489
+ inStock: true,
1490
+ rating: 4.6,
1491
+ reviewCount: 892,
1492
+ specifications: {
1493
+ Brand: 'Apple',
1494
+ Chip: 'A15 Bionic',
1495
+ Resolution: '4K HDR',
1496
+ Storage: '128GB'
1497
+ },
1498
+ },
1499
+ ],
1500
+ features: {
1501
+ cart: true,
1502
+ wishlist: true,
1503
+ reviews: true,
1504
+ search: true,
1505
+ filters: true,
1506
+ booking: false,
1507
+ delivery: true,
1508
+ },
1509
+ settings: {
1510
+ currency: 'USD',
1511
+ shippingEnabled: true,
1512
+ },
1513
+ payment: {
1514
+ payazaPublicKey: process.env.NEXT_PUBLIC_PAYAZA_PUBLIC_KEY || '',
1515
+ enabled: true,
1516
+ },
1517
+ layoutConfig: {
1518
+ hero: { show: true, autoPlay: false },
1519
+ features: { show: true, showIcons: true },
1520
+ sections: {
1521
+ brands: { show: true },
1522
+ categories: { show: true },
1523
+ featuredProducts: { show: true, title: "Featured Apple Products" },
1524
+ marketing: { show: true, showNewsletter: true },
1525
+ },
1526
+ pages: {
1527
+ about: {
1528
+ title: "About Nigeria I-Store",
1529
+ content: "Nigeria's premier destination for authentic Apple products. Authorized reseller with genuine warranty and exceptional customer service.",
1530
+ },
1531
+ faq: {
1532
+ title: "Frequently Asked Questions",
1533
+ items: [
1534
+ { question: "Are your products authentic?", answer: "Yes, all products are 100% authentic Apple products with official warranty." },
1535
+ { question: "Do you ship across Nigeria?", answer: "Yes, we offer nationwide shipping with express delivery options." },
1536
+ { question: "What is your return policy?", answer: "We offer a 14-day return policy on all unopened items in original packaging." },
1537
+ ],
1538
+ },
1539
+ },
1540
+ },
1541
+ },
1542
+ // 9. Modern Tech (Another Custom Domain, Same Layout Type)
1543
+ {
1544
+ id: '9',
1545
+ slug: 'modern-tech',
1546
+ name: 'Modern Tech Store',
1547
+ description: 'The newest tech gadgets.',
1548
+ type: 'electronics', // Same type as Grid Tech
1549
+ layout: 'electronics', // Same layout
1550
+ branding: {
1551
+ primaryColor: '#000000',
1552
+ secondaryColor: '#333333',
1553
+ theme: 'dark',
1554
+ socialMedia: {
1555
+ twitter: 'https://twitter.com/moderntech',
1556
+ instagram: 'https://instagram.com/moderntech',
1557
+ },
1558
+ },
1559
+ navigation: {
1560
+ main: [{ label: 'Shop', href: '/products' }],
1561
+ footer: [],
1562
+ },
1563
+ categories: [
1564
+ { id: 'cat1', name: 'Smartphones', slug: 'smartphones', image: 'https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=800&q=80' },
1565
+ { id: 'cat2', name: 'Laptops', slug: 'laptops', image: 'https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=800&q=80' },
1566
+ { id: 'cat3', name: 'Headphones', slug: 'headphones', image: 'https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=800&q=80' },
1567
+ { id: 'cat4', name: 'Smartwatches', slug: 'smartwatches', image: 'https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80' },
1568
+ { id: 'cat5', name: 'Tablets', slug: 'tablets', image: 'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80' },
1569
+ { id: 'cat6', name: 'Accessories', slug: 'accessories', image: 'https://images.unsplash.com/photo-1572635196237-14b3f281503f?w=800&q=80' },
1570
+ ],
1571
+ products: [
1572
+ {
1573
+ id: 'mt-prod1',
1574
+ name: 'Galaxy Ultra X1',
1575
+ slug: 'galaxy-ultra-x1',
1576
+ description: 'Next-gen flagship with AI-powered camera, 200MP sensor, and 5G Ultra.',
1577
+ price: 1199.00,
1578
+ compareAtPrice: 1399.00,
1579
+ images: [
1580
+ 'https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=800&q=80&auto=format&fit=crop',
1581
+ 'https://images.unsplash.com/photo-1610945415295-d9bbf067e59c?w=800&q=80&auto=format&fit=crop'
1582
+ ],
1583
+ categoryId: 'cat1',
1584
+ inStock: true,
1585
+ rating: 4.9,
1586
+ reviewCount: 1847,
1587
+ specifications: {
1588
+ Brand: 'Samsung',
1589
+ Storage: '512GB',
1590
+ Display: '6.8" Dynamic AMOLED',
1591
+ Processor: 'Snapdragon 8 Gen 3',
1592
+ Camera: '200MP Main Camera'
1593
+ },
1594
+ },
1595
+ {
1596
+ id: 'mt-prod2',
1597
+ name: 'TechBook Pro 15',
1598
+ slug: 'techbook-pro-15',
1599
+ description: 'Professional laptop with 13th Gen Intel, RTX graphics, and stunning display.',
1600
+ price: 1899.00,
1601
+ images: [
1602
+ 'https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=800&q=80&auto=format&fit=crop',
1603
+ 'https://images.unsplash.com/photo-1517336714731-489689fd1ca4?w=800&q=80&auto=format&fit=crop'
1604
+ ],
1605
+ categoryId: 'cat2',
1606
+ inStock: true,
1607
+ rating: 4.8,
1608
+ reviewCount: 892,
1609
+ specifications: {
1610
+ Brand: 'Dell',
1611
+ Processor: 'Intel Core i9 13th Gen',
1612
+ RAM: '32GB',
1613
+ Storage: '1TB NVMe SSD',
1614
+ Graphics: 'NVIDIA RTX 4070'
1615
+ },
1616
+ },
1617
+ {
1618
+ id: 'mt-prod3',
1619
+ name: 'SonicWave Elite',
1620
+ slug: 'sonicwave-elite',
1621
+ description: 'Premium noise-canceling headphones with spatial audio and 40-hour battery.',
1622
+ price: 399.00,
1623
+ compareAtPrice: 449.00,
1624
+ images: [
1625
+ 'https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=800&q=80&auto=format&fit=crop',
1626
+ 'https://images.unsplash.com/photo-1545127398-14699f92334b?w=800&q=80&auto=format&fit=crop'
1627
+ ],
1628
+ categoryId: 'cat3',
1629
+ inStock: true,
1630
+ rating: 4.7,
1631
+ reviewCount: 2156,
1632
+ specifications: {
1633
+ Brand: 'Sony',
1634
+ Type: 'Over-Ear',
1635
+ NoiseCancellation: 'Active ANC',
1636
+ Battery: 'Up to 40 hours',
1637
+ Audio: 'Hi-Res Spatial Audio'
1638
+ },
1639
+ },
1640
+ {
1641
+ id: 'mt-prod4',
1642
+ name: 'Pixel Pro 8',
1643
+ slug: 'pixel-pro-8',
1644
+ description: 'Pure Android experience with Tensor G3, Magic Eraser, and incredible AI.',
1645
+ price: 899.00,
1646
+ images: [
1647
+ 'https://images.unsplash.com/photo-1598327105666-5b89351aff97?w=800&q=80&auto=format&fit=crop',
1648
+ 'https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=800&q=80&auto=format&fit=crop'
1649
+ ],
1650
+ categoryId: 'cat1',
1651
+ inStock: true,
1652
+ rating: 4.8,
1653
+ reviewCount: 1523,
1654
+ specifications: {
1655
+ Brand: 'Google',
1656
+ Storage: '256GB',
1657
+ Display: '6.7" LTPO OLED',
1658
+ Processor: 'Google Tensor G3',
1659
+ Camera: '50MP Main + 48MP Telephoto'
1660
+ },
1661
+ },
1662
+ {
1663
+ id: 'mt-prod5',
1664
+ name: 'FitWatch Pro',
1665
+ slug: 'fitwatch-pro',
1666
+ description: 'Advanced fitness tracker with ECG, blood oxygen, and GPS navigation.',
1667
+ price: 349.00,
1668
+ images: [
1669
+ 'https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80&auto=format&fit=crop',
1670
+ 'https://images.unsplash.com/photo-1546868871-7041f2a55e12?w=800&q=80&auto=format&fit=crop'
1671
+ ],
1672
+ categoryId: 'cat4',
1673
+ inStock: true,
1674
+ rating: 4.6,
1675
+ reviewCount: 945,
1676
+ specifications: {
1677
+ Brand: 'Garmin',
1678
+ Display: '1.4" AMOLED',
1679
+ Battery: 'Up to 14 days',
1680
+ Features: 'ECG, SpO2, GPS',
1681
+ WaterResistance: '5 ATM'
1682
+ },
1683
+ },
1684
+ {
1685
+ id: 'mt-prod6',
1686
+ name: 'UltraTab S9',
1687
+ slug: 'ultratab-s9',
1688
+ description: 'Premium tablet with 120Hz display, S Pen included, and DeX mode.',
1689
+ price: 749.00,
1690
+ compareAtPrice: 849.00,
1691
+ images: [
1692
+ 'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80&auto=format&fit=crop',
1693
+ 'https://images.unsplash.com/photo-1561154464-82e9adf32764?w=800&q=80&auto=format&fit=crop'
1694
+ ],
1695
+ categoryId: 'cat5',
1696
+ inStock: true,
1697
+ rating: 4.8,
1698
+ reviewCount: 1245,
1699
+ specifications: {
1700
+ Brand: 'Samsung',
1701
+ Display: '11" 120Hz LCD',
1702
+ Processor: 'Snapdragon 8 Gen 2',
1703
+ Storage: '256GB',
1704
+ Includes: 'S Pen'
1705
+ },
1706
+ },
1707
+ {
1708
+ id: 'mt-prod7',
1709
+ name: 'Gaming Laptop X7',
1710
+ slug: 'gaming-laptop-x7',
1711
+ description: 'High-performance gaming laptop with RTX 4080 and 240Hz display.',
1712
+ price: 2499.00,
1713
+ images: [
1714
+ 'https://images.unsplash.com/photo-1603302576837-37561b2e2302?w=800&q=80&auto=format&fit=crop',
1715
+ 'https://images.unsplash.com/photo-1593642632823-8f785ba67e45?w=800&q=80&auto=format&fit=crop'
1716
+ ],
1717
+ categoryId: 'cat2',
1718
+ inStock: true,
1719
+ rating: 4.9,
1720
+ reviewCount: 673,
1721
+ specifications: {
1722
+ Brand: 'ASUS ROG',
1723
+ Processor: 'Intel Core i9 13th Gen',
1724
+ RAM: '32GB DDR5',
1725
+ Storage: '2TB NVMe SSD',
1726
+ Graphics: 'NVIDIA RTX 4080'
1727
+ },
1728
+ },
1729
+ {
1730
+ id: 'mt-prod8',
1731
+ name: 'Wireless Buds Pro',
1732
+ slug: 'wireless-buds-pro',
1733
+ description: 'True wireless earbuds with adaptive ANC and crystal-clear calls.',
1734
+ price: 229.00,
1735
+ images: [
1736
+ 'https://images.unsplash.com/photo-1590658268037-6bf12165a8df?w=800&q=80&auto=format&fit=crop',
1737
+ 'https://images.unsplash.com/photo-1606220945770-b5b6c2c55bf1?w=800&q=80&auto=format&fit=crop'
1738
+ ],
1739
+ categoryId: 'cat3',
1740
+ inStock: true,
1741
+ rating: 4.7,
1742
+ reviewCount: 1892,
1743
+ specifications: {
1744
+ Brand: 'Samsung',
1745
+ Type: 'In-Ear TWS',
1746
+ NoiseCancellation: 'Adaptive ANC',
1747
+ Battery: 'Up to 8 hours',
1748
+ WaterResistance: 'IPX7'
1749
+ },
1750
+ },
1751
+ {
1752
+ id: 'mt-prod9',
1753
+ name: 'Powerbank 30K',
1754
+ slug: 'powerbank-30k',
1755
+ description: 'Ultra-high-capacity power bank with 100W fast charging and dual ports.',
1756
+ price: 89.00,
1757
+ images: [
1758
+ 'https://images.unsplash.com/photo-1609592393047-d26c6df8d98d?w=800&q=80&auto=format&fit=crop',
1759
+ 'https://images.unsplash.com/photo-1625948515291-69613efd103f?w=800&q=80&auto=format&fit=crop'
1760
+ ],
1761
+ categoryId: 'cat6',
1762
+ inStock: true,
1763
+ rating: 4.5,
1764
+ reviewCount: 2341,
1765
+ specifications: {
1766
+ Brand: 'Anker',
1767
+ Capacity: '30,000mAh',
1768
+ Output: '100W USB-C PD',
1769
+ Ports: '2x USB-C, 1x USB-A',
1770
+ PassThrough: 'Yes'
1771
+ },
1772
+ },
1773
+ {
1774
+ id: 'mt-prod10',
1775
+ name: 'Mechanical Keyboard RGB',
1776
+ slug: 'mechanical-keyboard-rgb',
1777
+ description: 'Premium mechanical keyboard with hot-swappable switches and RGB lighting.',
1778
+ price: 149.00,
1779
+ compareAtPrice: 179.00,
1780
+ images: [
1781
+ 'https://images.unsplash.com/photo-1595225476474-87563907a212?w=800&q=80&auto=format&fit=crop',
1782
+ 'https://images.unsplash.com/photo-1587829741301-dc798b83add3?w=800&q=80&auto=format&fit=crop'
1783
+ ],
1784
+ categoryId: 'cat6',
1785
+ inStock: true,
1786
+ rating: 4.8,
1787
+ reviewCount: 756,
1788
+ specifications: {
1789
+ Brand: 'Keychron',
1790
+ Switches: 'Hot-swappable Cherry MX',
1791
+ Layout: 'Full-size (104 keys)',
1792
+ Connectivity: 'Bluetooth & Wired',
1793
+ RGB: 'Per-key RGB lighting'
1794
+ },
1795
+ },
1796
+ {
1797
+ id: 'mt-prod11',
1798
+ name: 'OnePlus 12 Pro',
1799
+ slug: 'oneplus-12-pro',
1800
+ description: 'Flagship killer with Snapdragon 8 Gen 3, Hasselblad camera, and 120W charging.',
1801
+ price: 799.00,
1802
+ images: [
1803
+ 'https://images.unsplash.com/photo-1580910051074-3eb694886505?w=800&q=80&auto=format&fit=crop',
1804
+ 'https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=800&q=80&auto=format&fit=crop'
1805
+ ],
1806
+ categoryId: 'cat1',
1807
+ inStock: true,
1808
+ rating: 4.7,
1809
+ reviewCount: 1123,
1810
+ specifications: {
1811
+ Brand: 'OnePlus',
1812
+ Storage: '256GB',
1813
+ Display: '6.7" LTPO AMOLED 120Hz',
1814
+ Processor: 'Snapdragon 8 Gen 3',
1815
+ Camera: 'Hasselblad Triple Camera'
1816
+ },
1817
+ },
1818
+ {
1819
+ id: 'mt-prod12',
1820
+ name: 'Smart Home Hub',
1821
+ slug: 'smart-home-hub',
1822
+ description: 'Central control for your smart home with voice assistant and touchscreen.',
1823
+ price: 179.00,
1824
+ images: [
1825
+ 'https://images.unsplash.com/photo-1558002038-1091a575039f?w=800&q=80&auto=format&fit=crop',
1826
+ 'https://images.unsplash.com/photo-1589492477829-5e65395b66cc?w=800&q=80&auto=format&fit=crop'
1827
+ ],
1828
+ categoryId: 'cat6',
1829
+ inStock: true,
1830
+ rating: 4.6,
1831
+ reviewCount: 892,
1832
+ specifications: {
1833
+ Brand: 'Amazon',
1834
+ Display: '10.1" HD Touchscreen',
1835
+ Assistant: 'Alexa Built-in',
1836
+ Connectivity: 'Zigbee, Wi-Fi, Bluetooth',
1837
+ Camera: '13MP with auto-framing'
1838
+ },
1839
+ },
1840
+ ],
1841
+ features: {
1842
+ cart: true,
1843
+ wishlist: true,
1844
+ reviews: true,
1845
+ search: true,
1846
+ filters: true,
1847
+ booking: false,
1848
+ delivery: true,
1849
+ },
1850
+ settings: {
1851
+ currency: 'USD',
1852
+ shippingEnabled: true,
1853
+ },
1854
+ payment: {
1855
+ enabled: true,
1856
+ },
1857
+ domain: {
1858
+ customDomain: 'moderntech.com',
1859
+ verified: true,
1860
+ }
1861
+ },
1862
+ // 10. Motivational Speaker Store
1863
+ {
1864
+ id: '10',
1865
+ slug: 'mindset-mastery',
1866
+ name: 'Mindset Mastery',
1867
+ description: 'Unlock your full potential with courses and mentorship from world-class experts.',
1868
+ type: 'motivational-speaker',
1869
+ layout: 'motivational-speaker',
1870
+ branding: {
1871
+ primaryColor: '#0F172A', // Slate 900
1872
+ secondaryColor: '#E2E8F0', // Slate 200
1873
+ accentColor: '#F59E0B', // Amber 500
1874
+ logo: '', // Use default SVG
1875
+ theme: 'light',
1876
+ socialMedia: {
1877
+ instagram: 'https://instagram.com/mindsetmastery',
1878
+ youtube: 'https://youtube.com/mindsetmastery',
1879
+ twitter: 'https://twitter.com/mindsetmastery',
1880
+ },
1881
+ },
1882
+ navigation: {
1883
+ main: [
1884
+ { label: 'Courses', href: '/services' },
1885
+ { label: 'Mentorship', href: '/mentorship' },
1886
+ { label: 'About', href: '/about' },
1887
+ ],
1888
+ footer: [],
1889
+ },
1890
+ categories: [
1891
+ { id: 'cat1', name: 'Video Courses', slug: 'video-courses', image: 'https://images.unsplash.com/photo-1499750310107-5fef28a66643?w=800&fit=crop' },
1892
+ { id: 'cat2', name: 'Audiobooks', slug: 'audiobooks', image: 'https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=800&fit=crop' },
1893
+ { id: 'cat3', name: 'Guides & PDFs', slug: 'guides', image: 'https://images.unsplash.com/photo-1531482615713-2afd69097998?w=800&fit=crop' },
1894
+ { id: 'mentorship', name: 'Mentorship', slug: 'mentorship', image: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&fit=crop' },
1895
+ { id: 'subscriptions', name: 'Memberships', slug: 'subscriptions', image: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&fit=crop' },
1896
+ ],
1897
+ services: [
1898
+ {
1899
+ id: 'm1',
1900
+ name: '1-on-1 Executive Coaching',
1901
+ slug: 'executive-coaching',
1902
+ description: 'Private 60-minute mentorship session focused on high-level strategy, leadership, and professional growth.',
1903
+ price: 499,
1904
+ duration: 60,
1905
+ categoryId: 'mentorship',
1906
+ image: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&auto=format&fit=crop',
1907
+ contentType: 'course',
1908
+ accessLevel: 'paid',
1909
+ },
1910
+ {
1911
+ id: 'm2',
1912
+ name: 'Group Mentorship Mastermind',
1913
+ slug: 'group-mastermind',
1914
+ description: 'Monthly group session with like-minded individuals. Collaborative problem-solving and peer mentorship.',
1915
+ price: 199,
1916
+ duration: 90,
1917
+ categoryId: 'mentorship',
1918
+ image: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&auto=format&fit=crop',
1919
+ contentType: 'course',
1920
+ accessLevel: 'subscription',
1921
+ },
1922
+ {
1923
+ id: 'c1',
1924
+ name: 'The Art of Focus',
1925
+ slug: 'art-of-focus',
1926
+ description: 'Master your attention and achieve deep work states. Includes 10 video modules and a workbook.',
1927
+ price: 99,
1928
+ duration: 120,
1929
+ categoryId: 'cat1',
1930
+ image: 'https://images.unsplash.com/photo-1499750310107-5fef28a66643?w=800&auto=format&fit=crop', // Focusing person
1931
+ contentType: 'video',
1932
+ accessLevel: 'paid',
1933
+ contentUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
1934
+ },
1935
+ {
1936
+ id: 'c2',
1937
+ name: 'Leadership 101 Audiobook',
1938
+ slug: 'leadership-101',
1939
+ description: 'Listen on the go: Essential principles for leading teams effectively. Narrated by the author.',
1940
+ price: 29,
1941
+ duration: 180,
1942
+ categoryId: 'cat2',
1943
+ image: 'https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=800&auto=format&fit=crop', // Business leadership/team
1944
+ contentType: 'audio',
1945
+ accessLevel: 'paid',
1946
+ contentUrl: 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3',
1947
+ },
1948
+ {
1949
+ id: 'c3',
1950
+ name: 'Strategic Planning Guide',
1951
+ slug: 'strategic-planning-guide',
1952
+ description: 'A comprehensive PDF workbook for your 5-year vision. Free for subscribers.',
1953
+ price: 15,
1954
+ duration: 0,
1955
+ categoryId: 'cat3',
1956
+ image: 'https://images.unsplash.com/photo-1531482615713-2afd69097998?w=800&auto=format&fit=crop', // Strategy/planning
1957
+ contentType: 'pdf',
1958
+ accessLevel: 'free',
1959
+ contentUrl: 'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf',
1960
+ },
1961
+ {
1962
+ id: 'c4',
1963
+ name: 'Emotional Intelligence Mastery',
1964
+ slug: 'emotional-intelligence-mastery',
1965
+ description: 'Learn to navigate your emotions and build stronger relationships in this comprehensive video course.',
1966
+ price: 149,
1967
+ duration: 300,
1968
+ categoryId: 'cat1',
1969
+ image: 'https://images.unsplash.com/photo-1516534775068-ba3e7458af70?w=800&auto=format&fit=crop', // Emotional/connection
1970
+ contentType: 'video',
1971
+ accessLevel: 'paid',
1972
+ contentUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4',
1973
+ },
1974
+ {
1975
+ id: 'c5',
1976
+ name: 'Public Speaking Confidence',
1977
+ slug: 'public-speaking-confidence',
1978
+ description: 'Conquer your fear of the stage and deliver powerful presentations that inspire your audience.',
1979
+ price: 79,
1980
+ duration: 150,
1981
+ categoryId: 'cat1',
1982
+ image: 'https://images.unsplash.com/photo-1475721027785-f74ec0f711b1?w=800&auto=format&fit=crop', // Public speaking stage
1983
+ contentType: 'video',
1984
+ accessLevel: 'paid',
1985
+ contentUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4',
1986
+ },
1987
+ {
1988
+ id: 'c6',
1989
+ name: 'The Stoic Mindset Audiobook',
1990
+ slug: 'stoic-mindset-audiobook',
1991
+ description: 'Ancient wisdom for modern challenges. Learn the principles of Stoicism to achieve inner peace.',
1992
+ price: 35,
1993
+ duration: 240,
1994
+ categoryId: 'cat2',
1995
+ image: 'https://images.unsplash.com/photo-1506126613408-eca07ce68773?w=800&auto=format&fit=crop', // Calm/stoic person
1996
+ contentType: 'audio',
1997
+ accessLevel: 'paid',
1998
+ contentUrl: 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-2.mp3',
1999
+ },
2000
+ {
2001
+ id: 'c7',
2002
+ name: 'Goal Setting Framework',
2003
+ slug: 'goal-setting-framework',
2004
+ description: 'A step-by-step PDF guide to defining and achieving your most ambitious personal and professional goals.',
2005
+ price: 12,
2006
+ duration: 0,
2007
+ categoryId: 'cat3',
2008
+ image: 'https://images.unsplash.com/photo-1484480974693-6ca0a78fb36b?w=800&auto=format&fit=crop', // Goal list/planner
2009
+ contentType: 'pdf',
2010
+ accessLevel: 'free',
2011
+ contentUrl: 'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf',
2012
+ },
2013
+ {
2014
+ id: 'c8',
2015
+ name: 'Time Management for High Achievers',
2016
+ slug: 'time-management-high-achievers',
2017
+ description: 'Optimize your schedule and reclaim your time with proven productivity techniques.',
2018
+ price: 89,
2019
+ duration: 200,
2020
+ categoryId: 'cat1',
2021
+ image: 'https://images.unsplash.com/photo-1495364141860-b0d03eccd065?w=800&auto=format&fit=crop', // Clock/productivity
2022
+ contentType: 'video',
2023
+ accessLevel: 'paid',
2024
+ contentUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4',
2025
+ },
2026
+ ],
2027
+ features: {
2028
+ cart: true,
2029
+ wishlist: true,
2030
+ reviews: true,
2031
+ search: true,
2032
+ filters: true,
2033
+ booking: true,
2034
+ delivery: false,
2035
+ },
2036
+ settings: {
2037
+ currency: 'USD',
2038
+ shippingEnabled: false,
2039
+ },
2040
+ payment: {
2041
+ payazaPublicKey: process.env.NEXT_PUBLIC_PAYAZA_PUBLIC_KEY || '',
2042
+ enabled: true,
2043
+ },
2044
+ layoutConfig: {
2045
+ hero: {
2046
+ show: true,
2047
+ showCTA: true,
2048
+ showSecondaryCTA: true,
2049
+ },
2050
+ assignedAssets: {
2051
+ hero_image: 'https://images.unsplash.com/photo-1475721027785-f74ec0f711b1?w=2070&auto=format&fit=crop',
2052
+ hero_video: 'https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
2053
+ bio_image: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&auto=format&fit=crop',
2054
+ subscription_banner: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=2070&auto=format&fit=crop',
2055
+ },
2056
+ sections: {
2057
+ categories: { show: true },
2058
+ testimonials: {
2059
+ show: true,
2060
+ items: [
2061
+ { id: '1', name: 'Michael Chen', role: 'Entrepreneur', quote: "The Art of Focus completely changed my perspective on deep work. My productivity has doubled since taking this course.", rating: 5, image: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=150&h=150&fit=crop', order: 1 },
2062
+ { id: '2', name: 'Sarah Johnson', role: 'Creative Director', quote: "Mindset Mastery is worth every penny. The depth of content in the Emotional Intelligence module is unmatched.", rating: 5, image: 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop', order: 2 },
2063
+ { id: '3', name: 'David Lee', role: 'Developer', quote: "Simple, practical, and effective. The Stoic Mindset audiobook is a must-listen for anyone in a high-stress role.", rating: 5, image: 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop', order: 3 },
2064
+ { id: '4', name: 'Elena Rodriguez', role: 'Small Business Owner', quote: "I was struggling with burnout until I found this platform. The Time Management course saved my business.", rating: 5, image: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop', order: 4 },
2065
+ { id: '5', name: 'James Wilson', role: 'Sales Executive', quote: "The Public Speaking course gave me the confidence I needed to land my biggest deal yet. Truly life-changing.", rating: 5, image: 'https://images.unsplash.com/photo-1570295999919-56ceb5ecca61?w=150&h=150&fit=crop', order: 5 },
2066
+ ]
2067
+ },
2068
+ marketing: { show: true },
2069
+ },
2070
+ text: {
2071
+ hero: {
2072
+ title: "Master Your Mindset",
2073
+ subtitle: "Premium courses to help you lead with confidence.",
2074
+ primaryButton: "View Courses",
2075
+ secondaryButton: "About Me"
2076
+ },
2077
+ common: {
2078
+ shopNow: "Start Learning",
2079
+ }
2080
+ }
2081
+ },
2082
+ },
2083
+ ];
2084
+ // Helper functions
2085
+ export function getStoreConfig(slug) {
2086
+ return mockStores.find(store => store.slug === slug) || null;
2087
+ }
2088
+ export function getAllStores() {
2089
+ return mockStores.map(store => ({
2090
+ slug: store.slug,
2091
+ name: store.name,
2092
+ description: store.description,
2093
+ type: store.type,
2094
+ branding: store.branding,
2095
+ }));
2096
+ }
2097
+ /** Template layoutConfig for a layout type (demo defaults — not merchant DB data). */
2098
+ export function getTemplateLayoutConfigForLayoutType(layoutType) {
2099
+ const normalized = layoutType.toLowerCase();
2100
+ const match = mockStores.find((store) => String(store.layout ?? '').toLowerCase() === normalized ||
2101
+ String(store.type ?? '').toLowerCase() === normalized);
2102
+ return match?.layoutConfig;
2103
+ }
2104
+ export function isValidStoreSlug(slug) {
2105
+ return mockStores.some(store => store.slug === slug);
2106
+ }