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.
- package/README.md +539 -0
- package/dist/components/auth/LoginForm.d.ts +9 -0
- package/dist/components/auth/LoginForm.d.ts.map +1 -0
- package/dist/components/auth/LoginForm.js +21 -0
- package/dist/components/auth/LoginSheet.d.ts +7 -0
- package/dist/components/auth/LoginSheet.d.ts.map +1 -0
- package/dist/components/auth/LoginSheet.js +8 -0
- package/dist/components/auth/login-form-core.d.ts +11 -0
- package/dist/components/auth/login-form-core.d.ts.map +1 -0
- package/dist/components/auth/login-form-core.js +19 -0
- package/dist/components/auth/login-sheet-header.d.ts +10 -0
- package/dist/components/auth/login-sheet-header.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-header.js +10 -0
- package/dist/components/auth/login-sheet-registry.d.ts +11 -0
- package/dist/components/auth/login-sheet-registry.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-registry.js +9 -0
- package/dist/components/auth/login-sheet-theme.types.d.ts +29 -0
- package/dist/components/auth/login-sheet-theme.types.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-theme.types.js +1 -0
- package/dist/components/auth/login-sheet-themes/booking-agenda.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/booking-agenda.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/booking-agenda.theme.js +21 -0
- package/dist/components/auth/login-sheet-themes/booking.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/booking.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/booking.theme.js +20 -0
- package/dist/components/auth/login-sheet-themes/clothing-minimal.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/clothing-minimal.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/clothing-minimal.theme.js +20 -0
- package/dist/components/auth/login-sheet-themes/clothing.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/clothing.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/clothing.theme.js +21 -0
- package/dist/components/auth/login-sheet-themes/electronics-grid.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/electronics-grid.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/electronics-grid.theme.js +20 -0
- package/dist/components/auth/login-sheet-themes/electronics.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/electronics.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/electronics.theme.js +20 -0
- package/dist/components/auth/login-sheet-themes/food-modern.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/food-modern.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/food-modern.theme.js +22 -0
- package/dist/components/auth/login-sheet-themes/food.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/food.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/food.theme.js +22 -0
- package/dist/components/auth/login-sheet-themes/index.d.ts +14 -0
- package/dist/components/auth/login-sheet-themes/index.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/index.js +29 -0
- package/dist/components/auth/login-sheet-themes/motivational-speaker.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/motivational-speaker.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/motivational-speaker.theme.js +20 -0
- package/dist/components/auth/login-sheet-themes/theme-input-baselines.d.ts +24 -0
- package/dist/components/auth/login-sheet-themes/theme-input-baselines.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/theme-input-baselines.js +23 -0
- package/dist/components/auth/login-sheets/StoreLoginSheetShell.d.ts +13 -0
- package/dist/components/auth/login-sheets/StoreLoginSheetShell.d.ts.map +1 -0
- package/dist/components/auth/login-sheets/StoreLoginSheetShell.js +14 -0
- package/dist/components/auth/use-login-submit.d.ts +22 -0
- package/dist/components/auth/use-login-submit.d.ts.map +1 -0
- package/dist/components/auth/use-login-submit.js +99 -0
- package/dist/components/cart/InventoryHoldCountdown.d.ts +8 -0
- package/dist/components/cart/InventoryHoldCountdown.d.ts.map +1 -0
- package/dist/components/cart/InventoryHoldCountdown.js +73 -0
- package/dist/components/categories/category-masonry-grid.d.ts +18 -0
- package/dist/components/categories/category-masonry-grid.d.ts.map +1 -0
- package/dist/components/categories/category-masonry-grid.js +50 -0
- package/dist/components/categories/category-masonry-utils.d.ts +9 -0
- package/dist/components/categories/category-masonry-utils.d.ts.map +1 -0
- package/dist/components/categories/category-masonry-utils.js +67 -0
- package/dist/components/checkout/CheckoutFeeLines.d.ts +12 -0
- package/dist/components/checkout/CheckoutFeeLines.d.ts.map +1 -0
- package/dist/components/checkout/CheckoutFeeLines.js +9 -0
- package/dist/components/checkout/ShippingOptionsPanel.d.ts +54 -0
- package/dist/components/checkout/ShippingOptionsPanel.d.ts.map +1 -0
- package/dist/components/checkout/ShippingOptionsPanel.js +115 -0
- package/dist/components/learning/CertificateTemplates.d.ts +25 -0
- package/dist/components/learning/CertificateTemplates.d.ts.map +1 -0
- package/dist/components/learning/CertificateTemplates.js +31 -0
- package/dist/components/learning/CertificateViewer.d.ts +11 -0
- package/dist/components/learning/CertificateViewer.d.ts.map +1 -0
- package/dist/components/learning/CertificateViewer.js +114 -0
- package/dist/components/learning/MentorshipProgress.d.ts +18 -0
- package/dist/components/learning/MentorshipProgress.d.ts.map +1 -0
- package/dist/components/learning/MentorshipProgress.js +20 -0
- package/dist/components/product/ProductVariationSelectors.d.ts +10 -0
- package/dist/components/product/ProductVariationSelectors.d.ts.map +1 -0
- package/dist/components/product/ProductVariationSelectors.js +27 -0
- package/dist/components/rich-text/CategoryDescription.d.ts +7 -0
- package/dist/components/rich-text/CategoryDescription.d.ts.map +1 -0
- package/dist/components/rich-text/CategoryDescription.js +11 -0
- package/dist/components/rich-text/ProductDescription.d.ts +9 -0
- package/dist/components/rich-text/ProductDescription.d.ts.map +1 -0
- package/dist/components/rich-text/ProductDescription.js +10 -0
- package/dist/components/rich-text/RichTextExcerpt.d.ts +10 -0
- package/dist/components/rich-text/RichTextExcerpt.d.ts.map +1 -0
- package/dist/components/rich-text/RichTextExcerpt.js +12 -0
- package/dist/components/rich-text/SafeRichHtml.d.ts +14 -0
- package/dist/components/rich-text/SafeRichHtml.d.ts.map +1 -0
- package/dist/components/rich-text/SafeRichHtml.js +15 -0
- package/dist/components/shipping/MerchantHandledDeliveryNotice.d.ts +7 -0
- package/dist/components/shipping/MerchantHandledDeliveryNotice.d.ts.map +1 -0
- package/dist/components/shipping/MerchantHandledDeliveryNotice.js +7 -0
- package/dist/components/shipping/ProductDeliveryInfoSection.d.ts +21 -0
- package/dist/components/shipping/ProductDeliveryInfoSection.d.ts.map +1 -0
- package/dist/components/shipping/ProductDeliveryInfoSection.js +22 -0
- package/dist/components/shipping/ShippingQuoteAddressForm.d.ts +11 -0
- package/dist/components/shipping/ShippingQuoteAddressForm.d.ts.map +1 -0
- package/dist/components/shipping/ShippingQuoteAddressForm.js +66 -0
- package/dist/components/ui/address-selector.d.ts +11 -0
- package/dist/components/ui/address-selector.d.ts.map +1 -0
- package/dist/components/ui/address-selector.js +21 -0
- package/dist/components/ui/alert-modal.d.ts +21 -0
- package/dist/components/ui/alert-modal.d.ts.map +1 -0
- package/dist/components/ui/alert-modal.js +59 -0
- package/dist/components/ui/avatar-image.d.ts +11 -0
- package/dist/components/ui/avatar-image.d.ts.map +1 -0
- package/dist/components/ui/avatar-image.js +39 -0
- package/dist/components/ui/background-patterns.d.ts +27 -0
- package/dist/components/ui/background-patterns.d.ts.map +1 -0
- package/dist/components/ui/background-patterns.js +5 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/badge.js +20 -0
- package/dist/components/ui/breadcrumbs.d.ts +12 -0
- package/dist/components/ui/breadcrumbs.d.ts.map +1 -0
- package/dist/components/ui/breadcrumbs.js +12 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.js +34 -0
- package/dist/components/ui/card.d.ts +10 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/card.js +24 -0
- package/dist/components/ui/category-tree.d.ts +16 -0
- package/dist/components/ui/category-tree.d.ts.map +1 -0
- package/dist/components/ui/category-tree.js +74 -0
- package/dist/components/ui/checkout-button.d.ts +11 -0
- package/dist/components/ui/checkout-button.d.ts.map +1 -0
- package/dist/components/ui/checkout-button.js +298 -0
- package/dist/components/ui/dynamic-icon.d.ts +11 -0
- package/dist/components/ui/dynamic-icon.d.ts.map +1 -0
- package/dist/components/ui/dynamic-icon.js +77 -0
- package/dist/components/ui/guest-checkout-modal.d.ts +19 -0
- package/dist/components/ui/guest-checkout-modal.d.ts.map +1 -0
- package/dist/components/ui/guest-checkout-modal.js +95 -0
- package/dist/components/ui/image-skeleton.d.ts +7 -0
- package/dist/components/ui/image-skeleton.d.ts.map +1 -0
- package/dist/components/ui/image-skeleton.js +15 -0
- package/dist/components/ui/image-with-fallback.d.ts +10 -0
- package/dist/components/ui/image-with-fallback.d.ts.map +1 -0
- package/dist/components/ui/image-with-fallback.js +165 -0
- package/dist/components/ui/input.d.ts +6 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/input.js +8 -0
- package/dist/components/ui/limited-time-offer-badge.d.ts +12 -0
- package/dist/components/ui/limited-time-offer-badge.d.ts.map +1 -0
- package/dist/components/ui/limited-time-offer-badge.js +13 -0
- package/dist/components/ui/loading-skeleton-wrapper.d.ts +6 -0
- package/dist/components/ui/loading-skeleton-wrapper.d.ts.map +1 -0
- package/dist/components/ui/loading-skeleton-wrapper.js +10 -0
- package/dist/components/ui/modal.d.ts +11 -0
- package/dist/components/ui/modal.d.ts.map +1 -0
- package/dist/components/ui/modal.js +26 -0
- package/dist/components/ui/otp-input.d.ts +10 -0
- package/dist/components/ui/otp-input.d.ts.map +1 -0
- package/dist/components/ui/otp-input.js +57 -0
- package/dist/components/ui/out-of-stock-overlay.d.ts +8 -0
- package/dist/components/ui/out-of-stock-overlay.d.ts.map +1 -0
- package/dist/components/ui/out-of-stock-overlay.js +12 -0
- package/dist/components/ui/page-animate-wrapper.d.ts +7 -0
- package/dist/components/ui/page-animate-wrapper.d.ts.map +1 -0
- package/dist/components/ui/page-animate-wrapper.js +13 -0
- package/dist/components/ui/page-content-loader.d.ts +13 -0
- package/dist/components/ui/page-content-loader.d.ts.map +1 -0
- package/dist/components/ui/page-content-loader.js +12 -0
- package/dist/components/ui/page-loader.d.ts +20 -0
- package/dist/components/ui/page-loader.d.ts.map +1 -0
- package/dist/components/ui/page-loader.js +31 -0
- package/dist/components/ui/product-card.d.ts +11 -0
- package/dist/components/ui/product-card.d.ts.map +1 -0
- package/dist/components/ui/product-card.js +124 -0
- package/dist/components/ui/product-rating.d.ts +17 -0
- package/dist/components/ui/product-rating.d.ts.map +1 -0
- package/dist/components/ui/product-rating.js +54 -0
- package/dist/components/ui/product-stock-badge.d.ts +9 -0
- package/dist/components/ui/product-stock-badge.d.ts.map +1 -0
- package/dist/components/ui/product-stock-badge.js +20 -0
- package/dist/components/ui/review-form.d.ts +9 -0
- package/dist/components/ui/review-form.d.ts.map +1 -0
- package/dist/components/ui/review-form.js +28 -0
- package/dist/components/ui/route-skeleton-loader.d.ts +7 -0
- package/dist/components/ui/route-skeleton-loader.d.ts.map +1 -0
- package/dist/components/ui/route-skeleton-loader.js +75 -0
- package/dist/components/ui/sheet.d.ts +29 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sheet.js +45 -0
- package/dist/components/ui/skeleton.d.ts +3 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeleton.js +6 -0
- package/dist/components/ui/skeletons/category-grid-skeleton.d.ts +6 -0
- package/dist/components/ui/skeletons/category-grid-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/category-grid-skeleton.js +9 -0
- package/dist/components/ui/skeletons/checkout-skeleton.d.ts +2 -0
- package/dist/components/ui/skeletons/checkout-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/checkout-skeleton.js +4 -0
- package/dist/components/ui/skeletons/index.d.ts +6 -0
- package/dist/components/ui/skeletons/index.d.ts.map +1 -0
- package/dist/components/ui/skeletons/index.js +5 -0
- package/dist/components/ui/skeletons/page-skeleton.d.ts +2 -0
- package/dist/components/ui/skeletons/page-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/page-skeleton.js +4 -0
- package/dist/components/ui/skeletons/product-card-skeleton.d.ts +2 -0
- package/dist/components/ui/skeletons/product-card-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/product-card-skeleton.js +4 -0
- package/dist/components/ui/skeletons/product-detail-skeleton.d.ts +2 -0
- package/dist/components/ui/skeletons/product-detail-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/product-detail-skeleton.js +4 -0
- package/dist/components/ui/skeletons/product-grid-skeleton.d.ts +7 -0
- package/dist/components/ui/skeletons/product-grid-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/product-grid-skeleton.js +12 -0
- package/dist/components/ui/store-logos.d.ts +43 -0
- package/dist/components/ui/store-logos.d.ts.map +1 -0
- package/dist/components/ui/store-logos.js +83 -0
- package/dist/components/ui/toast.d.ts +20 -0
- package/dist/components/ui/toast.d.ts.map +1 -0
- package/dist/components/ui/toast.js +33 -0
- package/dist/components/ui/video-player.d.ts +48 -0
- package/dist/components/ui/video-player.d.ts.map +1 -0
- package/dist/components/ui/video-player.js +101 -0
- package/dist/editor/alignment-schemas/booking-agenda.d.ts +3 -0
- package/dist/editor/alignment-schemas/booking-agenda.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/booking-agenda.js +145 -0
- package/dist/editor/alignment-schemas/booking-footer-section.d.ts +4 -0
- package/dist/editor/alignment-schemas/booking-footer-section.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/booking-footer-section.js +69 -0
- package/dist/editor/alignment-schemas/booking.d.ts +3 -0
- package/dist/editor/alignment-schemas/booking.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/booking.js +476 -0
- package/dist/editor/alignment-schemas/clothing-minimal.d.ts +3 -0
- package/dist/editor/alignment-schemas/clothing-minimal.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/clothing-minimal.js +363 -0
- package/dist/editor/alignment-schemas/clothing.d.ts +3 -0
- package/dist/editor/alignment-schemas/clothing.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/clothing.js +477 -0
- package/dist/editor/alignment-schemas/electronics-grid.d.ts +3 -0
- package/dist/editor/alignment-schemas/electronics-grid.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/electronics-grid.js +97 -0
- package/dist/editor/alignment-schemas/electronics.d.ts +3 -0
- package/dist/editor/alignment-schemas/electronics.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/electronics.js +145 -0
- package/dist/editor/alignment-schemas/food-modern.d.ts +3 -0
- package/dist/editor/alignment-schemas/food-modern.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/food-modern.js +237 -0
- package/dist/editor/alignment-schemas/food.d.ts +3 -0
- package/dist/editor/alignment-schemas/food.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/food.js +494 -0
- package/dist/editor/alignment-schemas/index.d.ts +15 -0
- package/dist/editor/alignment-schemas/index.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/index.js +50 -0
- package/dist/editor/alignment-schemas/lazy-loader.d.ts +14 -0
- package/dist/editor/alignment-schemas/lazy-loader.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/lazy-loader.js +80 -0
- package/dist/editor/alignment-schemas/metadata.d.ts +25 -0
- package/dist/editor/alignment-schemas/metadata.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/metadata.js +225 -0
- package/dist/editor/alignment-schemas/motivational-speaker.d.ts +3 -0
- package/dist/editor/alignment-schemas/motivational-speaker.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/motivational-speaker.js +185 -0
- package/dist/editor/alignment-schemas/resolve-canvas-inspector-leaf.d.ts +18 -0
- package/dist/editor/alignment-schemas/resolve-canvas-inspector-leaf.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/resolve-canvas-inspector-leaf.js +166 -0
- package/dist/editor/alignment-schemas/resolve-field.d.ts +9 -0
- package/dist/editor/alignment-schemas/resolve-field.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/resolve-field.js +56 -0
- package/dist/editor/alignment-schemas/types.d.ts +53 -0
- package/dist/editor/alignment-schemas/types.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/types.js +1 -0
- package/dist/editor/blocks/defaults/clothing-minimal-home.d.ts +9 -0
- package/dist/editor/blocks/defaults/clothing-minimal-home.d.ts.map +1 -0
- package/dist/editor/blocks/defaults/clothing-minimal-home.js +207 -0
- package/dist/editor/blocks/index.d.ts +4 -0
- package/dist/editor/blocks/index.d.ts.map +1 -0
- package/dist/editor/blocks/index.js +3 -0
- package/dist/editor/blocks/migrate-clothing-minimal.d.ts +5 -0
- package/dist/editor/blocks/migrate-clothing-minimal.d.ts.map +1 -0
- package/dist/editor/blocks/migrate-clothing-minimal.js +140 -0
- package/dist/editor/blocks/nav-outline-utils.d.ts +47 -0
- package/dist/editor/blocks/nav-outline-utils.d.ts.map +1 -0
- package/dist/editor/blocks/nav-outline-utils.js +201 -0
- package/dist/editor/blocks/registry.d.ts +19 -0
- package/dist/editor/blocks/registry.d.ts.map +1 -0
- package/dist/editor/blocks/registry.js +118 -0
- package/dist/editor/blocks/types.d.ts +14 -0
- package/dist/editor/blocks/types.d.ts.map +1 -0
- package/dist/editor/blocks/types.js +14 -0
- package/dist/editor/document/adapter.d.ts +44 -0
- package/dist/editor/document/adapter.d.ts.map +1 -0
- package/dist/editor/document/adapter.js +159 -0
- package/dist/editor/document/block-tree.d.ts +46 -0
- package/dist/editor/document/block-tree.d.ts.map +1 -0
- package/dist/editor/document/block-tree.js +345 -0
- package/dist/editor/document/constants.d.ts +6 -0
- package/dist/editor/document/constants.d.ts.map +1 -0
- package/dist/editor/document/constants.js +14 -0
- package/dist/editor/document/index.d.ts +7 -0
- package/dist/editor/document/index.d.ts.map +1 -0
- package/dist/editor/document/index.js +6 -0
- package/dist/editor/document/layout-id.d.ts +3 -0
- package/dist/editor/document/layout-id.d.ts.map +1 -0
- package/dist/editor/document/layout-id.js +17 -0
- package/dist/editor/document/types.d.ts +91 -0
- package/dist/editor/document/types.d.ts.map +1 -0
- package/dist/editor/document/types.js +1 -0
- package/dist/editor/document/validate.d.ts +11 -0
- package/dist/editor/document/validate.d.ts.map +1 -0
- package/dist/editor/document/validate.js +92 -0
- package/dist/editor/feature-flags.d.ts +11 -0
- package/dist/editor/feature-flags.d.ts.map +1 -0
- package/dist/editor/feature-flags.js +19 -0
- package/dist/editor/index.d.ts +28 -0
- package/dist/editor/index.d.ts.map +1 -0
- package/dist/editor/index.js +72 -0
- package/dist/editor/layout-content-loader.d.ts +13 -0
- package/dist/editor/layout-content-loader.d.ts.map +1 -0
- package/dist/editor/layout-content-loader.js +222 -0
- package/dist/editor/payaza-form/ActiveArrayFocusContext.d.ts +20 -0
- package/dist/editor/payaza-form/ActiveArrayFocusContext.d.ts.map +1 -0
- package/dist/editor/payaza-form/ActiveArrayFocusContext.js +31 -0
- package/dist/editor/payaza-form/ArrayItemManager.d.ts +19 -0
- package/dist/editor/payaza-form/ArrayItemManager.d.ts.map +1 -0
- package/dist/editor/payaza-form/ArrayItemManager.js +62 -0
- package/dist/editor/payaza-form/AssetSelectionContext.d.ts +17 -0
- package/dist/editor/payaza-form/AssetSelectionContext.d.ts.map +1 -0
- package/dist/editor/payaza-form/AssetSelectionContext.js +81 -0
- package/dist/editor/payaza-form/EditorCanvasPreview.d.ts +41 -0
- package/dist/editor/payaza-form/EditorCanvasPreview.d.ts.map +1 -0
- package/dist/editor/payaza-form/EditorCanvasPreview.js +56 -0
- package/dist/editor/payaza-form/EditorLayoutContext.d.ts +8 -0
- package/dist/editor/payaza-form/EditorLayoutContext.d.ts.map +1 -0
- package/dist/editor/payaza-form/EditorLayoutContext.js +6 -0
- package/dist/editor/payaza-form/FieldRenderer.d.ts +16 -0
- package/dist/editor/payaza-form/FieldRenderer.d.ts.map +1 -0
- package/dist/editor/payaza-form/FieldRenderer.js +192 -0
- package/dist/editor/payaza-form/IframePreviewMessageBridge.d.ts +29 -0
- package/dist/editor/payaza-form/IframePreviewMessageBridge.d.ts.map +1 -0
- package/dist/editor/payaza-form/IframePreviewMessageBridge.js +46 -0
- package/dist/editor/payaza-form/PayazaFormEditor.d.ts +12 -0
- package/dist/editor/payaza-form/PayazaFormEditor.d.ts.map +1 -0
- package/dist/editor/payaza-form/PayazaFormEditor.js +1226 -0
- package/dist/editor/payaza-form/PayazaFormEditorFullPage.d.ts +9 -0
- package/dist/editor/payaza-form/PayazaFormEditorFullPage.d.ts.map +1 -0
- package/dist/editor/payaza-form/PayazaFormEditorFullPage.js +6 -0
- package/dist/editor/payaza-form/SliderArrayEditor.d.ts +17 -0
- package/dist/editor/payaza-form/SliderArrayEditor.d.ts.map +1 -0
- package/dist/editor/payaza-form/SliderArrayEditor.js +96 -0
- package/dist/editor/payaza-form/components/ArrayField.d.ts +21 -0
- package/dist/editor/payaza-form/components/ArrayField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/ArrayField.js +18 -0
- package/dist/editor/payaza-form/components/BlockStylesInspector.d.ts +9 -0
- package/dist/editor/payaza-form/components/BlockStylesInspector.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/BlockStylesInspector.js +150 -0
- package/dist/editor/payaza-form/components/BlocksField.d.ts +17 -0
- package/dist/editor/payaza-form/components/BlocksField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/BlocksField.js +108 -0
- package/dist/editor/payaza-form/components/ButtonField.d.ts +15 -0
- package/dist/editor/payaza-form/components/ButtonField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/ButtonField.js +17 -0
- package/dist/editor/payaza-form/components/CanvasGranularInspector.d.ts +16 -0
- package/dist/editor/payaza-form/components/CanvasGranularInspector.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/CanvasGranularInspector.js +32 -0
- package/dist/editor/payaza-form/components/FieldDensityContext.d.ts +10 -0
- package/dist/editor/payaza-form/components/FieldDensityContext.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/FieldDensityContext.js +13 -0
- package/dist/editor/payaza-form/components/IconField.d.ts +12 -0
- package/dist/editor/payaza-form/components/IconField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/IconField.js +42 -0
- package/dist/editor/payaza-form/components/ImageField.d.ts +10 -0
- package/dist/editor/payaza-form/components/ImageField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/ImageField.js +30 -0
- package/dist/editor/payaza-form/components/NumberField.d.ts +14 -0
- package/dist/editor/payaza-form/components/NumberField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/NumberField.js +23 -0
- package/dist/editor/payaza-form/components/ObjectField.d.ts +11 -0
- package/dist/editor/payaza-form/components/ObjectField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/ObjectField.js +7 -0
- package/dist/editor/payaza-form/components/RichTextField.d.ts +15 -0
- package/dist/editor/payaza-form/components/RichTextField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/RichTextField.js +88 -0
- package/dist/editor/payaza-form/components/SectionField.d.ts +14 -0
- package/dist/editor/payaza-form/components/SectionField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/SectionField.js +8 -0
- package/dist/editor/payaza-form/components/SectionSchemaInspector.d.ts +18 -0
- package/dist/editor/payaza-form/components/SectionSchemaInspector.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/SectionSchemaInspector.js +64 -0
- package/dist/editor/payaza-form/components/SegmentedControlField.d.ts +13 -0
- package/dist/editor/payaza-form/components/SegmentedControlField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/SegmentedControlField.js +7 -0
- package/dist/editor/payaza-form/components/StarRatingField.d.ts +13 -0
- package/dist/editor/payaza-form/components/StarRatingField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/StarRatingField.js +16 -0
- package/dist/editor/payaza-form/components/TextField.d.ts +13 -0
- package/dist/editor/payaza-form/components/TextField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/TextField.js +12 -0
- package/dist/editor/payaza-form/components/TextareaField.d.ts +11 -0
- package/dist/editor/payaza-form/components/TextareaField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/TextareaField.js +6 -0
- package/dist/editor/payaza-form/components/ToggleField.d.ts +12 -0
- package/dist/editor/payaza-form/components/ToggleField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/ToggleField.js +15 -0
- package/dist/editor/payaza-form/data-merger.d.ts +28 -0
- package/dist/editor/payaza-form/data-merger.d.ts.map +1 -0
- package/dist/editor/payaza-form/data-merger.js +878 -0
- package/dist/editor/payaza-form/data-transformer.d.ts +28 -0
- package/dist/editor/payaza-form/data-transformer.d.ts.map +1 -0
- package/dist/editor/payaza-form/data-transformer.js +304 -0
- package/dist/editor/payaza-form/engine.d.ts +72 -0
- package/dist/editor/payaza-form/engine.d.ts.map +1 -0
- package/dist/editor/payaza-form/engine.js +140 -0
- package/dist/editor/payaza-form/examples/custom-widgets.example.d.ts +8 -0
- package/dist/editor/payaza-form/examples/custom-widgets.example.d.ts.map +1 -0
- package/dist/editor/payaza-form/examples/custom-widgets.example.js +51 -0
- package/dist/editor/payaza-form/field-renderer-ref.d.ts +4 -0
- package/dist/editor/payaza-form/field-renderer-ref.d.ts.map +1 -0
- package/dist/editor/payaza-form/field-renderer-ref.js +16 -0
- package/dist/editor/payaza-form/index.d.ts +11 -0
- package/dist/editor/payaza-form/index.d.ts.map +1 -0
- package/dist/editor/payaza-form/index.js +8 -0
- package/dist/editor/payaza-form/layout-loader.d.ts +12 -0
- package/dist/editor/payaza-form/layout-loader.d.ts.map +1 -0
- package/dist/editor/payaza-form/layout-loader.js +43 -0
- package/dist/editor/payaza-form/payaza-style-sanitize.d.ts +14 -0
- package/dist/editor/payaza-form/payaza-style-sanitize.d.ts.map +1 -0
- package/dist/editor/payaza-form/payaza-style-sanitize.js +76 -0
- package/dist/editor/payaza-form/preview-message-handler.d.ts +18 -0
- package/dist/editor/payaza-form/preview-message-handler.d.ts.map +1 -0
- package/dist/editor/payaza-form/preview-message-handler.js +89 -0
- package/dist/editor/payaza-form/schema-bridge.d.ts +12 -0
- package/dist/editor/payaza-form/schema-bridge.d.ts.map +1 -0
- package/dist/editor/payaza-form/schema-bridge.js +90 -0
- package/dist/editor/payaza-form/widget-registry.d.ts +94 -0
- package/dist/editor/payaza-form/widget-registry.d.ts.map +1 -0
- package/dist/editor/payaza-form/widget-registry.js +107 -0
- package/dist/editor/shared/AIGenerateModal.d.ts +17 -0
- package/dist/editor/shared/AIGenerateModal.d.ts.map +1 -0
- package/dist/editor/shared/AIGenerateModal.js +59 -0
- package/dist/editor/shared/BlockOutlineTree.d.ts +14 -0
- package/dist/editor/shared/BlockOutlineTree.d.ts.map +1 -0
- package/dist/editor/shared/BlockOutlineTree.js +47 -0
- package/dist/editor/shared/EditorHeader.d.ts +61 -0
- package/dist/editor/shared/EditorHeader.d.ts.map +1 -0
- package/dist/editor/shared/EditorHeader.js +181 -0
- package/dist/editor/shared/EditorNavigator.d.ts +42 -0
- package/dist/editor/shared/EditorNavigator.d.ts.map +1 -0
- package/dist/editor/shared/EditorNavigator.js +44 -0
- package/dist/editor/shared/IframePreview.d.ts +36 -0
- package/dist/editor/shared/IframePreview.d.ts.map +1 -0
- package/dist/editor/shared/IframePreview.js +217 -0
- package/dist/editor/shared/InlineCanvasPreview.d.ts +36 -0
- package/dist/editor/shared/InlineCanvasPreview.d.ts.map +1 -0
- package/dist/editor/shared/InlineCanvasPreview.js +174 -0
- package/dist/editor/shared/LayoutRenderer.d.ts +11 -0
- package/dist/editor/shared/LayoutRenderer.d.ts.map +1 -0
- package/dist/editor/shared/LayoutRenderer.js +7 -0
- package/dist/editor/shared/PageTabs.d.ts +13 -0
- package/dist/editor/shared/PageTabs.d.ts.map +1 -0
- package/dist/editor/shared/PageTabs.js +6 -0
- package/dist/editor/shared/ResizableSidebar.d.ts +14 -0
- package/dist/editor/shared/ResizableSidebar.d.ts.map +1 -0
- package/dist/editor/shared/ResizableSidebar.js +45 -0
- package/dist/editor/shared/index.d.ts +8 -0
- package/dist/editor/shared/index.d.ts.map +1 -0
- package/dist/editor/shared/index.js +7 -0
- package/dist/editor/shared/preview-viewport.d.ts +9 -0
- package/dist/editor/shared/preview-viewport.d.ts.map +1 -0
- package/dist/editor/shared/preview-viewport.js +17 -0
- package/dist/editor/shared/useEditorChromeMetrics.d.ts +15 -0
- package/dist/editor/shared/useEditorChromeMetrics.d.ts.map +1 -0
- package/dist/editor/shared/useEditorChromeMetrics.js +52 -0
- package/dist/editor/types.d.ts +162 -0
- package/dist/editor/types.d.ts.map +1 -0
- package/dist/editor/types.js +1 -0
- package/dist/hooks/use-analytics.d.ts +15 -0
- package/dist/hooks/use-analytics.d.ts.map +1 -0
- package/dist/hooks/use-analytics.js +62 -0
- package/dist/hooks/use-api.d.ts +17 -0
- package/dist/hooks/use-api.d.ts.map +1 -0
- package/dist/hooks/use-api.js +53 -0
- package/dist/hooks/use-cart-api.d.ts +28 -0
- package/dist/hooks/use-cart-api.d.ts.map +1 -0
- package/dist/hooks/use-cart-api.js +116 -0
- package/dist/hooks/use-catalog-loader.d.ts +19 -0
- package/dist/hooks/use-catalog-loader.d.ts.map +1 -0
- package/dist/hooks/use-catalog-loader.js +107 -0
- package/dist/hooks/use-catalog-price-range.d.ts +17 -0
- package/dist/hooks/use-catalog-price-range.d.ts.map +1 -0
- package/dist/hooks/use-catalog-price-range.js +26 -0
- package/dist/hooks/use-checkout-fees.d.ts +16 -0
- package/dist/hooks/use-checkout-fees.d.ts.map +1 -0
- package/dist/hooks/use-checkout-fees.js +105 -0
- package/dist/hooks/use-content-ready.d.ts +17 -0
- package/dist/hooks/use-content-ready.d.ts.map +1 -0
- package/dist/hooks/use-content-ready.js +197 -0
- package/dist/hooks/use-debounce.d.ts +6 -0
- package/dist/hooks/use-debounce.d.ts.map +1 -0
- package/dist/hooks/use-debounce.js +17 -0
- package/dist/hooks/use-multi-store-checkout-fees.d.ts +25 -0
- package/dist/hooks/use-multi-store-checkout-fees.d.ts.map +1 -0
- package/dist/hooks/use-multi-store-checkout-fees.js +116 -0
- package/dist/hooks/use-navigation-loading.d.ts +4 -0
- package/dist/hooks/use-navigation-loading.d.ts.map +1 -0
- package/dist/hooks/use-navigation-loading.js +14 -0
- package/dist/hooks/use-payaza-checkout.d.ts +15 -0
- package/dist/hooks/use-payaza-checkout.d.ts.map +1 -0
- package/dist/hooks/use-payaza-checkout.js +123 -0
- package/dist/hooks/use-product-variation-selection.d.ts +26 -0
- package/dist/hooks/use-product-variation-selection.d.ts.map +1 -0
- package/dist/hooks/use-product-variation-selection.js +26 -0
- package/dist/hooks/use-products-api.d.ts +19 -0
- package/dist/hooks/use-products-api.d.ts.map +1 -0
- package/dist/hooks/use-products-api.js +84 -0
- package/dist/hooks/use-shipping-quote.d.ts +25 -0
- package/dist/hooks/use-shipping-quote.d.ts.map +1 -0
- package/dist/hooks/use-shipping-quote.js +80 -0
- package/dist/hooks/use-store-api.d.ts +12 -0
- package/dist/hooks/use-store-api.d.ts.map +1 -0
- package/dist/hooks/use-store-api.js +73 -0
- package/dist/hooks/usePreviewSlideSync.d.ts +5 -0
- package/dist/hooks/usePreviewSlideSync.d.ts.map +1 -0
- package/dist/hooks/usePreviewSlideSync.js +28 -0
- package/dist/index.d.ts +150 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +164 -0
- package/dist/json/booking-agenda.json +166 -0
- package/dist/json/booking.json +224 -0
- package/dist/json/clothing-minimal.json +203 -0
- package/dist/json/clothing.json +418 -0
- package/dist/json/electronics-grid.json +246 -0
- package/dist/json/electronics.json +303 -0
- package/dist/json/food-modern.json +191 -0
- package/dist/json/food.json +283 -0
- package/dist/json/json-map.d.ts +7 -0
- package/dist/json/json-map.d.ts.map +1 -0
- package/dist/json/json-map.js +36 -0
- package/dist/json/motivational-speaker.json +361 -0
- package/dist/layouts/booking/components/BookingHomePage.d.ts +7 -0
- package/dist/layouts/booking/components/BookingHomePage.d.ts.map +1 -0
- package/dist/layouts/booking/components/BookingHomePage.js +107 -0
- package/dist/layouts/booking/components/BookingMultilineHeading.d.ts +20 -0
- package/dist/layouts/booking/components/BookingMultilineHeading.d.ts.map +1 -0
- package/dist/layouts/booking/components/BookingMultilineHeading.js +32 -0
- package/dist/layouts/booking/components/BookingTestimonialCard.d.ts +10 -0
- package/dist/layouts/booking/components/BookingTestimonialCard.d.ts.map +1 -0
- package/dist/layouts/booking/components/BookingTestimonialCard.js +11 -0
- package/dist/layouts/booking/components/BookingTestimonialsEmptyState.d.ts +9 -0
- package/dist/layouts/booking/components/BookingTestimonialsEmptyState.d.ts.map +1 -0
- package/dist/layouts/booking/components/BookingTestimonialsEmptyState.js +19 -0
- package/dist/layouts/booking/components/booking-about-defaults.d.ts +26 -0
- package/dist/layouts/booking/components/booking-about-defaults.d.ts.map +1 -0
- package/dist/layouts/booking/components/booking-about-defaults.js +99 -0
- package/dist/layouts/booking/components/booking-footer-defaults.d.ts +19 -0
- package/dist/layouts/booking/components/booking-footer-defaults.d.ts.map +1 -0
- package/dist/layouts/booking/components/booking-footer-defaults.js +52 -0
- package/dist/layouts/booking/components/booking-testimonial-defaults.d.ts +21 -0
- package/dist/layouts/booking/components/booking-testimonial-defaults.d.ts.map +1 -0
- package/dist/layouts/booking/components/booking-testimonial-defaults.js +112 -0
- package/dist/layouts/booking/index.d.ts +9 -0
- package/dist/layouts/booking/index.d.ts.map +1 -0
- package/dist/layouts/booking/index.js +9 -0
- package/dist/layouts/booking/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/booking/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/AboutPage.js +69 -0
- package/dist/layouts/booking/pages/BookPage.d.ts +8 -0
- package/dist/layouts/booking/pages/BookPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/BookPage.js +482 -0
- package/dist/layouts/booking/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/booking/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/CategoriesPage.js +30 -0
- package/dist/layouts/booking/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/booking/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/CategoryPage.js +51 -0
- package/dist/layouts/booking/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/booking/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/ContactPage.js +59 -0
- package/dist/layouts/booking/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/booking/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/ProductDetailPage.js +433 -0
- package/dist/layouts/booking/pages/ServicesPage.d.ts +9 -0
- package/dist/layouts/booking/pages/ServicesPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/ServicesPage.js +54 -0
- package/dist/layouts/booking-agenda/components/BookingHomePageAgenda.d.ts +7 -0
- package/dist/layouts/booking-agenda/components/BookingHomePageAgenda.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/components/BookingHomePageAgenda.js +283 -0
- package/dist/layouts/booking-agenda/index.d.ts +9 -0
- package/dist/layouts/booking-agenda/index.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/index.js +9 -0
- package/dist/layouts/booking-agenda/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/booking-agenda/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/AboutPage.js +51 -0
- package/dist/layouts/booking-agenda/pages/BookPage.d.ts +8 -0
- package/dist/layouts/booking-agenda/pages/BookPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/BookPage.js +468 -0
- package/dist/layouts/booking-agenda/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/booking-agenda/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/CategoriesPage.js +23 -0
- package/dist/layouts/booking-agenda/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/booking-agenda/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/CategoryPage.js +48 -0
- package/dist/layouts/booking-agenda/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/booking-agenda/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/ContactPage.js +57 -0
- package/dist/layouts/booking-agenda/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/booking-agenda/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/ProductDetailPage.js +433 -0
- package/dist/layouts/booking-agenda/pages/ServicesPage.d.ts +9 -0
- package/dist/layouts/booking-agenda/pages/ServicesPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/ServicesPage.js +46 -0
- package/dist/layouts/clothing/components/ClothingHomePage.d.ts +7 -0
- package/dist/layouts/clothing/components/ClothingHomePage.d.ts.map +1 -0
- package/dist/layouts/clothing/components/ClothingHomePage.js +260 -0
- package/dist/layouts/clothing/index.d.ts +8 -0
- package/dist/layouts/clothing/index.d.ts.map +1 -0
- package/dist/layouts/clothing/index.js +8 -0
- package/dist/layouts/clothing/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/clothing/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/AboutPage.js +55 -0
- package/dist/layouts/clothing/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/clothing/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/CategoriesPage.js +34 -0
- package/dist/layouts/clothing/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/clothing/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/CategoryPage.js +77 -0
- package/dist/layouts/clothing/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/clothing/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/ContactPage.js +58 -0
- package/dist/layouts/clothing/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/clothing/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/ProductDetailPage.js +393 -0
- package/dist/layouts/clothing/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/clothing/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/ProductsPage.js +268 -0
- package/dist/layouts/clothing/payaza-bindings.d.ts +23 -0
- package/dist/layouts/clothing/payaza-bindings.d.ts.map +1 -0
- package/dist/layouts/clothing/payaza-bindings.js +17 -0
- package/dist/layouts/clothing/styles/clothing.css +80 -0
- package/dist/layouts/clothing-minimal/components/ClothingHomePageMinimal.d.ts +7 -0
- package/dist/layouts/clothing-minimal/components/ClothingHomePageMinimal.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/components/ClothingHomePageMinimal.js +163 -0
- package/dist/layouts/clothing-minimal/components/clothing-minimal-block-render.d.ts +40 -0
- package/dist/layouts/clothing-minimal/components/clothing-minimal-block-render.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/components/clothing-minimal-block-render.js +180 -0
- package/dist/layouts/clothing-minimal/index.d.ts +8 -0
- package/dist/layouts/clothing-minimal/index.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/index.js +8 -0
- package/dist/layouts/clothing-minimal/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/clothing-minimal/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/AboutPage.js +71 -0
- package/dist/layouts/clothing-minimal/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/clothing-minimal/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/CategoriesPage.js +35 -0
- package/dist/layouts/clothing-minimal/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/clothing-minimal/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/CategoryPage.js +56 -0
- package/dist/layouts/clothing-minimal/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/clothing-minimal/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/ContactPage.js +53 -0
- package/dist/layouts/clothing-minimal/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/clothing-minimal/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/ProductDetailPage.js +432 -0
- package/dist/layouts/clothing-minimal/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/clothing-minimal/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/ProductsPage.js +274 -0
- package/dist/layouts/electronics/components/ElectronicsCategoriesPage.d.ts +7 -0
- package/dist/layouts/electronics/components/ElectronicsCategoriesPage.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsCategoriesPage.js +40 -0
- package/dist/layouts/electronics/components/ElectronicsGridProductCard.d.ts +10 -0
- package/dist/layouts/electronics/components/ElectronicsGridProductCard.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsGridProductCard.js +107 -0
- package/dist/layouts/electronics/components/ElectronicsHomePage.d.ts +7 -0
- package/dist/layouts/electronics/components/ElectronicsHomePage.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsHomePage.js +96 -0
- package/dist/layouts/electronics/components/ElectronicsPageWrapper.d.ts +8 -0
- package/dist/layouts/electronics/components/ElectronicsPageWrapper.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsPageWrapper.js +10 -0
- package/dist/layouts/electronics/components/ElectronicsProductsPage.d.ts +7 -0
- package/dist/layouts/electronics/components/ElectronicsProductsPage.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsProductsPage.js +99 -0
- package/dist/layouts/electronics/components/ElectronicsStoreFooter.d.ts +7 -0
- package/dist/layouts/electronics/components/ElectronicsStoreFooter.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsStoreFooter.js +11 -0
- package/dist/layouts/electronics/components/ElectronicsStoreHeader.d.ts +7 -0
- package/dist/layouts/electronics/components/ElectronicsStoreHeader.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsStoreHeader.js +39 -0
- package/dist/layouts/electronics/index.d.ts +19 -0
- package/dist/layouts/electronics/index.d.ts.map +1 -0
- package/dist/layouts/electronics/index.js +19 -0
- package/dist/layouts/electronics/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/AboutPage.js +51 -0
- package/dist/layouts/electronics/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/CategoriesPage.js +6 -0
- package/dist/layouts/electronics/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/electronics/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/CategoryPage.js +55 -0
- package/dist/layouts/electronics/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/ContactPage.js +57 -0
- package/dist/layouts/electronics/pages/HelpCenterPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/HelpCenterPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/HelpCenterPage.js +55 -0
- package/dist/layouts/electronics/pages/PrivacyPolicyPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/PrivacyPolicyPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/PrivacyPolicyPage.js +9 -0
- package/dist/layouts/electronics/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/electronics/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/ProductDetailPage.js +430 -0
- package/dist/layouts/electronics/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/ProductsPage.js +273 -0
- package/dist/layouts/electronics/pages/ShippingReturnsPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/ShippingReturnsPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/ShippingReturnsPage.js +7 -0
- package/dist/layouts/electronics/pages/TermsPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/TermsPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/TermsPage.js +9 -0
- package/dist/layouts/electronics/pages/TrackOrderPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/TrackOrderPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/TrackOrderPage.js +376 -0
- package/dist/layouts/electronics-grid/components/ElectronicsGridProductCard.d.ts +10 -0
- package/dist/layouts/electronics-grid/components/ElectronicsGridProductCard.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/components/ElectronicsGridProductCard.js +107 -0
- package/dist/layouts/electronics-grid/components/ElectronicsHomePageGrid.d.ts +7 -0
- package/dist/layouts/electronics-grid/components/ElectronicsHomePageGrid.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/components/ElectronicsHomePageGrid.js +111 -0
- package/dist/layouts/electronics-grid/index.d.ts +15 -0
- package/dist/layouts/electronics-grid/index.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/index.js +15 -0
- package/dist/layouts/electronics-grid/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/AboutPage.js +51 -0
- package/dist/layouts/electronics-grid/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/CategoriesPage.js +6 -0
- package/dist/layouts/electronics-grid/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/electronics-grid/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/CategoryPage.js +55 -0
- package/dist/layouts/electronics-grid/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/ContactPage.js +57 -0
- package/dist/layouts/electronics-grid/pages/ElectronicsGridCategoriesPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/ElectronicsGridCategoriesPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/ElectronicsGridCategoriesPage.js +26 -0
- package/dist/layouts/electronics-grid/pages/HelpCenterPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/HelpCenterPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/HelpCenterPage.js +55 -0
- package/dist/layouts/electronics-grid/pages/PrivacyPolicyPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/PrivacyPolicyPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/PrivacyPolicyPage.js +9 -0
- package/dist/layouts/electronics-grid/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/electronics-grid/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/ProductDetailPage.js +430 -0
- package/dist/layouts/electronics-grid/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/ProductsPage.js +273 -0
- package/dist/layouts/electronics-grid/pages/ShippingReturnsPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/ShippingReturnsPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/ShippingReturnsPage.js +7 -0
- package/dist/layouts/electronics-grid/pages/TermsPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/TermsPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/TermsPage.js +9 -0
- package/dist/layouts/electronics-grid/pages/TrackOrderPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/TrackOrderPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/TrackOrderPage.js +376 -0
- package/dist/layouts/food/components/FoodHomePage.d.ts +7 -0
- package/dist/layouts/food/components/FoodHomePage.d.ts.map +1 -0
- package/dist/layouts/food/components/FoodHomePage.js +387 -0
- package/dist/layouts/food/index.d.ts +9 -0
- package/dist/layouts/food/index.d.ts.map +1 -0
- package/dist/layouts/food/index.js +9 -0
- package/dist/layouts/food/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/food/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/AboutPage.js +67 -0
- package/dist/layouts/food/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/food/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/CategoriesPage.js +26 -0
- package/dist/layouts/food/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/food/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/CategoryPage.js +65 -0
- package/dist/layouts/food/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/food/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/ContactPage.js +55 -0
- package/dist/layouts/food/pages/MenuPage.d.ts +8 -0
- package/dist/layouts/food/pages/MenuPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/MenuPage.js +107 -0
- package/dist/layouts/food/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/food/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/ProductDetailPage.js +485 -0
- package/dist/layouts/food/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/food/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/ProductsPage.js +174 -0
- package/dist/layouts/food-modern/components/FoodHomePageModern.d.ts +7 -0
- package/dist/layouts/food-modern/components/FoodHomePageModern.d.ts.map +1 -0
- package/dist/layouts/food-modern/components/FoodHomePageModern.js +101 -0
- package/dist/layouts/food-modern/index.d.ts +9 -0
- package/dist/layouts/food-modern/index.d.ts.map +1 -0
- package/dist/layouts/food-modern/index.js +9 -0
- package/dist/layouts/food-modern/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/food-modern/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/AboutPage.js +52 -0
- package/dist/layouts/food-modern/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/food-modern/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/CategoriesPage.js +23 -0
- package/dist/layouts/food-modern/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/food-modern/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/CategoryPage.js +64 -0
- package/dist/layouts/food-modern/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/food-modern/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/ContactPage.js +55 -0
- package/dist/layouts/food-modern/pages/MenuPage.d.ts +8 -0
- package/dist/layouts/food-modern/pages/MenuPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/MenuPage.js +110 -0
- package/dist/layouts/food-modern/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/food-modern/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/ProductDetailPage.js +427 -0
- package/dist/layouts/food-modern/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/food-modern/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/ProductsPage.js +175 -0
- package/dist/layouts/motivational-speaker/components/MotivationalHomePage.d.ts +7 -0
- package/dist/layouts/motivational-speaker/components/MotivationalHomePage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/components/MotivationalHomePage.js +131 -0
- package/dist/layouts/motivational-speaker/components/MotivationalSpeakerPageWrapper.d.ts +3 -0
- package/dist/layouts/motivational-speaker/components/MotivationalSpeakerPageWrapper.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/components/MotivationalSpeakerPageWrapper.js +7 -0
- package/dist/layouts/motivational-speaker/index.d.ts +10 -0
- package/dist/layouts/motivational-speaker/index.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/index.js +10 -0
- package/dist/layouts/motivational-speaker/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/motivational-speaker/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/AboutPage.js +51 -0
- package/dist/layouts/motivational-speaker/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/motivational-speaker/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/CategoryPage.js +72 -0
- package/dist/layouts/motivational-speaker/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/motivational-speaker/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/ContactPage.js +57 -0
- package/dist/layouts/motivational-speaker/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/motivational-speaker/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/ProductsPage.js +273 -0
- package/dist/layouts/motivational-speaker/pages/ServiceDetailPage.d.ts +8 -0
- package/dist/layouts/motivational-speaker/pages/ServiceDetailPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/ServiceDetailPage.js +153 -0
- package/dist/layouts/motivational-speaker/pages/ServicesPage.d.ts +9 -0
- package/dist/layouts/motivational-speaker/pages/ServicesPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/ServicesPage.js +46 -0
- package/dist/layouts/motivational-speaker/pages/SubscriptionPage.d.ts +7 -0
- package/dist/layouts/motivational-speaker/pages/SubscriptionPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/SubscriptionPage.js +137 -0
- package/dist/layouts/shared/components/BaseStoreLayout.d.ts +8 -0
- package/dist/layouts/shared/components/BaseStoreLayout.d.ts.map +1 -0
- package/dist/layouts/shared/components/BaseStoreLayout.js +49 -0
- package/dist/layouts/shared/components/CartLineQuantityControl.d.ts +12 -0
- package/dist/layouts/shared/components/CartLineQuantityControl.d.ts.map +1 -0
- package/dist/layouts/shared/components/CartLineQuantityControl.js +99 -0
- package/dist/layouts/shared/components/GenericPageWrapper.d.ts +8 -0
- package/dist/layouts/shared/components/GenericPageWrapper.d.ts.map +1 -0
- package/dist/layouts/shared/components/GenericPageWrapper.js +24 -0
- package/dist/layouts/shared/components/PromoBanner.d.ts +12 -0
- package/dist/layouts/shared/components/PromoBanner.d.ts.map +1 -0
- package/dist/layouts/shared/components/PromoBanner.js +17 -0
- package/dist/layouts/shared/components/StoreFooter.d.ts +7 -0
- package/dist/layouts/shared/components/StoreFooter.d.ts.map +1 -0
- package/dist/layouts/shared/components/StoreFooter.js +156 -0
- package/dist/layouts/shared/components/StoreHeader.d.ts +8 -0
- package/dist/layouts/shared/components/StoreHeader.d.ts.map +1 -0
- package/dist/layouts/shared/components/StoreHeader.js +111 -0
- package/dist/layouts/shared/components/TestimonialCard.d.ts +8 -0
- package/dist/layouts/shared/components/TestimonialCard.d.ts.map +1 -0
- package/dist/layouts/shared/components/TestimonialCard.js +10 -0
- package/dist/layouts/shared/components/headers/BookingAgendaSidebar.d.ts +8 -0
- package/dist/layouts/shared/components/headers/BookingAgendaSidebar.d.ts.map +1 -0
- package/dist/layouts/shared/components/headers/BookingAgendaSidebar.js +16 -0
- package/dist/layouts/shared/components/headers/ClothingMinimalHeader.d.ts +7 -0
- package/dist/layouts/shared/components/headers/ClothingMinimalHeader.d.ts.map +1 -0
- package/dist/layouts/shared/components/headers/ClothingMinimalHeader.js +38 -0
- package/dist/layouts/shared/components/headers/FoodModernHeader.d.ts +7 -0
- package/dist/layouts/shared/components/headers/FoodModernHeader.d.ts.map +1 -0
- package/dist/layouts/shared/components/headers/FoodModernHeader.js +61 -0
- package/dist/layouts/shared/index.d.ts +23 -0
- package/dist/layouts/shared/index.d.ts.map +1 -0
- package/dist/layouts/shared/index.js +23 -0
- package/dist/layouts/shared/pages/AccountPage.d.ts +7 -0
- package/dist/layouts/shared/pages/AccountPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/AccountPage.js +549 -0
- package/dist/layouts/shared/pages/CartPage.d.ts +7 -0
- package/dist/layouts/shared/pages/CartPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/CartPage.js +121 -0
- package/dist/layouts/shared/pages/CheckoutPage.d.ts +7 -0
- package/dist/layouts/shared/pages/CheckoutPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/CheckoutPage.js +1430 -0
- package/dist/layouts/shared/pages/CookiePolicyPage.d.ts +7 -0
- package/dist/layouts/shared/pages/CookiePolicyPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/CookiePolicyPage.js +9 -0
- package/dist/layouts/shared/pages/FeatureDisabledPage.d.ts +9 -0
- package/dist/layouts/shared/pages/FeatureDisabledPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/FeatureDisabledPage.js +8 -0
- package/dist/layouts/shared/pages/HelpCenterPage.d.ts +7 -0
- package/dist/layouts/shared/pages/HelpCenterPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/HelpCenterPage.js +55 -0
- package/dist/layouts/shared/pages/MaintenancePage.d.ts +7 -0
- package/dist/layouts/shared/pages/MaintenancePage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/MaintenancePage.js +10 -0
- package/dist/layouts/shared/pages/PortfolioPage.d.ts +7 -0
- package/dist/layouts/shared/pages/PortfolioPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/PortfolioPage.js +130 -0
- package/dist/layouts/shared/pages/PrivacyPolicyPage.d.ts +7 -0
- package/dist/layouts/shared/pages/PrivacyPolicyPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/PrivacyPolicyPage.js +9 -0
- package/dist/layouts/shared/pages/ShippingReturnsPage.d.ts +7 -0
- package/dist/layouts/shared/pages/ShippingReturnsPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/ShippingReturnsPage.js +7 -0
- package/dist/layouts/shared/pages/SizeGuidePage.d.ts +7 -0
- package/dist/layouts/shared/pages/SizeGuidePage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/SizeGuidePage.js +10 -0
- package/dist/layouts/shared/pages/StyleGuidePage.d.ts +7 -0
- package/dist/layouts/shared/pages/StyleGuidePage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/StyleGuidePage.js +126 -0
- package/dist/layouts/shared/pages/TeamPage.d.ts +7 -0
- package/dist/layouts/shared/pages/TeamPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/TeamPage.js +39 -0
- package/dist/layouts/shared/pages/TermsPage.d.ts +7 -0
- package/dist/layouts/shared/pages/TermsPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/TermsPage.js +9 -0
- package/dist/layouts/shared/pages/TrackOrderPage.d.ts +7 -0
- package/dist/layouts/shared/pages/TrackOrderPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/TrackOrderPage.js +379 -0
- package/dist/layouts/shared/pages/WishlistPage.d.ts +7 -0
- package/dist/layouts/shared/pages/WishlistPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/WishlistPage.js +144 -0
- package/dist/layouts/shared/wrappers/BookingAgendaLayout.d.ts +14 -0
- package/dist/layouts/shared/wrappers/BookingAgendaLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/BookingAgendaLayout.js +152 -0
- package/dist/layouts/shared/wrappers/ClothingLayout.d.ts +10 -0
- package/dist/layouts/shared/wrappers/ClothingLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/ClothingLayout.js +44 -0
- package/dist/layouts/shared/wrappers/ClothingMinimalLayout.d.ts +8 -0
- package/dist/layouts/shared/wrappers/ClothingMinimalLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/ClothingMinimalLayout.js +48 -0
- package/dist/layouts/shared/wrappers/ElectronicsLayout.d.ts +8 -0
- package/dist/layouts/shared/wrappers/ElectronicsLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/ElectronicsLayout.js +40 -0
- package/dist/layouts/shared/wrappers/FoodModernLayout.d.ts +8 -0
- package/dist/layouts/shared/wrappers/FoodModernLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/FoodModernLayout.js +48 -0
- package/dist/layouts/shared/wrappers/MotivationalLayout.d.ts +8 -0
- package/dist/layouts/shared/wrappers/MotivationalLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/MotivationalLayout.js +51 -0
- package/dist/layouts/shared/wrappers/StandardLayout.d.ts +8 -0
- package/dist/layouts/shared/wrappers/StandardLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/StandardLayout.js +45 -0
- package/dist/lib/alignment-schemas.d.ts +51 -0
- package/dist/lib/alignment-schemas.d.ts.map +1 -0
- package/dist/lib/alignment-schemas.js +637 -0
- package/dist/lib/api.d.ts +11 -0
- package/dist/lib/api.d.ts.map +1 -0
- package/dist/lib/api.js +167 -0
- package/dist/lib/auth-context.d.ts +49 -0
- package/dist/lib/auth-context.d.ts.map +1 -0
- package/dist/lib/auth-context.js +296 -0
- package/dist/lib/checkout-availability.d.ts +10 -0
- package/dist/lib/checkout-availability.d.ts.map +1 -0
- package/dist/lib/checkout-availability.js +16 -0
- package/dist/lib/compact-array-items.d.ts +7 -0
- package/dist/lib/compact-array-items.d.ts.map +1 -0
- package/dist/lib/compact-array-items.js +13 -0
- package/dist/lib/content-selectors.d.ts +21 -0
- package/dist/lib/content-selectors.d.ts.map +1 -0
- package/dist/lib/content-selectors.js +75 -0
- package/dist/lib/countries.d.ts +13 -0
- package/dist/lib/countries.d.ts.map +1 -0
- package/dist/lib/countries.js +292 -0
- package/dist/lib/currency-symbols.d.ts +36 -0
- package/dist/lib/currency-symbols.d.ts.map +1 -0
- package/dist/lib/currency-symbols.js +153 -0
- package/dist/lib/guest-user.d.ts +27 -0
- package/dist/lib/guest-user.d.ts.map +1 -0
- package/dist/lib/guest-user.js +71 -0
- package/dist/lib/inventory-utils.d.ts +41 -0
- package/dist/lib/inventory-utils.d.ts.map +1 -0
- package/dist/lib/inventory-utils.js +180 -0
- package/dist/lib/layout-badges.d.ts +4 -0
- package/dist/lib/layout-badges.d.ts.map +1 -0
- package/dist/lib/layout-badges.js +5 -0
- package/dist/lib/layout-config-hydration.d.ts +25 -0
- package/dist/lib/layout-config-hydration.d.ts.map +1 -0
- package/dist/lib/layout-config-hydration.js +264 -0
- package/dist/lib/layout-field-normalize.d.ts +18 -0
- package/dist/lib/layout-field-normalize.d.ts.map +1 -0
- package/dist/lib/layout-field-normalize.js +190 -0
- package/dist/lib/layout-route-utils.d.ts +30 -0
- package/dist/lib/layout-route-utils.d.ts.map +1 -0
- package/dist/lib/layout-route-utils.js +79 -0
- package/dist/lib/limited-time-offer.d.ts +6 -0
- package/dist/lib/limited-time-offer.d.ts.map +1 -0
- package/dist/lib/limited-time-offer.js +24 -0
- package/dist/lib/loading-context.d.ts +20 -0
- package/dist/lib/loading-context.d.ts.map +1 -0
- package/dist/lib/loading-context.js +212 -0
- package/dist/lib/mock-stores.d.ts +24 -0
- package/dist/lib/mock-stores.d.ts.map +1 -0
- package/dist/lib/mock-stores.js +2106 -0
- package/dist/lib/order-success-cart.d.ts +5 -0
- package/dist/lib/order-success-cart.d.ts.map +1 -0
- package/dist/lib/order-success-cart.js +50 -0
- package/dist/lib/payaza-checkout.d.ts +147 -0
- package/dist/lib/payaza-checkout.d.ts.map +1 -0
- package/dist/lib/payaza-checkout.js +717 -0
- package/dist/lib/payaza-section-styles.d.ts +16 -0
- package/dist/lib/payaza-section-styles.d.ts.map +1 -0
- package/dist/lib/payaza-section-styles.js +93 -0
- package/dist/lib/preview-data.d.ts +58 -0
- package/dist/lib/preview-data.d.ts.map +1 -0
- package/dist/lib/preview-data.js +2576 -0
- package/dist/lib/product-variation-utils.d.ts +8 -0
- package/dist/lib/product-variation-utils.d.ts.map +1 -0
- package/dist/lib/product-variation-utils.js +101 -0
- package/dist/lib/rich-html.d.ts +38 -0
- package/dist/lib/rich-html.d.ts.map +1 -0
- package/dist/lib/rich-html.js +272 -0
- package/dist/lib/services/analytics.service.d.ts +59 -0
- package/dist/lib/services/analytics.service.d.ts.map +1 -0
- package/dist/lib/services/analytics.service.js +382 -0
- package/dist/lib/services/auth.service.d.ts +63 -0
- package/dist/lib/services/auth.service.d.ts.map +1 -0
- package/dist/lib/services/auth.service.js +101 -0
- package/dist/lib/services/booking.service.d.ts +53 -0
- package/dist/lib/services/booking.service.d.ts.map +1 -0
- package/dist/lib/services/booking.service.js +52 -0
- package/dist/lib/services/category.service.d.ts +21 -0
- package/dist/lib/services/category.service.d.ts.map +1 -0
- package/dist/lib/services/category.service.js +41 -0
- package/dist/lib/services/checkout.service.d.ts +168 -0
- package/dist/lib/services/checkout.service.d.ts.map +1 -0
- package/dist/lib/services/checkout.service.js +48 -0
- package/dist/lib/services/contact.service.d.ts +26 -0
- package/dist/lib/services/contact.service.d.ts.map +1 -0
- package/dist/lib/services/contact.service.js +23 -0
- package/dist/lib/services/customer.service.d.ts +54 -0
- package/dist/lib/services/customer.service.d.ts.map +1 -0
- package/dist/lib/services/customer.service.js +64 -0
- package/dist/lib/services/fees.service.d.ts +85 -0
- package/dist/lib/services/fees.service.d.ts.map +1 -0
- package/dist/lib/services/fees.service.js +147 -0
- package/dist/lib/services/index.d.ts +19 -0
- package/dist/lib/services/index.d.ts.map +1 -0
- package/dist/lib/services/index.js +18 -0
- package/dist/lib/services/location.service.d.ts +31 -0
- package/dist/lib/services/location.service.d.ts.map +1 -0
- package/dist/lib/services/location.service.js +25 -0
- package/dist/lib/services/order.service.d.ts +5 -0
- package/dist/lib/services/order.service.d.ts.map +1 -0
- package/dist/lib/services/order.service.js +12 -0
- package/dist/lib/services/payment.service.d.ts +56 -0
- package/dist/lib/services/payment.service.d.ts.map +1 -0
- package/dist/lib/services/payment.service.js +122 -0
- package/dist/lib/services/product.service.d.ts +92 -0
- package/dist/lib/services/product.service.d.ts.map +1 -0
- package/dist/lib/services/product.service.js +86 -0
- package/dist/lib/services/promo.service.d.ts +31 -0
- package/dist/lib/services/promo.service.d.ts.map +1 -0
- package/dist/lib/services/promo.service.js +29 -0
- package/dist/lib/services/review.service.d.ts +47 -0
- package/dist/lib/services/review.service.d.ts.map +1 -0
- package/dist/lib/services/review.service.js +54 -0
- package/dist/lib/services/service.service.d.ts +55 -0
- package/dist/lib/services/service.service.d.ts.map +1 -0
- package/dist/lib/services/service.service.js +37 -0
- package/dist/lib/services/shipping.service.d.ts +62 -0
- package/dist/lib/services/shipping.service.d.ts.map +1 -0
- package/dist/lib/services/shipping.service.js +39 -0
- package/dist/lib/services/store.service.d.ts +89 -0
- package/dist/lib/services/store.service.d.ts.map +1 -0
- package/dist/lib/services/store.service.js +41 -0
- package/dist/lib/shipping-address.util.d.ts +76 -0
- package/dist/lib/shipping-address.util.d.ts.map +1 -0
- package/dist/lib/shipping-address.util.js +149 -0
- package/dist/lib/shipping-settings.util.d.ts +4 -0
- package/dist/lib/shipping-settings.util.d.ts.map +1 -0
- package/dist/lib/shipping-settings.util.js +6 -0
- package/dist/lib/store-config-utils.d.ts +50 -0
- package/dist/lib/store-config-utils.d.ts.map +1 -0
- package/dist/lib/store-config-utils.js +1713 -0
- package/dist/lib/store-config.d.ts +4 -0
- package/dist/lib/store-config.d.ts.map +1 -0
- package/dist/lib/store-config.js +4 -0
- package/dist/lib/store-context.d.ts +69 -0
- package/dist/lib/store-context.d.ts.map +1 -0
- package/dist/lib/store-context.js +456 -0
- package/dist/lib/store-types.d.ts +921 -0
- package/dist/lib/store-types.d.ts.map +1 -0
- package/dist/lib/store-types.js +1 -0
- package/dist/lib/template-pages.d.ts +8 -0
- package/dist/lib/template-pages.d.ts.map +1 -0
- package/dist/lib/template-pages.js +62 -0
- package/dist/lib/utils/asset-helpers.d.ts +111 -0
- package/dist/lib/utils/asset-helpers.d.ts.map +1 -0
- package/dist/lib/utils/asset-helpers.js +462 -0
- package/dist/lib/utils/catalog-price-bounds.d.ts +13 -0
- package/dist/lib/utils/catalog-price-bounds.d.ts.map +1 -0
- package/dist/lib/utils/catalog-price-bounds.js +24 -0
- package/dist/lib/utils/category-tree.d.ts +25 -0
- package/dist/lib/utils/category-tree.d.ts.map +1 -0
- package/dist/lib/utils/category-tree.js +85 -0
- package/dist/lib/utils/demo-detection.d.ts +23 -0
- package/dist/lib/utils/demo-detection.d.ts.map +1 -0
- package/dist/lib/utils/demo-detection.js +36 -0
- package/dist/lib/utils/editor-preview.d.ts +42 -0
- package/dist/lib/utils/editor-preview.d.ts.map +1 -0
- package/dist/lib/utils/editor-preview.js +214 -0
- package/dist/lib/utils/fee-calculations.d.ts +35 -0
- package/dist/lib/utils/fee-calculations.d.ts.map +1 -0
- package/dist/lib/utils/fee-calculations.js +81 -0
- package/dist/lib/utils/footer-nav-defaults.d.ts +11 -0
- package/dist/lib/utils/footer-nav-defaults.d.ts.map +1 -0
- package/dist/lib/utils/footer-nav-defaults.js +67 -0
- package/dist/lib/utils/idempotency-key.d.ts +15 -0
- package/dist/lib/utils/idempotency-key.d.ts.map +1 -0
- package/dist/lib/utils/idempotency-key.js +22 -0
- package/dist/lib/utils/index.d.ts +45 -0
- package/dist/lib/utils/index.d.ts.map +1 -0
- package/dist/lib/utils/index.js +197 -0
- package/dist/lib/utils/mobile-editor.d.ts +13 -0
- package/dist/lib/utils/mobile-editor.d.ts.map +1 -0
- package/dist/lib/utils/mobile-editor.js +34 -0
- package/dist/lib/utils/phone-format.d.ts +6 -0
- package/dist/lib/utils/phone-format.d.ts.map +1 -0
- package/dist/lib/utils/phone-format.js +17 -0
- package/dist/lib/utils/product-catalog.d.ts +11 -0
- package/dist/lib/utils/product-catalog.d.ts.map +1 -0
- package/dist/lib/utils/product-catalog.js +40 -0
- package/dist/lib/utils/product-images.d.ts +20 -0
- package/dist/lib/utils/product-images.d.ts.map +1 -0
- package/dist/lib/utils/product-images.js +31 -0
- package/dist/lib/utils/product-share.d.ts +17 -0
- package/dist/lib/utils/product-share.d.ts.map +1 -0
- package/dist/lib/utils/product-share.js +48 -0
- package/dist/lib/utils/scroll-to-top.util.d.ts +9 -0
- package/dist/lib/utils/scroll-to-top.util.d.ts.map +1 -0
- package/dist/lib/utils/scroll-to-top.util.js +18 -0
- package/dist/lib/utils/url-helpers.d.ts +30 -0
- package/dist/lib/utils/url-helpers.d.ts.map +1 -0
- package/dist/lib/utils/url-helpers.js +61 -0
- package/dist/lib/utils/video-helpers.d.ts +32 -0
- package/dist/lib/utils/video-helpers.d.ts.map +1 -0
- package/dist/lib/utils/video-helpers.js +210 -0
- package/dist/preview/LayoutPreview.d.ts +14 -0
- package/dist/preview/LayoutPreview.d.ts.map +1 -0
- package/dist/preview/LayoutPreview.js +122 -0
- package/dist/preview/PreviewRouter.d.ts +9 -0
- package/dist/preview/PreviewRouter.d.ts.map +1 -0
- package/dist/preview/PreviewRouter.js +332 -0
- package/dist/preview/ShadowDOMWrapper.d.ts +18 -0
- package/dist/preview/ShadowDOMWrapper.d.ts.map +1 -0
- package/dist/preview/ShadowDOMWrapper.js +80 -0
- package/dist/preview/canvas/PreviewBlockToolbar.d.ts +23 -0
- package/dist/preview/canvas/PreviewBlockToolbar.d.ts.map +1 -0
- package/dist/preview/canvas/PreviewBlockToolbar.js +113 -0
- package/dist/preview/canvas/PreviewCanvasEnhancer.d.ts +17 -0
- package/dist/preview/canvas/PreviewCanvasEnhancer.d.ts.map +1 -0
- package/dist/preview/canvas/PreviewCanvasEnhancer.js +741 -0
- package/dist/preview/canvas/PreviewCanvasStyles.d.ts +4 -0
- package/dist/preview/canvas/PreviewCanvasStyles.d.ts.map +1 -0
- package/dist/preview/canvas/PreviewCanvasStyles.js +51 -0
- package/dist/preview/canvas/extract-editable-plain-text.d.ts +11 -0
- package/dist/preview/canvas/extract-editable-plain-text.d.ts.map +1 -0
- package/dist/preview/canvas/extract-editable-plain-text.js +65 -0
- package/dist/preview/canvas/field-key.d.ts +34 -0
- package/dist/preview/canvas/field-key.d.ts.map +1 -0
- package/dist/preview/canvas/field-key.js +62 -0
- package/dist/preview/canvas/preview-editable-commit.util.d.ts +3 -0
- package/dist/preview/canvas/preview-editable-commit.util.d.ts.map +1 -0
- package/dist/preview/canvas/preview-editable-commit.util.js +11 -0
- package/dist/preview/canvas/preview-flush-await.d.ts +6 -0
- package/dist/preview/canvas/preview-flush-await.d.ts.map +1 -0
- package/dist/preview/canvas/preview-flush-await.js +23 -0
- package/dist/preview/canvas/preview-flush-handle.d.ts +13 -0
- package/dist/preview/canvas/preview-flush-handle.d.ts.map +1 -0
- package/dist/preview/canvas/preview-flush-handle.js +3 -0
- package/dist/preview/canvas/preview-isolation.d.ts +9 -0
- package/dist/preview/canvas/preview-isolation.d.ts.map +1 -0
- package/dist/preview/canvas/preview-isolation.js +10 -0
- package/dist/preview/canvas/preview-messages.d.ts +65 -0
- package/dist/preview/canvas/preview-messages.d.ts.map +1 -0
- package/dist/preview/canvas/preview-messages.js +17 -0
- package/dist/preview/canvas/preview-route.d.ts +4 -0
- package/dist/preview/canvas/preview-route.d.ts.map +1 -0
- package/dist/preview/canvas/preview-route.js +76 -0
- package/dist/preview/index.d.ts +13 -0
- package/dist/preview/index.d.ts.map +1 -0
- package/dist/preview/index.js +12 -0
- package/dist/preview/route-audit.d.ts +17 -0
- package/dist/preview/route-audit.d.ts.map +1 -0
- package/dist/preview/route-audit.js +54 -0
- package/dist/styles/index.css +10598 -0
- package/dist/utils/date.d.ts +20 -0
- package/dist/utils/date.d.ts.map +1 -0
- package/dist/utils/date.js +47 -0
- package/package.json +192 -0
|
@@ -0,0 +1,2576 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Preview Data Functions
|
|
3
|
+
*
|
|
4
|
+
* These functions return complete StoreConfig objects with embedded dummy data
|
|
5
|
+
* for previewing layouts. Each function corresponds to a specific layout type
|
|
6
|
+
* and matches the demo store data from storefront-app.
|
|
7
|
+
*
|
|
8
|
+
* This data is embedded in the package itself (WordPress-style self-sustaining layouts)
|
|
9
|
+
* and can be imported by any consuming app.
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Get preview data for Food layout (savory-bites)
|
|
13
|
+
*/
|
|
14
|
+
export function getFoodPreviewData() {
|
|
15
|
+
return {
|
|
16
|
+
id: '1',
|
|
17
|
+
slug: 'demo-savory-bites',
|
|
18
|
+
name: 'Savory Bites',
|
|
19
|
+
description: 'Delicious food delivered to your door. Fresh ingredients, authentic flavors.',
|
|
20
|
+
type: 'food',
|
|
21
|
+
layout: 'food',
|
|
22
|
+
branding: {
|
|
23
|
+
primaryColor: '#FF6B35',
|
|
24
|
+
secondaryColor: '#F7931E',
|
|
25
|
+
accentColor: '#FFD23F',
|
|
26
|
+
logo: 'https://images.unsplash.com/photo-1556910103-1c02745aae4d?w=200&h=200&fit=crop&q=80',
|
|
27
|
+
theme: 'light',
|
|
28
|
+
socialMedia: {
|
|
29
|
+
facebook: 'https://facebook.com/savorybites',
|
|
30
|
+
twitter: 'https://twitter.com/savorybites',
|
|
31
|
+
instagram: 'https://instagram.com/savorybites',
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
navigation: {
|
|
35
|
+
main: [
|
|
36
|
+
{ label: 'Menu', href: '/menu' },
|
|
37
|
+
{ label: 'About', href: '/about' },
|
|
38
|
+
{ label: 'Contact', href: '/contact' },
|
|
39
|
+
],
|
|
40
|
+
footer: [
|
|
41
|
+
{
|
|
42
|
+
title: 'Menu',
|
|
43
|
+
links: [
|
|
44
|
+
{ label: 'All Items', href: '/menu' },
|
|
45
|
+
{ label: 'Specials', href: '/menu/specials' },
|
|
46
|
+
{ label: 'Desserts', href: '/menu/desserts' },
|
|
47
|
+
],
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
title: 'Company',
|
|
51
|
+
links: [
|
|
52
|
+
{ label: 'About Us', href: '/about' },
|
|
53
|
+
{ label: 'Contact', href: '/contact' },
|
|
54
|
+
{ label: 'Careers', href: '/careers' },
|
|
55
|
+
],
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
},
|
|
59
|
+
categories: [
|
|
60
|
+
{ id: 'cat1', name: 'Appetizers', slug: 'appetizers', image: 'https://images.unsplash.com/photo-1544025162-d76694265947?w=600&h=400&fit=crop&q=80' },
|
|
61
|
+
{ id: 'cat2', name: 'Main Courses', slug: 'main-courses', image: 'https://images.unsplash.com/photo-1568901346375-23c9450c58cd?w=600&h=400&fit=crop&q=80' },
|
|
62
|
+
{ id: 'cat3', name: 'Desserts', slug: 'desserts', image: 'https://images.unsplash.com/photo-1606313564200-e75d5e30476c?w=600&h=400&fit=crop&q=80' },
|
|
63
|
+
{ id: 'cat4', name: 'Beverages', slug: 'beverages', image: 'https://images.unsplash.com/photo-1544145945-f90425340c7e?w=600&h=400&fit=crop&q=80' },
|
|
64
|
+
{ id: 'cat5', name: 'Specials', slug: 'specials', image: 'https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=600&h=400&fit=crop&q=80' },
|
|
65
|
+
],
|
|
66
|
+
menuItems: [
|
|
67
|
+
{
|
|
68
|
+
id: 'item1',
|
|
69
|
+
name: 'Classic Burger',
|
|
70
|
+
description: 'Juicy beef patty with fresh lettuce, tomato, and special sauce',
|
|
71
|
+
price: 12.99,
|
|
72
|
+
categoryId: 'cat2',
|
|
73
|
+
inStock: true,
|
|
74
|
+
customizable: true,
|
|
75
|
+
dietaryInfo: [],
|
|
76
|
+
image: 'https://images.unsplash.com/photo-1568901346375-23c9450c58cd?w=800&h=600&fit=crop&q=80',
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
id: 'item2',
|
|
80
|
+
name: 'Caesar Salad',
|
|
81
|
+
description: 'Fresh romaine lettuce with parmesan, croutons, and caesar dressing',
|
|
82
|
+
price: 9.99,
|
|
83
|
+
categoryId: 'cat1',
|
|
84
|
+
inStock: true,
|
|
85
|
+
dietaryInfo: ['vegetarian'],
|
|
86
|
+
image: 'https://images.unsplash.com/photo-1546793665-c74683f339c1?w=800&h=600&fit=crop&q=80',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
id: 'item3',
|
|
90
|
+
name: 'Grilled Salmon',
|
|
91
|
+
description: 'Fresh Atlantic salmon with lemon butter sauce and seasonal vegetables',
|
|
92
|
+
price: 18.99,
|
|
93
|
+
categoryId: 'cat2',
|
|
94
|
+
inStock: true,
|
|
95
|
+
customizable: true,
|
|
96
|
+
dietaryInfo: [],
|
|
97
|
+
image: 'https://images.unsplash.com/photo-1467003909585-2f8a72700288?w=800&h=600&fit=crop&q=80',
|
|
98
|
+
},
|
|
99
|
+
],
|
|
100
|
+
features: {
|
|
101
|
+
cart: true,
|
|
102
|
+
wishlist: false,
|
|
103
|
+
reviews: true,
|
|
104
|
+
search: true,
|
|
105
|
+
filters: true,
|
|
106
|
+
booking: false,
|
|
107
|
+
delivery: true,
|
|
108
|
+
},
|
|
109
|
+
settings: {
|
|
110
|
+
currency: 'USD',
|
|
111
|
+
taxRate: 0.08,
|
|
112
|
+
shippingEnabled: true,
|
|
113
|
+
minOrderAmount: 15,
|
|
114
|
+
freeShippingThreshold: 30,
|
|
115
|
+
},
|
|
116
|
+
payment: {
|
|
117
|
+
payazaPublicKey: '',
|
|
118
|
+
enabled: true,
|
|
119
|
+
},
|
|
120
|
+
layoutConfig: {
|
|
121
|
+
sections: {
|
|
122
|
+
hero: {
|
|
123
|
+
show: true,
|
|
124
|
+
autoPlay: true,
|
|
125
|
+
showBadges: true,
|
|
126
|
+
showCTA: true,
|
|
127
|
+
showSecondaryCTA: true,
|
|
128
|
+
sliders: [
|
|
129
|
+
{
|
|
130
|
+
id: 'food_hero_1',
|
|
131
|
+
order: 1,
|
|
132
|
+
image: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?q=80&w=2000&auto=format&fit=crop",
|
|
133
|
+
badge: "#1 Food Delivery in Town",
|
|
134
|
+
title: "Taste the",
|
|
135
|
+
highlight: "Extraordinary",
|
|
136
|
+
description: "Experience culinary excellence delivered straight to your doorstep.",
|
|
137
|
+
primaryButton: { text: "Order Now", link: "#" },
|
|
138
|
+
secondaryButton: { text: "View Menu", link: "#" }
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
categories: {
|
|
143
|
+
show: true,
|
|
144
|
+
title: "Our Menu Categories",
|
|
145
|
+
subtitle: "What are you craving?"
|
|
146
|
+
},
|
|
147
|
+
process: {
|
|
148
|
+
show: true,
|
|
149
|
+
title: "How It Works",
|
|
150
|
+
subtitle: "Simple Process",
|
|
151
|
+
steps: [
|
|
152
|
+
{ title: "Choose Your Dish", description: "Browse our diverse menu and select your favorite meals with just a few taps.", icon: "Smartphone", order: 1 },
|
|
153
|
+
{ title: "We Cook It Fresh", description: "Our expert chefs prepare your order using the finest, freshest ingredients.", icon: "ChefHat", order: 2 },
|
|
154
|
+
{ title: "Fast Delivery", description: "Receive your hot and delicious meal at your doorstep in record time.", icon: "Truck", order: 3 }
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
featuredProducts: {
|
|
158
|
+
show: true,
|
|
159
|
+
title: "Chef's Recommendations",
|
|
160
|
+
subtitle: "Our Menu",
|
|
161
|
+
viewAllLabel: "View Full Menu"
|
|
162
|
+
},
|
|
163
|
+
about: {
|
|
164
|
+
show: true,
|
|
165
|
+
image: "https://images.unsplash.com/photo-1583394293214-28ded15ee548?q=80&w=2000&auto=format&fit=crop",
|
|
166
|
+
section_title: "Our Story",
|
|
167
|
+
chef_name: "Crafted with Love, Served with Passion",
|
|
168
|
+
chef_bio: "We believe that great food brings people together. Our chefs use only the freshest, locally-sourced ingredients to create dishes that not only taste amazing but also tell a story of tradition and innovation.",
|
|
169
|
+
showStats: true,
|
|
170
|
+
stat1Label: "Happy Customers",
|
|
171
|
+
stat1Value: "15k+",
|
|
172
|
+
stat2Label: "Fresh Ingredients",
|
|
173
|
+
stat2Value: "100%",
|
|
174
|
+
buttonText: "Read More About Us",
|
|
175
|
+
buttonLink: "/about"
|
|
176
|
+
},
|
|
177
|
+
testimonials: {
|
|
178
|
+
show: true,
|
|
179
|
+
title: "What Our Customers Say",
|
|
180
|
+
subtitle: "Real experiences from food lovers who trust us",
|
|
181
|
+
items: [
|
|
182
|
+
{
|
|
183
|
+
id: 'testimonial_1',
|
|
184
|
+
order: 1,
|
|
185
|
+
name: "Sarah Johnson",
|
|
186
|
+
role: "Food Blogger",
|
|
187
|
+
image: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop",
|
|
188
|
+
quote: "The flavors are absolutely incredible! Every bite reminds me of authentic home cooking but with a gourmet twist. Highly recommended!",
|
|
189
|
+
rating: 5
|
|
190
|
+
}
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
reservation: {
|
|
194
|
+
show: true,
|
|
195
|
+
title: "Reserve Your Table",
|
|
196
|
+
subtitle: "Perfect Table",
|
|
197
|
+
description: "Experience our exceptional dining atmosphere. Book a table in advance to ensure the best experience for you and your guests.",
|
|
198
|
+
phone: "(555) 123-4567",
|
|
199
|
+
showFeatures: true,
|
|
200
|
+
features: [
|
|
201
|
+
{ title: "Flexible Booking", description: "Book up to 90 days in advance", icon: "Calendar", order: 1 },
|
|
202
|
+
{ title: "Group Dining", description: "Accommodate parties of all sizes", icon: "Users", order: 2 },
|
|
203
|
+
{ title: "Quick Confirmation", description: "Instant booking confirmation", icon: "Clock", order: 3 },
|
|
204
|
+
{ title: "Special Occasions", description: "Perfect for celebrations", icon: "Award", order: 4 }
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
marketing: {
|
|
208
|
+
show: true,
|
|
209
|
+
badge: "Limited Time",
|
|
210
|
+
title: "Get 20% Off Your First Order",
|
|
211
|
+
subtitle: "Join our food lover's community and get exclusive access to new menu items and special offers.",
|
|
212
|
+
backgroundImage: "https://images.unsplash.com/photo-1555939594-58d7cb561ad1?q=80&w=2070&auto=format&fit=crop",
|
|
213
|
+
newsletterTitle: "Stay in the Loop",
|
|
214
|
+
newsletterSubtitle: "Subscribe for exclusive deals and culinary news.",
|
|
215
|
+
newsletterPlaceholder: "Enter your email address",
|
|
216
|
+
newsletterButton: "Subscribe",
|
|
217
|
+
promoDiscount: "20%"
|
|
218
|
+
},
|
|
219
|
+
promoBanner: {
|
|
220
|
+
show: false,
|
|
221
|
+
title: "Special Offer",
|
|
222
|
+
subtitle: "Get 20% off your first order!",
|
|
223
|
+
button: { text: "Order Now", link: "#" }
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
pages: {
|
|
227
|
+
about: {
|
|
228
|
+
aboutHeader: {
|
|
229
|
+
show: true,
|
|
230
|
+
title: "Our Culinary Journey",
|
|
231
|
+
description: "Crafting Experiences, Delivering Joy.",
|
|
232
|
+
image: "https://images.unsplash.com/photo-1559339352-11d035aa65de?q=80&w=1974&auto=format&fit=crop",
|
|
233
|
+
showBadge: true,
|
|
234
|
+
badgeText: "Est. 2024"
|
|
235
|
+
},
|
|
236
|
+
aboutContent: {
|
|
237
|
+
show: true,
|
|
238
|
+
label: "Who We Are",
|
|
239
|
+
title: "Our Journey",
|
|
240
|
+
content: "Founded with a bold vision to redefine excellence in the industry, Savory Bites has grown from a small passion project into a beloved brand. We believe in the power of quality, innovation, and community.\n\nEvery day, we strive to bring you the best products, curated with care and delivered with a smile. Our team is dedicated to ensuring that your experience with us is nothing short of exceptional.",
|
|
241
|
+
showGallery: true,
|
|
242
|
+
gallerySection: [
|
|
243
|
+
{ image: "https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop", caption: "Our Team" },
|
|
244
|
+
{ image: "https://images.unsplash.com/photo-1556910103-1c02745aae4d?q=80&w=2071&auto=format&fit=crop", caption: "Kitchen Magic" },
|
|
245
|
+
{ image: "https://images.unsplash.com/photo-1559339352-11d035aa65de?q=80&w=1974&auto=format&fit=crop", caption: "Dining Hall" }
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
statsSection: {
|
|
249
|
+
show: true,
|
|
250
|
+
items: [
|
|
251
|
+
{ label: "Happy Foodies", value: "15k+" },
|
|
252
|
+
{ label: "Menu Items", value: "40+" },
|
|
253
|
+
{ label: "Years of Cooking", value: "8+" },
|
|
254
|
+
{ label: "Expert Chefs", value: "12+" }
|
|
255
|
+
]
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
contact: {
|
|
259
|
+
contactHeader: {
|
|
260
|
+
show: true,
|
|
261
|
+
title: "Get in Touch",
|
|
262
|
+
subtitle: "We'd love to hear from you.",
|
|
263
|
+
backgroundImage: "https://images.unsplash.com/photo-1596524430615-b46475ddff6e?q=80&w=2070&auto=format&fit=crop"
|
|
264
|
+
},
|
|
265
|
+
contactForm: {
|
|
266
|
+
show: true,
|
|
267
|
+
showMap: true,
|
|
268
|
+
showHours: true,
|
|
269
|
+
showPhone: true,
|
|
270
|
+
showSubject: true,
|
|
271
|
+
title: "Send us a Message",
|
|
272
|
+
infoTitle: "Contact Information",
|
|
273
|
+
infoDescription: "Fill out the form and our team will get back to you within 24 hours.",
|
|
274
|
+
subjects: [
|
|
275
|
+
{ label: "General Inquiry", value: "general" },
|
|
276
|
+
{ label: "Reservations", value: "reservations" },
|
|
277
|
+
{ label: "Catering Services", value: "catering" },
|
|
278
|
+
{ label: "Feedback", value: "feedback" },
|
|
279
|
+
{ label: "Private Events", value: "events" }
|
|
280
|
+
],
|
|
281
|
+
mapIframeUrl: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3024.2219901290355!2d-74.00369368400567!3d40.71312937933185!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a23e28c1191%3A0x49f75d3281df052a!2s150%20Park%20Row%2C%20New%20York%2C%20NY%2010007!5e0!3m2!1sen!2sus!4v1620000000000!5m2!1sen!2sus",
|
|
282
|
+
mapTitle: "Savory Bites",
|
|
283
|
+
mapAddress: "123 Commerce Blvd, Business City, ST 12345"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
menu: {
|
|
287
|
+
menuHeader: {
|
|
288
|
+
show: true,
|
|
289
|
+
title: "Our Menu",
|
|
290
|
+
subtitle: "Discover our wide range of delicious dishes, crafted with passion and the finest ingredients.",
|
|
291
|
+
backgroundImage: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?q=80&w=2000&auto=format&fit=crop"
|
|
292
|
+
},
|
|
293
|
+
menuGrid: {
|
|
294
|
+
show: true,
|
|
295
|
+
showSearch: true,
|
|
296
|
+
showCategories: true
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
};
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* Get preview data for Clothing layout (fashion-hub)
|
|
305
|
+
*/
|
|
306
|
+
export function getClothingPreviewData() {
|
|
307
|
+
return {
|
|
308
|
+
id: '2',
|
|
309
|
+
slug: 'demo-fashion-hub',
|
|
310
|
+
name: 'Fashion Hub',
|
|
311
|
+
description: 'Trendy clothing for every season. Style meets comfort.',
|
|
312
|
+
type: 'clothing',
|
|
313
|
+
layout: 'clothing',
|
|
314
|
+
branding: {
|
|
315
|
+
primaryColor: '#EC4899',
|
|
316
|
+
secondaryColor: '#FBCFE8',
|
|
317
|
+
theme: 'light',
|
|
318
|
+
socialMedia: {
|
|
319
|
+
facebook: 'https://facebook.com/fashionhub',
|
|
320
|
+
instagram: 'https://instagram.com/fashionhub',
|
|
321
|
+
pinterest: 'https://pinterest.com/fashionhub',
|
|
322
|
+
},
|
|
323
|
+
},
|
|
324
|
+
navigation: {
|
|
325
|
+
main: [
|
|
326
|
+
{ label: 'New Arrivals', href: '/products' },
|
|
327
|
+
{ label: 'Men', href: '/categories/men' },
|
|
328
|
+
{ label: 'Women', href: '/categories/women' },
|
|
329
|
+
{ label: 'Sale', href: '/products' },
|
|
330
|
+
],
|
|
331
|
+
footer: [],
|
|
332
|
+
},
|
|
333
|
+
categories: [
|
|
334
|
+
{ id: 'cat1', name: 'Men', slug: 'men', image: 'https://images.unsplash.com/photo-1490114538077-0a7f8cb49891?w=800&h=800&fit=crop&q=80' },
|
|
335
|
+
{ id: 'cat2', name: 'Women', slug: 'women', image: 'https://images.unsplash.com/photo-1618244972963-dbee1a7edc95?w=600&h=800&fit=crop&q=80' },
|
|
336
|
+
],
|
|
337
|
+
products: [
|
|
338
|
+
{
|
|
339
|
+
id: 'p1',
|
|
340
|
+
name: 'Classic Denim Jacket',
|
|
341
|
+
slug: 'classic-denim-jacket',
|
|
342
|
+
description: 'Timeless denim jacket with a modern fit.',
|
|
343
|
+
price: 89.99,
|
|
344
|
+
images: [
|
|
345
|
+
'https://images.unsplash.com/photo-1611312449408-fcece27cdbb7?w=800&q=80',
|
|
346
|
+
'https://images.unsplash.com/photo-1576871337622-98d48d1cf531?w=800&q=80'
|
|
347
|
+
],
|
|
348
|
+
categoryId: 'cat1',
|
|
349
|
+
inStock: true,
|
|
350
|
+
rating: 4.8,
|
|
351
|
+
reviewCount: 45,
|
|
352
|
+
specifications: {
|
|
353
|
+
Brand: 'Levi\'s',
|
|
354
|
+
Material: '100% Cotton Denim',
|
|
355
|
+
Fit: 'Regular Fit'
|
|
356
|
+
},
|
|
357
|
+
reviews: [
|
|
358
|
+
{
|
|
359
|
+
id: 'r1',
|
|
360
|
+
userId: 'u1',
|
|
361
|
+
userName: 'Michael Chen',
|
|
362
|
+
userAvatar: 'https://images.unsplash.com/photo-1599566150163-29194dcaad36?w=200&h=200&fit=crop',
|
|
363
|
+
rating: 5,
|
|
364
|
+
title: 'Absolutely love the fit!',
|
|
365
|
+
comment: 'I was hesitant about ordering online, but the fit is perfect. The denim feels high quality and durable. Highly recommend!',
|
|
366
|
+
date: '2023-11-15',
|
|
367
|
+
verified: true,
|
|
368
|
+
helpful: 12,
|
|
369
|
+
images: ['https://images.unsplash.com/photo-1542272604-787c3835535d?w=400&h=400&fit=crop']
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
id: 'r2',
|
|
373
|
+
userId: 'u2',
|
|
374
|
+
userName: 'Sarah Jones',
|
|
375
|
+
rating: 4,
|
|
376
|
+
title: 'Great jacket, slightly loose buttons',
|
|
377
|
+
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.',
|
|
378
|
+
date: '2023-10-22',
|
|
379
|
+
verified: true,
|
|
380
|
+
helpful: 5,
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
id: 'r3',
|
|
384
|
+
userId: 'u3',
|
|
385
|
+
userName: 'David Smith',
|
|
386
|
+
userAvatar: 'https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?w=200&h=200&fit=crop',
|
|
387
|
+
rating: 5,
|
|
388
|
+
title: 'Classic look',
|
|
389
|
+
comment: 'Exactly what I was looking for. A classic denim jacket that goes with everything. Shipping was fast too.',
|
|
390
|
+
date: '2023-09-05',
|
|
391
|
+
verified: true,
|
|
392
|
+
helpful: 8,
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
id: 'p2',
|
|
398
|
+
name: 'Floral Summer Dress',
|
|
399
|
+
slug: 'floral-summer-dress',
|
|
400
|
+
description: 'Lightweight and breezy dress perfect for summer days.',
|
|
401
|
+
price: 59.99,
|
|
402
|
+
images: [
|
|
403
|
+
'https://images.unsplash.com/photo-1572804013309-59a88b7e92f1?w=800&q=80',
|
|
404
|
+
'https://images.unsplash.com/photo-1515372039744-b8f02a3ae446?w=800&q=80'
|
|
405
|
+
],
|
|
406
|
+
categoryId: 'cat2',
|
|
407
|
+
inStock: true,
|
|
408
|
+
rating: 4.9,
|
|
409
|
+
reviewCount: 120,
|
|
410
|
+
specifications: {
|
|
411
|
+
Brand: 'Zara',
|
|
412
|
+
Material: 'Polyester Blend',
|
|
413
|
+
Style: 'A-Line'
|
|
414
|
+
},
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
id: 'p3',
|
|
418
|
+
name: 'Urban Street Hoodie',
|
|
419
|
+
slug: 'urban-street-hoodie',
|
|
420
|
+
description: 'Comfortable oversized hoodie for daily wear.',
|
|
421
|
+
price: 75.00,
|
|
422
|
+
compareAtPrice: 95.00,
|
|
423
|
+
images: [
|
|
424
|
+
'https://images.unsplash.com/photo-1556821840-3a63f95609a7?w=800&q=80',
|
|
425
|
+
'https://images.unsplash.com/photo-1556821840-3a63f95609a7?w=800&q=80'
|
|
426
|
+
],
|
|
427
|
+
categoryId: 'cat1',
|
|
428
|
+
inStock: true,
|
|
429
|
+
rating: 4.7,
|
|
430
|
+
specifications: {
|
|
431
|
+
Brand: 'Nike',
|
|
432
|
+
Material: 'Cotton Blend',
|
|
433
|
+
Fit: 'Oversized'
|
|
434
|
+
},
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
id: 'p4',
|
|
438
|
+
name: 'Elegant Silk Blouse',
|
|
439
|
+
slug: 'elegant-silk-blouse',
|
|
440
|
+
description: 'Sophisticated silk blouse for formal occasions.',
|
|
441
|
+
price: 120.00,
|
|
442
|
+
images: [
|
|
443
|
+
'https://images.unsplash.com/photo-1564257631407-4deb1f99d992?w=800&q=80',
|
|
444
|
+
'https://images.unsplash.com/photo-1564257631407-4deb1f99d992?w=800&q=80'
|
|
445
|
+
],
|
|
446
|
+
categoryId: 'cat2',
|
|
447
|
+
inStock: true,
|
|
448
|
+
rating: 4.6,
|
|
449
|
+
specifications: {
|
|
450
|
+
Brand: 'Calvin Klein',
|
|
451
|
+
Material: '100% Silk',
|
|
452
|
+
Style: 'Classic'
|
|
453
|
+
},
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
id: 'p5',
|
|
457
|
+
name: 'Vintage Leather Belt',
|
|
458
|
+
slug: 'vintage-leather-belt',
|
|
459
|
+
description: 'Genuine leather belt with antique finish.',
|
|
460
|
+
price: 45.00,
|
|
461
|
+
images: [
|
|
462
|
+
'https://images.unsplash.com/photo-1624222247344-550fb60583dc?w=800&q=80'
|
|
463
|
+
],
|
|
464
|
+
categoryId: 'cat1',
|
|
465
|
+
inStock: true,
|
|
466
|
+
rating: 4.8,
|
|
467
|
+
specifications: {
|
|
468
|
+
Brand: 'Tommy Hilfiger',
|
|
469
|
+
Material: 'Genuine Leather',
|
|
470
|
+
Style: 'Vintage'
|
|
471
|
+
},
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
id: 'p6',
|
|
475
|
+
name: 'Bohemian Maxi Skirt',
|
|
476
|
+
slug: 'bohemian-maxi-skirt',
|
|
477
|
+
description: 'Flowy maxi skirt with intricate patterns.',
|
|
478
|
+
price: 65.00,
|
|
479
|
+
images: [
|
|
480
|
+
'https://images.unsplash.com/photo-1583496661160-fb5886a0aaaa?w=800&q=80'
|
|
481
|
+
],
|
|
482
|
+
categoryId: 'cat2',
|
|
483
|
+
inStock: true,
|
|
484
|
+
rating: 4.5,
|
|
485
|
+
specifications: {
|
|
486
|
+
Brand: 'H&M',
|
|
487
|
+
Material: 'Cotton Blend',
|
|
488
|
+
Style: 'Bohemian'
|
|
489
|
+
},
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
id: 'p7',
|
|
493
|
+
name: 'Urban Streetwear Set',
|
|
494
|
+
slug: 'urban-streetwear-set',
|
|
495
|
+
description: 'Premium urban streetwear featuring modern design and comfortable fit. Perfect for casual outings and street style.',
|
|
496
|
+
price: 145.00,
|
|
497
|
+
images: [
|
|
498
|
+
'https://www.shopbcode.com/cdn/shop/files/ca519c6eb00363b58254f8ffd7aa2547.jpg?v=1759740234&width=5000',
|
|
499
|
+
'https://www.shopbcode.com/cdn/shop/files/c841daeaed65b2f3b2d766d213662efd.jpg?v=1759740231&width=5000',
|
|
500
|
+
'https://www.shopbcode.com/cdn/shop/files/70b3a8f91bc6f8fc171522f4b986e52e.jpg?v=1759740233&width=5000',
|
|
501
|
+
'https://www.shopbcode.com/cdn/shop/files/31452d36eb7e92db1b714d91409ede4b.jpg?v=1759740238&width=5000'
|
|
502
|
+
],
|
|
503
|
+
categoryId: 'cat1',
|
|
504
|
+
inStock: true,
|
|
505
|
+
rating: 4.9,
|
|
506
|
+
reviewCount: 24,
|
|
507
|
+
specifications: {
|
|
508
|
+
Brand: 'Adidas',
|
|
509
|
+
Material: 'Polyester Blend',
|
|
510
|
+
Style: 'Streetwear'
|
|
511
|
+
},
|
|
512
|
+
reviews: [
|
|
513
|
+
{
|
|
514
|
+
id: 'r_urb1',
|
|
515
|
+
userId: 'u_urb1',
|
|
516
|
+
userName: 'Alex Johnson',
|
|
517
|
+
userAvatar: 'https://images.unsplash.com/photo-1570295999919-56ceb5ecca61?w=200&h=200&fit=crop',
|
|
518
|
+
rating: 5,
|
|
519
|
+
title: 'Incredible quality!',
|
|
520
|
+
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.',
|
|
521
|
+
date: '2024-01-10',
|
|
522
|
+
verified: true,
|
|
523
|
+
helpful: 24,
|
|
524
|
+
images: ['https://images.unsplash.com/photo-1552346154-21d32810aba3?w=400&h=400&fit=crop']
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
id: 'r_urb2',
|
|
528
|
+
userId: 'u_urb2',
|
|
529
|
+
userName: 'Marcus Williams',
|
|
530
|
+
rating: 5,
|
|
531
|
+
title: 'My new favorite set',
|
|
532
|
+
comment: "I wear this everywhere. It's super comfortable and stylish. Definitely buying another color.",
|
|
533
|
+
date: '2023-12-28',
|
|
534
|
+
verified: true,
|
|
535
|
+
helpful: 15,
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
id: 'r_urb3',
|
|
539
|
+
userId: 'u_urb3',
|
|
540
|
+
userName: 'Emily Davis',
|
|
541
|
+
userAvatar: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop',
|
|
542
|
+
rating: 4.5,
|
|
543
|
+
title: 'Love it, but size down',
|
|
544
|
+
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.",
|
|
545
|
+
date: '2023-12-15',
|
|
546
|
+
verified: true,
|
|
547
|
+
helpful: 32,
|
|
548
|
+
}
|
|
549
|
+
],
|
|
550
|
+
}
|
|
551
|
+
],
|
|
552
|
+
features: {
|
|
553
|
+
cart: true,
|
|
554
|
+
wishlist: true,
|
|
555
|
+
reviews: true,
|
|
556
|
+
search: true,
|
|
557
|
+
filters: true,
|
|
558
|
+
booking: false,
|
|
559
|
+
delivery: true,
|
|
560
|
+
},
|
|
561
|
+
settings: {
|
|
562
|
+
currency: 'USD',
|
|
563
|
+
shippingEnabled: true,
|
|
564
|
+
},
|
|
565
|
+
payment: {
|
|
566
|
+
payazaPublicKey: '',
|
|
567
|
+
enabled: true,
|
|
568
|
+
},
|
|
569
|
+
layoutConfig: {
|
|
570
|
+
hero: {
|
|
571
|
+
show: true,
|
|
572
|
+
showCTA: true,
|
|
573
|
+
showSecondaryCTA: true,
|
|
574
|
+
autoPlay: true,
|
|
575
|
+
showBadges: true,
|
|
576
|
+
sliders: [
|
|
577
|
+
{
|
|
578
|
+
id: 'hero_slide_1',
|
|
579
|
+
order: 1,
|
|
580
|
+
image: 'https://images.unsplash.com/photo-1441984904996-e0b6ba687e04?w=1600&q=80',
|
|
581
|
+
badge: 'New Arrival',
|
|
582
|
+
title: 'Summer Collection',
|
|
583
|
+
description: 'Trendy clothing for every season. Style meets comfort.',
|
|
584
|
+
primaryButton: { text: 'Shop Now', link: '/products' },
|
|
585
|
+
secondaryButton: { text: 'Explore', link: '/categories' }
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
id: 'hero_slide_2',
|
|
589
|
+
order: 2,
|
|
590
|
+
image: 'https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=1600&q=80',
|
|
591
|
+
badge: 'Limited Edition',
|
|
592
|
+
title: 'Urban Streetwear',
|
|
593
|
+
description: 'Exquisite designs for the modern individual.',
|
|
594
|
+
primaryButton: { text: 'Shop Now', link: '/products' },
|
|
595
|
+
secondaryButton: { text: 'View More', link: '/categories' }
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
id: 'hero_slide_3',
|
|
599
|
+
order: 3,
|
|
600
|
+
image: 'https://images.unsplash.com/photo-1558769132-cb1aea458c5e?w=1600&q=80',
|
|
601
|
+
badge: 'Sale',
|
|
602
|
+
title: 'Seasonal Offers',
|
|
603
|
+
description: 'Up to 50% off on selected items.',
|
|
604
|
+
primaryButton: { text: 'Grab it Now', link: '/products' },
|
|
605
|
+
secondaryButton: { text: 'Collections', link: '/categories' }
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
},
|
|
609
|
+
sections: {
|
|
610
|
+
features: {
|
|
611
|
+
show: true,
|
|
612
|
+
items: [
|
|
613
|
+
{ icon: 'Truck', title: 'Free Shipping', description: 'On all orders over $50' },
|
|
614
|
+
{ icon: 'RotateCcw', title: 'Free Returns', description: '30-day money back guarantee' },
|
|
615
|
+
{ icon: 'ShieldCheck', title: 'Secure Payment', description: '100% secure checkout process' }
|
|
616
|
+
],
|
|
617
|
+
},
|
|
618
|
+
categories: { show: true, title: 'Shop by Category', subtitle: 'Curated collections for every style', showViewAll: true, viewAll: 'View All Categories', limit: 3 },
|
|
619
|
+
featuredProducts: { show: true, eyebrow: 'Curated For You', title: "New Season Arrivals", subtitle: 'Curated collections for every style', showViewAll: true, viewAll: 'View All Products' },
|
|
620
|
+
marketing: {
|
|
621
|
+
show: true,
|
|
622
|
+
editorial: {
|
|
623
|
+
show: true,
|
|
624
|
+
badgeText: 'Lookbook',
|
|
625
|
+
title: 'Style & Substance',
|
|
626
|
+
description: '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.',
|
|
627
|
+
primaryButton: { text: 'View Style Guide', link: '/style-guide' },
|
|
628
|
+
secondaryButton: { text: 'About Us', link: '/about' },
|
|
629
|
+
image: 'https://images.unsplash.com/photo-1490481651871-ab68de25d43d?q=80&w=2000&auto=format&fit=crop',
|
|
630
|
+
detailImage: 'https://images.unsplash.com/photo-1445205170230-053b83016050?q=80&w=1000&auto=format&fit=crop'
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
testimonials: { show: false },
|
|
634
|
+
},
|
|
635
|
+
pages: {
|
|
636
|
+
about: {
|
|
637
|
+
hero: {
|
|
638
|
+
show: true,
|
|
639
|
+
heroImage: "https://images.unsplash.com/photo-1558769132-cb1aea458c5e?q=80&w=2074&auto=format&fit=crop",
|
|
640
|
+
title: "Crafting Experiences, Delivering Joy.",
|
|
641
|
+
missionStatement: "Empowering individuals through style."
|
|
642
|
+
},
|
|
643
|
+
story: {
|
|
644
|
+
show: true,
|
|
645
|
+
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.",
|
|
646
|
+
gallerySection: []
|
|
647
|
+
},
|
|
648
|
+
stats: { show: true },
|
|
649
|
+
'contact-info': {
|
|
650
|
+
show: true,
|
|
651
|
+
title: "Get in Touch",
|
|
652
|
+
description: "Have questions? We'd love to hear from you. Reach out to our team via email, phone, or visit us at our store.",
|
|
653
|
+
address: "123 Store Street\nCommerce City, ST 12345",
|
|
654
|
+
hours: "Mon - Fri: 9am - 6pm\nSat - Sun: 10am - 4pm"
|
|
655
|
+
},
|
|
656
|
+
values: {
|
|
657
|
+
show: true,
|
|
658
|
+
items: [
|
|
659
|
+
{ icon: 'Award', title: 'Quality First', description: "We never compromise on the quality of our products and services." },
|
|
660
|
+
{ icon: 'Users', title: 'Customer Focused', description: "Your satisfaction is our top priority. We're here to help." },
|
|
661
|
+
{ icon: 'Heart', title: 'Passion', description: "We love what we do and it shows in every detail of our work." },
|
|
662
|
+
{ icon: 'Leaf', title: 'Sustainability', description: 'Committed to eco-friendly practices and responsible sourcing.' }
|
|
663
|
+
]
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
contact: {
|
|
667
|
+
contactHeader: {
|
|
668
|
+
show: true,
|
|
669
|
+
backgroundImage: "https://images.unsplash.com/photo-1596524430615-b46475ddff6e?q=80&w=2070&auto=format&fit=crop",
|
|
670
|
+
title: "Get in Touch",
|
|
671
|
+
subtitle: "We'd love to hear from you. Here's how you can reach us."
|
|
672
|
+
},
|
|
673
|
+
contactForm: {
|
|
674
|
+
show: true,
|
|
675
|
+
infoTitle: "Contact Information",
|
|
676
|
+
infoDescription: "Fill out the form and our team will get back to you within 24 hours.",
|
|
677
|
+
showHours: true,
|
|
678
|
+
showSocialLinks: true,
|
|
679
|
+
showMap: true
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
},
|
|
684
|
+
};
|
|
685
|
+
}
|
|
686
|
+
/**
|
|
687
|
+
* Get preview data for Booking layout (urban-retreat)
|
|
688
|
+
*/
|
|
689
|
+
export function getBookingPreviewData() {
|
|
690
|
+
return {
|
|
691
|
+
id: '3',
|
|
692
|
+
slug: 'demo-urban-retreat',
|
|
693
|
+
name: 'Urban Glam',
|
|
694
|
+
description: 'Enhance your natural beauty with our professional makeup artistry.',
|
|
695
|
+
type: 'booking',
|
|
696
|
+
layout: 'booking',
|
|
697
|
+
branding: {
|
|
698
|
+
primaryColor: '#E11D48',
|
|
699
|
+
secondaryColor: '#FFE4E6',
|
|
700
|
+
theme: 'light',
|
|
701
|
+
socialMedia: {
|
|
702
|
+
instagram: 'https://instagram.com/urbanglam',
|
|
703
|
+
facebook: 'https://facebook.com/urbanglam',
|
|
704
|
+
},
|
|
705
|
+
},
|
|
706
|
+
navigation: {
|
|
707
|
+
main: [
|
|
708
|
+
{ label: 'Services', href: '/services' },
|
|
709
|
+
{ label: 'Portfolio', href: '/portfolio' },
|
|
710
|
+
{ label: 'Book Now', href: '/book' },
|
|
711
|
+
],
|
|
712
|
+
footer: [],
|
|
713
|
+
},
|
|
714
|
+
categories: [
|
|
715
|
+
{ id: 'cat1', name: 'Bridal', slug: 'bridal', image: 'https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?w=800&q=80' },
|
|
716
|
+
{ id: 'cat2', name: 'Special Occasion', slug: 'special-occasion', image: 'https://images.unsplash.com/photo-1596704017254-9b121068fb31?w=800&q=80' },
|
|
717
|
+
{ id: 'cat3', name: 'Editorial', slug: 'editorial', image: 'https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=800&q=80' },
|
|
718
|
+
],
|
|
719
|
+
services: [
|
|
720
|
+
{
|
|
721
|
+
id: 's1',
|
|
722
|
+
name: 'Bridal Makeup',
|
|
723
|
+
slug: 'bridal-makeup',
|
|
724
|
+
description: 'Complete bridal look including trial run, lashes, and touch-up kit. Long-lasting and photogenic.',
|
|
725
|
+
price: 250,
|
|
726
|
+
duration: 120,
|
|
727
|
+
categoryId: 'cat1',
|
|
728
|
+
image: 'https://images.unsplash.com/photo-1618998584360-10a0c28eec0f?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8bmlnZXJpYW4lMjBicmlkYWwlMjBtYWtldXAlMjBwaWN0dXJlfGVufDB8fDB8fHww',
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
id: 's2',
|
|
732
|
+
name: 'Evening Glam',
|
|
733
|
+
slug: 'evening-glam',
|
|
734
|
+
description: 'Full glam look for red carpet, galas, or special nights out. Includes contouring and lashes.',
|
|
735
|
+
price: 120,
|
|
736
|
+
duration: 60,
|
|
737
|
+
categoryId: 'cat2',
|
|
738
|
+
image: 'https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?w=800&q=80',
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
id: 's3',
|
|
742
|
+
name: 'Natural Glow',
|
|
743
|
+
slug: 'natural-glow',
|
|
744
|
+
description: 'Soft, radiant "no-makeup" makeup look enhancing your best features. Perfect for daytime events.',
|
|
745
|
+
price: 85,
|
|
746
|
+
duration: 45,
|
|
747
|
+
categoryId: 'cat2',
|
|
748
|
+
image: 'https://loveweddingsng.com/wp-content/uploads/2015/01/Nigerian-White-Wedding-Makeup-Yalliz-Beauty-LoveweddingsNG.jpg',
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
id: 's4',
|
|
752
|
+
name: '1-on-1 Lesson',
|
|
753
|
+
slug: 'makeup-lesson',
|
|
754
|
+
description: '90-minute private lesson teaching you techniques for your face shape and personal style.',
|
|
755
|
+
price: 150,
|
|
756
|
+
duration: 90,
|
|
757
|
+
categoryId: 'cat3',
|
|
758
|
+
image: 'https://images.unsplash.com/photo-1522337660859-02fbefca4702?w=800&q=80',
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
id: 's5',
|
|
762
|
+
name: 'Editorial / Photoshoot',
|
|
763
|
+
slug: 'editorial-shoot',
|
|
764
|
+
description: 'Creative and high-definition makeup for fashion shoots, portfolios, or commercial projects.',
|
|
765
|
+
price: 180,
|
|
766
|
+
duration: 90,
|
|
767
|
+
categoryId: 'cat3',
|
|
768
|
+
image: 'https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=800&q=80',
|
|
769
|
+
}
|
|
770
|
+
],
|
|
771
|
+
features: {
|
|
772
|
+
cart: false,
|
|
773
|
+
wishlist: false,
|
|
774
|
+
reviews: true,
|
|
775
|
+
search: false,
|
|
776
|
+
filters: false,
|
|
777
|
+
booking: true,
|
|
778
|
+
delivery: false,
|
|
779
|
+
},
|
|
780
|
+
pageFeatures: {
|
|
781
|
+
portfolioPage: true,
|
|
782
|
+
teamPage: false,
|
|
783
|
+
servicesPage: true,
|
|
784
|
+
aboutPage: false,
|
|
785
|
+
},
|
|
786
|
+
settings: {
|
|
787
|
+
currency: 'USD',
|
|
788
|
+
},
|
|
789
|
+
payment: {
|
|
790
|
+
payazaPublicKey: '',
|
|
791
|
+
enabled: true,
|
|
792
|
+
},
|
|
793
|
+
layoutConfig: {
|
|
794
|
+
hero: {
|
|
795
|
+
show: true,
|
|
796
|
+
showCTA: true,
|
|
797
|
+
showSecondaryCTA: true,
|
|
798
|
+
autoPlay: true,
|
|
799
|
+
showBadges: true,
|
|
800
|
+
badge: "Professional Artistry",
|
|
801
|
+
title: "Enhance Your Natural Beauty",
|
|
802
|
+
subtitle: "Expert makeup services for every occasion.",
|
|
803
|
+
primaryCTA: "Book Now",
|
|
804
|
+
secondaryCTA: "Our Services"
|
|
805
|
+
},
|
|
806
|
+
sections: {
|
|
807
|
+
categories: { show: true, title: "Signature Services" },
|
|
808
|
+
featuredProducts: { show: false },
|
|
809
|
+
testimonials: {
|
|
810
|
+
show: true,
|
|
811
|
+
title: 'What Our Clients Say',
|
|
812
|
+
limit: 3,
|
|
813
|
+
showRatings: true,
|
|
814
|
+
items: [
|
|
815
|
+
{
|
|
816
|
+
id: 't1',
|
|
817
|
+
order: 1,
|
|
818
|
+
name: 'Emily Davis',
|
|
819
|
+
role: 'Bridal Client',
|
|
820
|
+
quote: "I've never felt more beautiful. The makeup was flawless and lasted all night. Absolutely stunning work!",
|
|
821
|
+
rating: 5,
|
|
822
|
+
image: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop',
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
id: 't2',
|
|
826
|
+
order: 2,
|
|
827
|
+
name: 'Sarah Johnson',
|
|
828
|
+
role: 'Fashion Model',
|
|
829
|
+
quote: 'Professional, creative and punctual. They really know how to work with light and camera!',
|
|
830
|
+
rating: 5,
|
|
831
|
+
image: 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop',
|
|
832
|
+
},
|
|
833
|
+
],
|
|
834
|
+
},
|
|
835
|
+
team: {
|
|
836
|
+
show: true,
|
|
837
|
+
memberName: "Amara Okoro",
|
|
838
|
+
memberRole: "Lead Artiste",
|
|
839
|
+
title: "Meet Your Artiste",
|
|
840
|
+
subtitle: "With over 10 years of experience in the beauty industry."
|
|
841
|
+
},
|
|
842
|
+
marketing: {
|
|
843
|
+
show: true,
|
|
844
|
+
ctaTitle: "Ready to Glow?",
|
|
845
|
+
ctaDescription: "Book your session today and let us transform your look.",
|
|
846
|
+
ctaButton: "Get Started"
|
|
847
|
+
},
|
|
848
|
+
footer: {
|
|
849
|
+
show: true,
|
|
850
|
+
tagline: "Enhance your natural beauty with our professional makeup artistry.",
|
|
851
|
+
primaryColumnTitle: "Services",
|
|
852
|
+
supportColumnTitle: "Support",
|
|
853
|
+
contactColumnTitle: "Contact",
|
|
854
|
+
address: "123 Store Street\nCommerce City, ST 12345",
|
|
855
|
+
email: "hello@urbanglam.com",
|
|
856
|
+
phone: "+1 (555) 123-4567",
|
|
857
|
+
mainLinks: [
|
|
858
|
+
{ id: "f-m1", label: "Services", href: "/services" },
|
|
859
|
+
{ id: "f-m2", label: "Book Appointment", href: "/book" },
|
|
860
|
+
{ id: "f-m3", label: "About", href: "/about" },
|
|
861
|
+
{ id: "f-m4", label: "Contact", href: "/contact" }
|
|
862
|
+
],
|
|
863
|
+
supportLinks: [
|
|
864
|
+
{ id: "f-s1", label: "Help Center", href: "/help-center" },
|
|
865
|
+
{ id: "f-s2", label: "Book Appointment", href: "/book" },
|
|
866
|
+
{ id: "f-s3", label: "Contact Us", href: "/contact" }
|
|
867
|
+
]
|
|
868
|
+
},
|
|
869
|
+
},
|
|
870
|
+
pages: {
|
|
871
|
+
about: {
|
|
872
|
+
hero: {
|
|
873
|
+
heroImage: "https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?w=1600&q=80",
|
|
874
|
+
title: "About Urban Glam",
|
|
875
|
+
missionStatement: "Empowering confidence through artistry."
|
|
876
|
+
},
|
|
877
|
+
story: {
|
|
878
|
+
sectionLabel: "Who We Are",
|
|
879
|
+
sectionHeading: "Our Journey",
|
|
880
|
+
storyImage: "https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop",
|
|
881
|
+
galleryOverlayTitle: "The Dream Team",
|
|
882
|
+
galleryOverlaySubtitle: "Working together to serve you better",
|
|
883
|
+
content: "Founded on the principle that everyone deserves to feel beautiful, Urban Glam has become the leading destination for professional makeup in the city."
|
|
884
|
+
},
|
|
885
|
+
values: {
|
|
886
|
+
show: true,
|
|
887
|
+
items: [
|
|
888
|
+
{ id: "about-v1", icon: "Award", title: "Certified Experts", description: "Our professionals are highly trained and fully certified." },
|
|
889
|
+
{ id: "about-v2", icon: "Users", title: "Personalized Care", description: "We tailor every service to your specific needs and goals." },
|
|
890
|
+
{ id: "about-v3", icon: "Heart", title: "Compassion", description: "We care deeply about your well-being and results." },
|
|
891
|
+
{ id: "about-v4", icon: "Leaf", title: "Premium Products", description: "We use only the best tools and products for our services." }
|
|
892
|
+
]
|
|
893
|
+
},
|
|
894
|
+
stats: {
|
|
895
|
+
show: true,
|
|
896
|
+
items: [
|
|
897
|
+
{ id: "about-s1", value: "8k+", label: "Bookings Completed" },
|
|
898
|
+
{ id: "about-s2", value: "15+", label: "Expert Staff" },
|
|
899
|
+
{ id: "about-s3", value: "20+", label: "Services Offered" },
|
|
900
|
+
{ id: "about-s4", value: "10+", label: "Years Experience" }
|
|
901
|
+
]
|
|
902
|
+
},
|
|
903
|
+
'contact-info': {
|
|
904
|
+
show: true,
|
|
905
|
+
sectionTitle: "Get in Touch",
|
|
906
|
+
sectionSubtitle: "Have questions? We'd love to hear from you.",
|
|
907
|
+
visitTitle: "Visit Us",
|
|
908
|
+
emailTitle: "Email Us",
|
|
909
|
+
hoursTitle: "Opening Hours",
|
|
910
|
+
address: "123 Store Street\nCommerce City, ST 12345",
|
|
911
|
+
email: "hello@urbanglam.com",
|
|
912
|
+
phone: "+1 (555) 123-4567",
|
|
913
|
+
hours: "Mon - Fri: 9am - 6pm\nSat - Sun: 10am - 4pm"
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
contact: {
|
|
917
|
+
contactHeader: {
|
|
918
|
+
show: true,
|
|
919
|
+
title: "Connect With Us"
|
|
920
|
+
},
|
|
921
|
+
contactForm: {
|
|
922
|
+
show: true
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
},
|
|
927
|
+
};
|
|
928
|
+
}
|
|
929
|
+
/**
|
|
930
|
+
* Get preview data for Food Modern layout (modern-eats)
|
|
931
|
+
*/
|
|
932
|
+
export function getFoodModernPreviewData() {
|
|
933
|
+
return {
|
|
934
|
+
id: '5',
|
|
935
|
+
slug: 'demo-modern-eats',
|
|
936
|
+
name: 'Modern Eats',
|
|
937
|
+
description: 'Experience the future of dining. Elegant, immersive, and delicious.',
|
|
938
|
+
type: 'food-modern',
|
|
939
|
+
layout: 'food-modern',
|
|
940
|
+
branding: {
|
|
941
|
+
primaryColor: '#FF6B35',
|
|
942
|
+
secondaryColor: '#F7931E',
|
|
943
|
+
accentColor: '#FFD23F',
|
|
944
|
+
theme: 'dark',
|
|
945
|
+
socialMedia: {
|
|
946
|
+
instagram: 'https://instagram.com/moderneats',
|
|
947
|
+
facebook: 'https://facebook.com/moderneats',
|
|
948
|
+
twitter: 'https://twitter.com/moderneats',
|
|
949
|
+
},
|
|
950
|
+
},
|
|
951
|
+
navigation: {
|
|
952
|
+
main: [
|
|
953
|
+
{ label: 'Menu', href: '/menu' },
|
|
954
|
+
{ label: 'Reservations', href: '/reservations' },
|
|
955
|
+
{ label: 'About', href: '/about' },
|
|
956
|
+
],
|
|
957
|
+
footer: [
|
|
958
|
+
{
|
|
959
|
+
title: 'Menu',
|
|
960
|
+
links: [
|
|
961
|
+
{ label: 'Dinner', href: '/menu/dinner' },
|
|
962
|
+
{ label: 'Lunch', href: '/menu/lunch' },
|
|
963
|
+
{ label: 'Drinks', href: '/menu/drinks' },
|
|
964
|
+
],
|
|
965
|
+
},
|
|
966
|
+
],
|
|
967
|
+
},
|
|
968
|
+
categories: [
|
|
969
|
+
{ id: 'cat1', name: 'Starters', slug: 'starters', image: 'https://images.unsplash.com/photo-1544025162-d76694265947?w=600&h=400&fit=crop&q=80' },
|
|
970
|
+
{ id: 'cat2', name: 'Mains', slug: 'mains', image: 'https://images.unsplash.com/photo-1568901346375-23c9450c58cd?w=600&h=400&fit=crop&q=80' },
|
|
971
|
+
{ id: 'cat3', name: 'Desserts', slug: 'desserts', image: 'https://images.unsplash.com/photo-1606313564200-e75d5e30476c?w=600&h=400&fit=crop&q=80' },
|
|
972
|
+
],
|
|
973
|
+
menuItems: [
|
|
974
|
+
{
|
|
975
|
+
id: 'item1',
|
|
976
|
+
name: 'Truffle Burger',
|
|
977
|
+
description: 'Wagyu beef patty with black truffle sauce and brie cheese',
|
|
978
|
+
price: 24.99,
|
|
979
|
+
categoryId: 'cat2',
|
|
980
|
+
inStock: true,
|
|
981
|
+
image: 'https://images.unsplash.com/photo-1568901346375-23c9450c58cd?w=800&h=600&fit=crop&q=80',
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
id: 'item2',
|
|
985
|
+
name: 'Seared Scallops',
|
|
986
|
+
description: 'Pan-seared scallops with cauliflower puree',
|
|
987
|
+
price: 18.99,
|
|
988
|
+
categoryId: 'cat1',
|
|
989
|
+
inStock: true,
|
|
990
|
+
image: 'https://images.unsplash.com/photo-1546793665-c74683f339c1?w=800&h=600&fit=crop&q=80',
|
|
991
|
+
},
|
|
992
|
+
],
|
|
993
|
+
features: {
|
|
994
|
+
cart: true,
|
|
995
|
+
wishlist: false,
|
|
996
|
+
reviews: true,
|
|
997
|
+
search: true,
|
|
998
|
+
filters: false,
|
|
999
|
+
booking: true,
|
|
1000
|
+
delivery: true,
|
|
1001
|
+
},
|
|
1002
|
+
settings: {
|
|
1003
|
+
currency: 'USD',
|
|
1004
|
+
minOrderAmount: 20,
|
|
1005
|
+
},
|
|
1006
|
+
payment: {
|
|
1007
|
+
payazaPublicKey: '',
|
|
1008
|
+
enabled: true,
|
|
1009
|
+
},
|
|
1010
|
+
layoutConfig: {
|
|
1011
|
+
sections: {
|
|
1012
|
+
hero: {
|
|
1013
|
+
show: true,
|
|
1014
|
+
autoPlay: true,
|
|
1015
|
+
showCTA: true,
|
|
1016
|
+
sliders: [
|
|
1017
|
+
{
|
|
1018
|
+
id: 'food_modern_hero_1',
|
|
1019
|
+
order: 1,
|
|
1020
|
+
image: "https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?q=80&w=2070&auto=format&fit=crop",
|
|
1021
|
+
badge: "Modern Eats",
|
|
1022
|
+
title: "Experience Fine Dining",
|
|
1023
|
+
description: "A journey through taste and elegance",
|
|
1024
|
+
highlight: "Fine Dining",
|
|
1025
|
+
primaryButton: { text: "Book a Table", link: "#" }
|
|
1026
|
+
}
|
|
1027
|
+
]
|
|
1028
|
+
},
|
|
1029
|
+
categories: { show: true },
|
|
1030
|
+
featuredProducts: { show: true, title: "Today's Specials" },
|
|
1031
|
+
about: {
|
|
1032
|
+
show: true,
|
|
1033
|
+
title: "Our Story",
|
|
1034
|
+
description: "Born from a passion for culinary excellence, Modern Eats brings a new perspective to dining.",
|
|
1035
|
+
image: "https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?q=80&w=2070&auto=format&fit=crop"
|
|
1036
|
+
},
|
|
1037
|
+
testimonials: {
|
|
1038
|
+
show: true,
|
|
1039
|
+
title: "Guest Stories",
|
|
1040
|
+
items: [
|
|
1041
|
+
{ id: 't1', order: 1, name: "John Doe", role: "Food Critic", quote: "An absolute masterpiece of flavors.", rating: 5, image: "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=150&h=150&fit=crop" }
|
|
1042
|
+
]
|
|
1043
|
+
},
|
|
1044
|
+
reservation: { show: true },
|
|
1045
|
+
marketing: {
|
|
1046
|
+
show: true,
|
|
1047
|
+
newsletterTitle: "Stay in the Loop",
|
|
1048
|
+
newsletterSubtitle: "Subscribe for exclusive deals and culinary news.",
|
|
1049
|
+
newsletterPlaceholder: "Enter your email",
|
|
1050
|
+
newsletterButton: "Subscribe"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
pages: {
|
|
1054
|
+
about: {
|
|
1055
|
+
aboutHeader: {
|
|
1056
|
+
show: true,
|
|
1057
|
+
title: "About Modern Eats"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
contact: {
|
|
1061
|
+
contactHeader: {
|
|
1062
|
+
show: true,
|
|
1063
|
+
title: "Contact Us",
|
|
1064
|
+
subtitle: "We'd love to hear from you.",
|
|
1065
|
+
backgroundImage: "https://images.unsplash.com/photo-1596524430615-b46475ddff6e?q=80&w=2070&auto=format&fit=crop"
|
|
1066
|
+
},
|
|
1067
|
+
contactForm: {
|
|
1068
|
+
show: true,
|
|
1069
|
+
showMap: true,
|
|
1070
|
+
showHours: true,
|
|
1071
|
+
showPhone: true,
|
|
1072
|
+
showSubject: true,
|
|
1073
|
+
title: "Send us a Message",
|
|
1074
|
+
infoTitle: "Contact Information",
|
|
1075
|
+
infoDescription: "Fill out the form and our team will get back to you within 24 hours.",
|
|
1076
|
+
subjects: [
|
|
1077
|
+
{ label: "General Inquiry", value: "general" },
|
|
1078
|
+
{ label: "Reservations", value: "reservations" },
|
|
1079
|
+
{ label: "Catering Services", value: "catering" },
|
|
1080
|
+
{ label: "Feedback", value: "feedback" },
|
|
1081
|
+
{ label: "Media & Press", value: "press" }
|
|
1082
|
+
],
|
|
1083
|
+
mapIframeUrl: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3024.2219901290355!2d-74.00369368400567!3d40.71312937933185!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a23e28c1191%3A0x49f75d3281df052a!2s150%20Park%20Row%2C%20New%20York%2C%20NY%2010007!5e0!3m2!1sen!2sus!4v1620000000000!5m2!1sen!2sus",
|
|
1084
|
+
mapTitle: "Modern Eats",
|
|
1085
|
+
mapAddress: "123 Commerce Blvd, Business City, ST 12345"
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
};
|
|
1091
|
+
}
|
|
1092
|
+
/**
|
|
1093
|
+
* Get preview data for Clothing Minimal layout (minimal-style)
|
|
1094
|
+
*/
|
|
1095
|
+
export function getClothingMinimalPreviewData() {
|
|
1096
|
+
return {
|
|
1097
|
+
id: '6',
|
|
1098
|
+
slug: 'demo-minimal-style',
|
|
1099
|
+
name: 'Minimal Style',
|
|
1100
|
+
description: 'Essentials for the modern wardrobe. Clean lines, premium materials.',
|
|
1101
|
+
type: 'clothing-minimal',
|
|
1102
|
+
layout: 'clothing-minimal',
|
|
1103
|
+
branding: {
|
|
1104
|
+
primaryColor: '#000000',
|
|
1105
|
+
secondaryColor: '#FFFFFF',
|
|
1106
|
+
theme: 'light',
|
|
1107
|
+
socialMedia: {
|
|
1108
|
+
instagram: 'https://instagram.com/minimalstyle',
|
|
1109
|
+
pinterest: 'https://pinterest.com/minimalstyle',
|
|
1110
|
+
twitter: 'https://twitter.com/minimalstyle',
|
|
1111
|
+
},
|
|
1112
|
+
},
|
|
1113
|
+
navigation: {
|
|
1114
|
+
main: [
|
|
1115
|
+
{ label: 'Collection', href: '/collection' },
|
|
1116
|
+
{ label: 'About', href: '/about' },
|
|
1117
|
+
],
|
|
1118
|
+
footer: [
|
|
1119
|
+
{
|
|
1120
|
+
title: 'Shop',
|
|
1121
|
+
links: [
|
|
1122
|
+
{ label: 'All', href: '/all' },
|
|
1123
|
+
{ label: 'New', href: '/new' },
|
|
1124
|
+
],
|
|
1125
|
+
},
|
|
1126
|
+
],
|
|
1127
|
+
},
|
|
1128
|
+
categories: [
|
|
1129
|
+
{ id: 'cat1', name: 'Tops', slug: 'tops', image: 'https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=800&h=1000&fit=crop&q=80' },
|
|
1130
|
+
{ id: 'cat2', name: 'Bottoms', slug: 'bottoms', image: 'https://images.unsplash.com/photo-1542272604-787c3835535d?w=800&h=1000&fit=crop&q=80' },
|
|
1131
|
+
{ id: 'cat3', name: 'Outerwear', slug: 'outerwear', image: 'https://images.unsplash.com/photo-1591047139829-d91aecb6caea?w=800&h=1000&fit=crop&q=80' },
|
|
1132
|
+
],
|
|
1133
|
+
products: [
|
|
1134
|
+
{
|
|
1135
|
+
id: 'prod1',
|
|
1136
|
+
name: 'Essential Tee',
|
|
1137
|
+
slug: 'essential-tee',
|
|
1138
|
+
description: 'Premium cotton t-shirt',
|
|
1139
|
+
price: 45.00,
|
|
1140
|
+
images: [
|
|
1141
|
+
'https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=800&h=1000&fit=crop&q=80',
|
|
1142
|
+
'https://images.unsplash.com/photo-1583743814966-8936f5b7be1a?w=800&q=80'
|
|
1143
|
+
],
|
|
1144
|
+
categoryId: 'cat1',
|
|
1145
|
+
inStock: true,
|
|
1146
|
+
specifications: {
|
|
1147
|
+
Brand: 'Gap',
|
|
1148
|
+
Material: '100% Organic Cotton',
|
|
1149
|
+
Fit: 'Regular'
|
|
1150
|
+
},
|
|
1151
|
+
variants: [
|
|
1152
|
+
{ id: 'vt1', name: 'Size', value: 'XS' },
|
|
1153
|
+
{ id: 'vt2', name: 'Size', value: 'S' },
|
|
1154
|
+
{ id: 'vt3', name: 'Size', value: 'M' },
|
|
1155
|
+
{ id: 'vt4', name: 'Size', value: 'L' },
|
|
1156
|
+
{ id: 'vt5', name: 'Size', value: 'XL' },
|
|
1157
|
+
{ id: 'vt6', name: 'Color', value: 'Black' },
|
|
1158
|
+
{ id: 'vt7', name: 'Color', value: 'White' },
|
|
1159
|
+
{ id: 'vt8', name: 'Color', value: 'Gray' },
|
|
1160
|
+
],
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
id: 'prod2',
|
|
1164
|
+
name: 'Linen Trousers',
|
|
1165
|
+
slug: 'linen-trousers',
|
|
1166
|
+
description: 'Relaxed fit linen trousers',
|
|
1167
|
+
price: 120.00,
|
|
1168
|
+
images: [
|
|
1169
|
+
'https://images.unsplash.com/photo-1542272604-787c3835535d?w=800&h=1000&fit=crop&q=80',
|
|
1170
|
+
'https://images.unsplash.com/photo-1594633312681-425c7b97ccd1?w=800&q=80'
|
|
1171
|
+
],
|
|
1172
|
+
categoryId: 'cat2',
|
|
1173
|
+
inStock: true,
|
|
1174
|
+
specifications: {
|
|
1175
|
+
Brand: 'Uniqlo',
|
|
1176
|
+
Material: '100% Linen',
|
|
1177
|
+
Fit: 'Relaxed'
|
|
1178
|
+
},
|
|
1179
|
+
variants: [
|
|
1180
|
+
{ id: 'v1', name: 'Size', value: 'S' },
|
|
1181
|
+
{ id: 'v2', name: 'Size', value: 'M' },
|
|
1182
|
+
{ id: 'v3', name: 'Size', value: 'L' },
|
|
1183
|
+
{ id: 'v4', name: 'Size', value: 'XL' },
|
|
1184
|
+
{ id: 'v5', name: 'Color', value: 'Beige' },
|
|
1185
|
+
{ id: 'v6', name: 'Color', value: 'White' },
|
|
1186
|
+
{ id: 'v7', name: 'Color', value: 'Navy' },
|
|
1187
|
+
],
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
id: 'prod3',
|
|
1191
|
+
name: 'Wool Blend Coat',
|
|
1192
|
+
slug: 'wool-blend-coat',
|
|
1193
|
+
description: 'Classic wool blend coat for winter warmth.',
|
|
1194
|
+
price: 299.00,
|
|
1195
|
+
images: [
|
|
1196
|
+
'https://images.unsplash.com/photo-1539533018447-63fcce2678e3?w=800&q=80',
|
|
1197
|
+
'https://images.unsplash.com/photo-1591047139829-d91aecb6caea?w=800&h=1000&fit=crop&q=80'
|
|
1198
|
+
],
|
|
1199
|
+
categoryId: 'cat3',
|
|
1200
|
+
inStock: true,
|
|
1201
|
+
specifications: {
|
|
1202
|
+
Brand: 'Theory',
|
|
1203
|
+
Material: 'Wool Blend',
|
|
1204
|
+
Fit: 'Overcoat'
|
|
1205
|
+
},
|
|
1206
|
+
variants: [
|
|
1207
|
+
{ id: 'vc1', name: 'Size', value: 'S' },
|
|
1208
|
+
{ id: 'vc2', name: 'Size', value: 'M' },
|
|
1209
|
+
{ id: 'vc3', name: 'Size', value: 'L' },
|
|
1210
|
+
{ id: 'vc4', name: 'Color', value: 'Camel' },
|
|
1211
|
+
{ id: 'vc5', name: 'Color', value: 'Black' },
|
|
1212
|
+
],
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
id: 'prod4',
|
|
1216
|
+
name: 'Cashmere Sweater',
|
|
1217
|
+
slug: 'cashmere-sweater',
|
|
1218
|
+
description: 'Luxuriously soft cashmere sweater.',
|
|
1219
|
+
price: 150.00,
|
|
1220
|
+
images: [
|
|
1221
|
+
'https://images.unsplash.com/photo-1576566588028-4147f3842f27?w=800&q=80',
|
|
1222
|
+
'https://images.unsplash.com/photo-1576566588028-4147f3842f27?w=800&q=80'
|
|
1223
|
+
],
|
|
1224
|
+
categoryId: 'cat1',
|
|
1225
|
+
inStock: true,
|
|
1226
|
+
specifications: {
|
|
1227
|
+
Brand: 'Everlane',
|
|
1228
|
+
Material: '100% Cashmere',
|
|
1229
|
+
Fit: 'Relaxed'
|
|
1230
|
+
},
|
|
1231
|
+
variants: [
|
|
1232
|
+
{ id: 'vs1', name: 'Size', value: 'S' },
|
|
1233
|
+
{ id: 'vs2', name: 'Size', value: 'M' },
|
|
1234
|
+
{ id: 'vs3', name: 'Size', value: 'L' },
|
|
1235
|
+
{ id: 'vs4', name: 'Color', value: 'Grey' },
|
|
1236
|
+
{ id: 'vs5', name: 'Color', value: 'Navy' },
|
|
1237
|
+
],
|
|
1238
|
+
},
|
|
1239
|
+
],
|
|
1240
|
+
features: {
|
|
1241
|
+
cart: true,
|
|
1242
|
+
wishlist: true,
|
|
1243
|
+
reviews: false,
|
|
1244
|
+
search: true,
|
|
1245
|
+
filters: true,
|
|
1246
|
+
booking: false,
|
|
1247
|
+
delivery: true,
|
|
1248
|
+
},
|
|
1249
|
+
settings: {
|
|
1250
|
+
currency: 'USD',
|
|
1251
|
+
shippingEnabled: true,
|
|
1252
|
+
},
|
|
1253
|
+
payment: {
|
|
1254
|
+
payazaPublicKey: '',
|
|
1255
|
+
enabled: true,
|
|
1256
|
+
},
|
|
1257
|
+
layoutConfig: {
|
|
1258
|
+
sections: {
|
|
1259
|
+
header: { show: true },
|
|
1260
|
+
hero: {
|
|
1261
|
+
show: true,
|
|
1262
|
+
badge: "New Collection 2024",
|
|
1263
|
+
title: "Simplicity is the ultimate sophistication.",
|
|
1264
|
+
subtitle: "Discover our latest arrivals, crafted for the modern individual who values quality and timeless design.",
|
|
1265
|
+
primaryCTA: "Shop Collection"
|
|
1266
|
+
},
|
|
1267
|
+
features: {
|
|
1268
|
+
show: true,
|
|
1269
|
+
items: [
|
|
1270
|
+
{ icon: 'Truck', title: 'Global Delivery', description: 'Free on orders over $200' },
|
|
1271
|
+
{ icon: 'ShieldCheck', title: 'Secure Payment', description: '100% secure checkout' },
|
|
1272
|
+
{ icon: 'RefreshCw', title: 'Easy Returns', description: '30-day return policy' }
|
|
1273
|
+
]
|
|
1274
|
+
},
|
|
1275
|
+
categories: { show: true, title: "Collections", viewAllLabel: "View All" },
|
|
1276
|
+
featuredProducts: { show: true, title: "The Essentials", subtitle: "Timeless pieces designed to build the foundation of your wardrobe." },
|
|
1277
|
+
about: {
|
|
1278
|
+
show: true,
|
|
1279
|
+
title: "Winter Layering",
|
|
1280
|
+
description: "Master the art of layering with our winter collection. Combining warmth with style, these pieces are designed to work together seamlessly."
|
|
1281
|
+
},
|
|
1282
|
+
promoBanner: {
|
|
1283
|
+
show: false,
|
|
1284
|
+
title: "Free shipping on orders over $200",
|
|
1285
|
+
button: { text: "Shop Now", link: "#" }
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
pages: {
|
|
1289
|
+
about: {
|
|
1290
|
+
aboutHeader: {
|
|
1291
|
+
show: true,
|
|
1292
|
+
title: "Crafting Experiences, Delivering Joy.",
|
|
1293
|
+
missionStatement: "Empowering individuals through style.",
|
|
1294
|
+
heroImage: "https://images.unsplash.com/photo-1558769132-cb1aea458c5e?q=80&w=2074&auto=format&fit=crop",
|
|
1295
|
+
},
|
|
1296
|
+
aboutContent: {
|
|
1297
|
+
show: true,
|
|
1298
|
+
content: "Minimal Style was born from a desire to create clothing that looks good and feels even better. We believe in sustainable fashion and ethical production practices."
|
|
1299
|
+
},
|
|
1300
|
+
statsSection: {
|
|
1301
|
+
show: true,
|
|
1302
|
+
stats: [
|
|
1303
|
+
{ id: 'stat1', label: 'Happy Customers', value: '10K+', icon: 'Users' },
|
|
1304
|
+
{ id: 'stat2', label: 'Years in Business', value: '5+', icon: 'Award' },
|
|
1305
|
+
{ id: 'stat3', label: 'Products Sold', value: '50K+', icon: 'Heart' },
|
|
1306
|
+
{ id: 'stat4', label: 'Sustainable Practices', value: '100%', icon: 'Leaf' },
|
|
1307
|
+
]
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
contact: {
|
|
1311
|
+
contactHeader: {
|
|
1312
|
+
show: true,
|
|
1313
|
+
title: "Reach Out to Us",
|
|
1314
|
+
subtitle: "We're here to help with any questions or concerns.",
|
|
1315
|
+
backgroundImage: "https://images.unsplash.com/photo-1596524430615-b46475ddff6e?q=80&w=2070&auto=format&fit=crop"
|
|
1316
|
+
},
|
|
1317
|
+
contactForm: {
|
|
1318
|
+
show: true,
|
|
1319
|
+
infoTitle: "Contact Information",
|
|
1320
|
+
infoDescription: "Feel free to reach out to us through any of the following channels.",
|
|
1321
|
+
address: "456 Minimalist Ave, Design City, DC 67890",
|
|
1322
|
+
phone: "+1 (555) 987-6543",
|
|
1323
|
+
email: "support@minimalstyle.com",
|
|
1324
|
+
hours: "Mon - Sat: 10 AM - 7 PM",
|
|
1325
|
+
mapEmbedUrl: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3153.019302545099!2d-122.4194155846816!3d37.7749295797589!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8085808f8f8f8f8f%3A0x8085808f8f8f8f8f!2sSan%20Francisco%2C%20CA!5e0!3m2!1sen!2sus!4v1678901234567!5m2!1sen!2sus"
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
},
|
|
1330
|
+
};
|
|
1331
|
+
}
|
|
1332
|
+
/**
|
|
1333
|
+
* Get preview data for Booking Agenda layout (agenda-book)
|
|
1334
|
+
*/
|
|
1335
|
+
export function getBookingAgendaPreviewData() {
|
|
1336
|
+
return {
|
|
1337
|
+
id: '7',
|
|
1338
|
+
slug: 'agenda-book',
|
|
1339
|
+
name: 'Agenda Book',
|
|
1340
|
+
description: 'Professional booking made simple. Schedule your appointments with ease.',
|
|
1341
|
+
type: 'booking-agenda',
|
|
1342
|
+
layout: 'booking-agenda',
|
|
1343
|
+
branding: {
|
|
1344
|
+
primaryColor: '#4F46E5',
|
|
1345
|
+
theme: 'light',
|
|
1346
|
+
socialMedia: {
|
|
1347
|
+
facebook: 'https://facebook.com/agendabook',
|
|
1348
|
+
instagram: 'https://instagram.com/agendabook',
|
|
1349
|
+
},
|
|
1350
|
+
},
|
|
1351
|
+
navigation: {
|
|
1352
|
+
main: [],
|
|
1353
|
+
footer: [],
|
|
1354
|
+
},
|
|
1355
|
+
categories: [
|
|
1356
|
+
{ id: 'cat1', name: 'Consultation', slug: 'consultation', image: 'https://images.unsplash.com/photo-1562322140-8baeececf3df?w=800&h=600&fit=crop&q=80' },
|
|
1357
|
+
{ id: 'cat2', name: 'Coaching', slug: 'coaching', image: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&h=600&fit=crop&q=80' },
|
|
1358
|
+
{ id: 'cat3', name: 'Workshop', slug: 'workshop', image: 'https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=800&h=600&fit=crop&q=80' },
|
|
1359
|
+
],
|
|
1360
|
+
services: [
|
|
1361
|
+
{
|
|
1362
|
+
id: 'svc1',
|
|
1363
|
+
name: 'Strategy Session',
|
|
1364
|
+
slug: 'strategy-session',
|
|
1365
|
+
description: '1-hour business strategy consultation to help you achieve your goals',
|
|
1366
|
+
price: 200,
|
|
1367
|
+
duration: 60,
|
|
1368
|
+
categoryId: 'cat1',
|
|
1369
|
+
image: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&q=80',
|
|
1370
|
+
provider: {
|
|
1371
|
+
id: 'p1',
|
|
1372
|
+
name: 'Alex Morgan',
|
|
1373
|
+
rating: 5.0,
|
|
1374
|
+
},
|
|
1375
|
+
availability: [{ day: 'Monday', slots: ['09:00', '10:00', '14:00'] }, { day: 'Wednesday', slots: ['09:00', '10:00'] }],
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
id: 'svc2',
|
|
1379
|
+
name: 'Career Coaching',
|
|
1380
|
+
slug: 'career-coaching',
|
|
1381
|
+
description: 'Personalized career development and guidance session',
|
|
1382
|
+
price: 150,
|
|
1383
|
+
duration: 45,
|
|
1384
|
+
categoryId: 'cat2',
|
|
1385
|
+
image: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&h=600&fit=crop&q=80',
|
|
1386
|
+
provider: {
|
|
1387
|
+
id: 'p2',
|
|
1388
|
+
name: 'Sarah Mitchell',
|
|
1389
|
+
rating: 4.9,
|
|
1390
|
+
},
|
|
1391
|
+
availability: [{ day: 'Tuesday', slots: ['10:00', '11:00', '15:00'] }, { day: 'Thursday', slots: ['10:00', '11:00'] }],
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
id: 'svc3',
|
|
1395
|
+
name: 'Business Planning Workshop',
|
|
1396
|
+
slug: 'business-planning-workshop',
|
|
1397
|
+
description: 'Comprehensive 2-hour workshop on creating effective business plans',
|
|
1398
|
+
price: 300,
|
|
1399
|
+
duration: 120,
|
|
1400
|
+
categoryId: 'cat3',
|
|
1401
|
+
image: 'https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=800&h=600&fit=crop&q=80',
|
|
1402
|
+
provider: {
|
|
1403
|
+
id: 'p3',
|
|
1404
|
+
name: 'Michael Chen',
|
|
1405
|
+
rating: 5.0,
|
|
1406
|
+
},
|
|
1407
|
+
availability: [{ day: 'Friday', slots: ['09:00', '13:00'] }],
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
id: 'svc4',
|
|
1411
|
+
name: 'Financial Consultation',
|
|
1412
|
+
slug: 'financial-consultation',
|
|
1413
|
+
description: 'Expert financial advice and planning for your business',
|
|
1414
|
+
price: 250,
|
|
1415
|
+
duration: 90,
|
|
1416
|
+
categoryId: 'cat1',
|
|
1417
|
+
image: 'https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=800&h=600&fit=crop&q=80',
|
|
1418
|
+
provider: {
|
|
1419
|
+
id: 'p4',
|
|
1420
|
+
name: 'David Kim',
|
|
1421
|
+
rating: 4.8,
|
|
1422
|
+
},
|
|
1423
|
+
availability: [{ day: 'Monday', slots: ['11:00', '14:00'] }, { day: 'Wednesday', slots: ['11:00', '14:00'] }],
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
id: 'svc5',
|
|
1427
|
+
name: 'Leadership Development',
|
|
1428
|
+
slug: 'leadership-development',
|
|
1429
|
+
description: 'Enhance your leadership skills with personalized coaching',
|
|
1430
|
+
price: 180,
|
|
1431
|
+
duration: 60,
|
|
1432
|
+
categoryId: 'cat2',
|
|
1433
|
+
image: 'https://images.unsplash.com/photo-1523240795612-9a054b0db644?w=800&h=600&fit=crop&q=80',
|
|
1434
|
+
provider: {
|
|
1435
|
+
id: 'p1',
|
|
1436
|
+
name: 'Alex Morgan',
|
|
1437
|
+
rating: 5.0,
|
|
1438
|
+
},
|
|
1439
|
+
availability: [{ day: 'Tuesday', slots: ['09:00', '13:00'] }, { day: 'Thursday', slots: ['09:00', '13:00'] }],
|
|
1440
|
+
},
|
|
1441
|
+
],
|
|
1442
|
+
features: {
|
|
1443
|
+
cart: false,
|
|
1444
|
+
wishlist: false,
|
|
1445
|
+
reviews: true,
|
|
1446
|
+
search: true,
|
|
1447
|
+
filters: true,
|
|
1448
|
+
booking: true,
|
|
1449
|
+
delivery: false,
|
|
1450
|
+
},
|
|
1451
|
+
settings: {
|
|
1452
|
+
currency: 'USD',
|
|
1453
|
+
},
|
|
1454
|
+
payment: {
|
|
1455
|
+
payazaPublicKey: '',
|
|
1456
|
+
enabled: true,
|
|
1457
|
+
},
|
|
1458
|
+
layoutConfig: {
|
|
1459
|
+
sections: {
|
|
1460
|
+
header: { show: true, title: "Book Your Session", subtitle: "Select a service and time that works for you." },
|
|
1461
|
+
marketing: {
|
|
1462
|
+
show: true,
|
|
1463
|
+
subscriptionTitle: "Grow Your Business",
|
|
1464
|
+
subscriptionSubtitle: "Get 20% off your first strategy session this month.",
|
|
1465
|
+
subscriptionButton: "Book Now"
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
pages: {
|
|
1469
|
+
about: {
|
|
1470
|
+
hero: {
|
|
1471
|
+
heroImage: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=1600&q=80",
|
|
1472
|
+
title: "Expert Guidance",
|
|
1473
|
+
missionStatement: "Helping you navigate the complexities of modern business."
|
|
1474
|
+
},
|
|
1475
|
+
story: {
|
|
1476
|
+
content: "With decades of combined experience, our consultants are dedicated to your success."
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1479
|
+
contact: {
|
|
1480
|
+
hero: {
|
|
1481
|
+
title: "Let's Talk"
|
|
1482
|
+
},
|
|
1483
|
+
form: {
|
|
1484
|
+
show: true
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
}
|
|
1489
|
+
};
|
|
1490
|
+
}
|
|
1491
|
+
/**
|
|
1492
|
+
* Get preview data for Electronics Grid layout (grid-tech)
|
|
1493
|
+
*/
|
|
1494
|
+
export function getElectronicsGridPreviewData() {
|
|
1495
|
+
return {
|
|
1496
|
+
id: '8',
|
|
1497
|
+
slug: 'grid-tech',
|
|
1498
|
+
name: 'Nigeria I-Store',
|
|
1499
|
+
description: 'Premium Apple products. Authentic. Authorized. Exclusive to Nigeria.',
|
|
1500
|
+
type: 'electronics-grid',
|
|
1501
|
+
layout: 'electronics-grid',
|
|
1502
|
+
branding: {
|
|
1503
|
+
primaryColor: '#000000',
|
|
1504
|
+
secondaryColor: '#1D1D1F',
|
|
1505
|
+
accentColor: '#0071E3',
|
|
1506
|
+
theme: 'light',
|
|
1507
|
+
socialMedia: {
|
|
1508
|
+
facebook: 'https://facebook.com/nigeriaistore',
|
|
1509
|
+
twitter: 'https://twitter.com/nigeriaistore',
|
|
1510
|
+
instagram: 'https://instagram.com/nigeriaistore',
|
|
1511
|
+
},
|
|
1512
|
+
},
|
|
1513
|
+
navigation: {
|
|
1514
|
+
main: [],
|
|
1515
|
+
footer: [],
|
|
1516
|
+
},
|
|
1517
|
+
categories: [
|
|
1518
|
+
{ id: 'cat1', name: 'iPhone', slug: 'iphone', image: 'https://images.unsplash.com/photo-1592750475338-74b7b21085ab?w=800&q=80' },
|
|
1519
|
+
{ id: 'cat2', name: 'Mac', slug: 'mac', image: 'https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=800&q=80' },
|
|
1520
|
+
{ id: 'cat3', name: 'iPad', slug: 'ipad', image: 'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80' },
|
|
1521
|
+
{ id: 'cat4', name: 'Apple Watch', slug: 'apple-watch', image: 'https://images.unsplash.com/photo-1551816230-ef5deaed4a26?w=800&q=80' },
|
|
1522
|
+
{ id: 'cat5', name: 'AirPods', slug: 'airpods', image: 'https://images.unsplash.com/photo-1606220945770-b5b6c2c55bf1?w=800&q=80' },
|
|
1523
|
+
{ id: 'cat6', name: 'Accessories', slug: 'accessories', image: 'https://images.unsplash.com/photo-1616348436168-de43ad0db179?w=800&q=80' },
|
|
1524
|
+
{ id: 'cat7', name: 'HomePod', slug: 'homepod', image: 'https://images.unsplash.com/photo-1589492477829-5e65395b66cc?w=800&q=80' },
|
|
1525
|
+
{ id: 'cat8', name: 'Apple TV', slug: 'apple-tv', image: 'https://images.unsplash.com/photo-1558002038-1091a575039f?w=800&q=80' },
|
|
1526
|
+
],
|
|
1527
|
+
products: [
|
|
1528
|
+
{
|
|
1529
|
+
id: 'prod1',
|
|
1530
|
+
name: 'iPhone 15 Pro Max',
|
|
1531
|
+
slug: 'iphone-15-pro-max',
|
|
1532
|
+
description: 'Titanium design. A17 Pro chip. Action button. Pro camera system.',
|
|
1533
|
+
price: 1199.00,
|
|
1534
|
+
compareAtPrice: 1299.00,
|
|
1535
|
+
images: [
|
|
1536
|
+
'https://images.unsplash.com/photo-1592750475338-74b7b21085ab?w=800&q=80&auto=format&fit=crop',
|
|
1537
|
+
'https://images.unsplash.com/photo-1616348436168-de43ad0db179?w=800&q=80&auto=format&fit=crop'
|
|
1538
|
+
],
|
|
1539
|
+
categoryId: 'cat1',
|
|
1540
|
+
inStock: true,
|
|
1541
|
+
rating: 4.9,
|
|
1542
|
+
reviewCount: 2847,
|
|
1543
|
+
specifications: { Brand: 'Apple', Storage: '256GB', Display: '6.7" Super Retina XDR', Chip: 'A17 Pro', Camera: '48MP Main Camera' },
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
id: 'prod2',
|
|
1547
|
+
name: 'MacBook Pro 16"',
|
|
1548
|
+
slug: 'macbook-pro-16',
|
|
1549
|
+
description: 'M3 Pro chip. 16-core GPU. 18-hour battery. Liquid Retina XDR display.',
|
|
1550
|
+
price: 2499.00,
|
|
1551
|
+
images: [
|
|
1552
|
+
'https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=800&q=80&auto=format&fit=crop',
|
|
1553
|
+
'https://images.unsplash.com/photo-1517336714731-489689fd1ca4?w=800&q=80&auto=format&fit=crop'
|
|
1554
|
+
],
|
|
1555
|
+
categoryId: 'cat2',
|
|
1556
|
+
inStock: true,
|
|
1557
|
+
rating: 4.9,
|
|
1558
|
+
reviewCount: 1247,
|
|
1559
|
+
specifications: { Brand: 'Apple', Chip: 'M3 Pro', RAM: '18GB', Storage: '512GB SSD', Display: '16.2" Liquid Retina XDR' },
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
id: 'prod3',
|
|
1563
|
+
name: 'AirPods Pro (2nd generation)',
|
|
1564
|
+
slug: 'airpods-pro-2nd-gen',
|
|
1565
|
+
description: 'Active Noise Cancellation. Spatial Audio. MagSafe Charging Case.',
|
|
1566
|
+
price: 249.00,
|
|
1567
|
+
compareAtPrice: 279.00,
|
|
1568
|
+
images: [
|
|
1569
|
+
'https://images.unsplash.com/photo-1606220945770-b5b6c2c55bf1?w=800&q=80&auto=format&fit=crop',
|
|
1570
|
+
'https://images.unsplash.com/photo-1572569028738-7a16d8bd1020?w=800&q=80&auto=format&fit=crop'
|
|
1571
|
+
],
|
|
1572
|
+
categoryId: 'cat5',
|
|
1573
|
+
inStock: true,
|
|
1574
|
+
rating: 4.8,
|
|
1575
|
+
reviewCount: 3421,
|
|
1576
|
+
specifications: { Brand: 'Apple', Type: 'In-Ear', NoiseCancellation: 'Active', Battery: 'Up to 6 hours' },
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
id: 'prod4',
|
|
1580
|
+
name: 'iPhone 15 Pro',
|
|
1581
|
+
slug: 'iphone-15-pro',
|
|
1582
|
+
description: 'Titanium design. A17 Pro chip. Action button. Pro camera system.',
|
|
1583
|
+
price: 999.00,
|
|
1584
|
+
images: [
|
|
1585
|
+
'https://images.unsplash.com/photo-1592750475338-74b7b21085ab?w=800&q=80&auto=format&fit=crop',
|
|
1586
|
+
'https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80&auto=format&fit=crop'
|
|
1587
|
+
],
|
|
1588
|
+
categoryId: 'cat1',
|
|
1589
|
+
inStock: true,
|
|
1590
|
+
rating: 4.9,
|
|
1591
|
+
reviewCount: 2156,
|
|
1592
|
+
specifications: { Brand: 'Apple', Storage: '256GB', Display: '6.1" Super Retina XDR', Chip: 'A17 Pro', Camera: '48MP Main Camera' },
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
id: 'prod5',
|
|
1596
|
+
name: 'Magic Keyboard',
|
|
1597
|
+
slug: 'magic-keyboard',
|
|
1598
|
+
description: 'Wireless keyboard with scissor mechanism. Rechargeable battery.',
|
|
1599
|
+
price: 149.00,
|
|
1600
|
+
images: [
|
|
1601
|
+
'https://images.unsplash.com/photo-1616348436168-de43ad0db179?w=800&q=80&auto=format&fit=crop',
|
|
1602
|
+
'https://images.unsplash.com/photo-1511467687858-23d96c32e4ae?w=800&q=80&auto=format&fit=crop'
|
|
1603
|
+
],
|
|
1604
|
+
categoryId: 'cat6',
|
|
1605
|
+
inStock: true,
|
|
1606
|
+
rating: 4.7,
|
|
1607
|
+
reviewCount: 892,
|
|
1608
|
+
specifications: { Brand: 'Apple', Connectivity: 'Bluetooth', Battery: 'Rechargeable', Layout: 'Full-size' },
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
id: 'prod6',
|
|
1612
|
+
name: 'Magic Mouse',
|
|
1613
|
+
slug: 'magic-mouse',
|
|
1614
|
+
description: 'Wireless mouse with Multi-Touch surface. Rechargeable battery.',
|
|
1615
|
+
price: 79.00,
|
|
1616
|
+
compareAtPrice: 99.00,
|
|
1617
|
+
images: [
|
|
1618
|
+
'https://images.unsplash.com/photo-1527814050087-3793815479db?w=800&q=80&auto=format&fit=crop',
|
|
1619
|
+
'https://images.unsplash.com/photo-1615663245857-acda5b2a666e?w=800&q=80&auto=format&fit=crop'
|
|
1620
|
+
],
|
|
1621
|
+
categoryId: 'cat6',
|
|
1622
|
+
inStock: true,
|
|
1623
|
+
rating: 4.6,
|
|
1624
|
+
reviewCount: 1245,
|
|
1625
|
+
specifications: { Brand: 'Apple', Connectivity: 'Bluetooth', Battery: 'Rechargeable', Surface: 'Multi-Touch' },
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
id: 'prod7',
|
|
1629
|
+
name: 'MacBook Pro 14"',
|
|
1630
|
+
slug: 'macbook-pro-14',
|
|
1631
|
+
description: 'M3 chip. 11-core GPU. 18-hour battery. Liquid Retina XDR display.',
|
|
1632
|
+
price: 1599.00,
|
|
1633
|
+
images: [
|
|
1634
|
+
'https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=800&q=80&auto=format&fit=crop',
|
|
1635
|
+
'https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=800&q=80&auto=format&fit=crop'
|
|
1636
|
+
],
|
|
1637
|
+
categoryId: 'cat2',
|
|
1638
|
+
inStock: true,
|
|
1639
|
+
rating: 4.9,
|
|
1640
|
+
reviewCount: 1892,
|
|
1641
|
+
specifications: { Brand: 'Apple', Chip: 'M3', RAM: '8GB', Storage: '512GB SSD', Display: '14.2" Liquid Retina XDR' },
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
id: 'prod8',
|
|
1645
|
+
name: 'Apple Watch Series 9',
|
|
1646
|
+
slug: 'apple-watch-series-9',
|
|
1647
|
+
description: 'S9 SiP. Always-On Retina display. Advanced health features.',
|
|
1648
|
+
price: 399.00,
|
|
1649
|
+
images: [
|
|
1650
|
+
'https://images.unsplash.com/photo-1551816230-ef5deaed4a26?w=800&q=80&auto=format&fit=crop',
|
|
1651
|
+
'https://images.unsplash.com/photo-1546868871-7041f2a55e12?w=800&q=80&auto=format&fit=crop'
|
|
1652
|
+
],
|
|
1653
|
+
categoryId: 'cat4',
|
|
1654
|
+
inStock: true,
|
|
1655
|
+
rating: 4.8,
|
|
1656
|
+
reviewCount: 3421,
|
|
1657
|
+
specifications: { Brand: 'Apple', Size: '45mm', Chip: 'S9 SiP', Connectivity: 'Bluetooth & Wi-Fi' },
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
id: 'prod9',
|
|
1661
|
+
name: 'iPad Pro 12.9"',
|
|
1662
|
+
slug: 'ipad-pro-12-9',
|
|
1663
|
+
description: 'M2 chip. 12.9" Liquid Retina XDR display. Apple Pencil compatible.',
|
|
1664
|
+
price: 1099.00,
|
|
1665
|
+
compareAtPrice: 1199.00,
|
|
1666
|
+
images: [
|
|
1667
|
+
'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80&auto=format&fit=crop',
|
|
1668
|
+
'https://images.unsplash.com/photo-1589739900266-43b91e6a78d3?w=800&q=80&auto=format&fit=crop'
|
|
1669
|
+
],
|
|
1670
|
+
categoryId: 'cat3',
|
|
1671
|
+
inStock: true,
|
|
1672
|
+
rating: 4.9,
|
|
1673
|
+
reviewCount: 2156,
|
|
1674
|
+
specifications: { Brand: 'Apple', Chip: 'M2', Storage: '256GB', Display: '12.9" Liquid Retina XDR' },
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
id: 'prod10',
|
|
1678
|
+
name: 'AirPods (3rd generation)',
|
|
1679
|
+
slug: 'airpods-3rd-gen',
|
|
1680
|
+
description: 'Spatial Audio. Adaptive EQ. MagSafe Charging Case.',
|
|
1681
|
+
price: 179.00,
|
|
1682
|
+
images: [
|
|
1683
|
+
'https://images.unsplash.com/photo-1606220945770-b5b6c2c55bf1?w=800&q=80&auto=format&fit=crop',
|
|
1684
|
+
'https://images.unsplash.com/photo-1590658268037-6bf12165a8df?w=800&q=80&auto=format&fit=crop'
|
|
1685
|
+
],
|
|
1686
|
+
categoryId: 'cat5',
|
|
1687
|
+
inStock: true,
|
|
1688
|
+
rating: 4.7,
|
|
1689
|
+
reviewCount: 2847,
|
|
1690
|
+
specifications: { Brand: 'Apple', Battery: 'Up to 6 hours', Connectivity: 'Bluetooth 5.3', Audio: 'Spatial Audio' },
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
id: 'prod11',
|
|
1694
|
+
name: 'iPad Pro 11"',
|
|
1695
|
+
slug: 'ipad-pro-11',
|
|
1696
|
+
description: 'M2 chip. 11" Liquid Retina display. Apple Pencil compatible.',
|
|
1697
|
+
price: 799.00,
|
|
1698
|
+
images: [
|
|
1699
|
+
'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80&auto=format&fit=crop',
|
|
1700
|
+
'https://images.unsplash.com/photo-1589739900266-43b91e6a78d3?w=800&q=80&auto=format&fit=crop'
|
|
1701
|
+
],
|
|
1702
|
+
categoryId: 'cat3',
|
|
1703
|
+
inStock: true,
|
|
1704
|
+
rating: 4.8,
|
|
1705
|
+
reviewCount: 1892,
|
|
1706
|
+
specifications: { Brand: 'Apple', Chip: 'M2', Storage: '128GB', Display: '11" Liquid Retina' },
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
id: 'prod12',
|
|
1710
|
+
name: 'AirTag (4-Pack)',
|
|
1711
|
+
slug: 'airtag-4-pack',
|
|
1712
|
+
description: 'Keep track of your belongings. Precision Finding. Privacy built in.',
|
|
1713
|
+
price: 99.00,
|
|
1714
|
+
compareAtPrice: 119.00,
|
|
1715
|
+
images: [
|
|
1716
|
+
'https://images.unsplash.com/photo-1616348436168-de43ad0db179?w=800&q=80&auto=format&fit=crop',
|
|
1717
|
+
'https://images.unsplash.com/photo-1610945415295-d9bbf067e59c?w=800&q=80&auto=format&fit=crop'
|
|
1718
|
+
],
|
|
1719
|
+
categoryId: 'cat6',
|
|
1720
|
+
inStock: true,
|
|
1721
|
+
rating: 4.6,
|
|
1722
|
+
reviewCount: 3421,
|
|
1723
|
+
specifications: { Brand: 'Apple', Connectivity: 'Bluetooth & U1', Battery: 'User-replaceable', Range: 'Find My network' },
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
id: 'prod13',
|
|
1727
|
+
name: 'HomePod mini',
|
|
1728
|
+
slug: 'homepod-mini',
|
|
1729
|
+
description: '360° audio. Siri. Smart home hub. Privacy built in.',
|
|
1730
|
+
price: 99.00,
|
|
1731
|
+
images: [
|
|
1732
|
+
'https://images.unsplash.com/photo-1589492477829-5e65395b66cc?w=800&q=80&auto=format&fit=crop',
|
|
1733
|
+
'https://images.unsplash.com/photo-1543512214-318c77a077d2?w=800&q=80&auto=format&fit=crop'
|
|
1734
|
+
],
|
|
1735
|
+
categoryId: 'cat7',
|
|
1736
|
+
inStock: true,
|
|
1737
|
+
rating: 4.7,
|
|
1738
|
+
reviewCount: 2156,
|
|
1739
|
+
specifications: { Brand: 'Apple', Audio: '360° audio', Assistant: 'Siri', Connectivity: 'Wi-Fi & Bluetooth' },
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
id: 'prod14',
|
|
1743
|
+
name: 'iPhone 15',
|
|
1744
|
+
slug: 'iphone-15',
|
|
1745
|
+
description: 'Dynamic Island. A16 Bionic chip. Advanced camera system.',
|
|
1746
|
+
price: 799.00,
|
|
1747
|
+
images: [
|
|
1748
|
+
'https://images.unsplash.com/photo-1592750475338-74b7b21085ab?w=800&q=80&auto=format&fit=crop',
|
|
1749
|
+
'https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80&auto=format&fit=crop'
|
|
1750
|
+
],
|
|
1751
|
+
categoryId: 'cat1',
|
|
1752
|
+
inStock: true,
|
|
1753
|
+
rating: 4.8,
|
|
1754
|
+
reviewCount: 3421,
|
|
1755
|
+
specifications: { Brand: 'Apple', Storage: '128GB', Display: '6.1" Super Retina XDR', Chip: 'A16 Bionic', Camera: '48MP Main Camera' },
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
id: 'prod15',
|
|
1759
|
+
name: 'MacBook Air 15"',
|
|
1760
|
+
slug: 'macbook-air-15',
|
|
1761
|
+
description: 'M3 chip. 15.3" Liquid Retina display. All-day battery life.',
|
|
1762
|
+
price: 1299.00,
|
|
1763
|
+
compareAtPrice: 1399.00,
|
|
1764
|
+
images: [
|
|
1765
|
+
'https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=800&q=80&auto=format&fit=crop',
|
|
1766
|
+
'https://images.unsplash.com/photo-1517336714731-489689fd1ca4?w=800&q=80&auto=format&fit=crop'
|
|
1767
|
+
],
|
|
1768
|
+
categoryId: 'cat2',
|
|
1769
|
+
inStock: true,
|
|
1770
|
+
rating: 4.9,
|
|
1771
|
+
reviewCount: 2847,
|
|
1772
|
+
specifications: { Brand: 'Apple', Chip: 'M3', RAM: '8GB', Storage: '256GB SSD', Display: '15.3" Liquid Retina' },
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
id: 'prod16',
|
|
1776
|
+
name: 'MagSafe Charger',
|
|
1777
|
+
slug: 'magsafe-charger',
|
|
1778
|
+
description: 'Wireless charging for iPhone. Perfect alignment every time.',
|
|
1779
|
+
price: 39.00,
|
|
1780
|
+
images: [
|
|
1781
|
+
'https://images.unsplash.com/photo-1616348436168-de43ad0db179?w=800&q=80&auto=format&fit=crop',
|
|
1782
|
+
'https://images.unsplash.com/photo-1611591437281-460bfbe1220a?w=800&q=80&auto=format&fit=crop'
|
|
1783
|
+
],
|
|
1784
|
+
categoryId: 'cat6',
|
|
1785
|
+
inStock: true,
|
|
1786
|
+
rating: 4.5,
|
|
1787
|
+
reviewCount: 1892,
|
|
1788
|
+
specifications: { Brand: 'Apple', Power: '15W', Connectivity: 'USB-C', Compatibility: 'iPhone 12 and later' },
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
id: 'prod17',
|
|
1792
|
+
name: 'AirPods Max',
|
|
1793
|
+
slug: 'airpods-max',
|
|
1794
|
+
description: 'Active Noise Cancellation. Spatial Audio. Premium design.',
|
|
1795
|
+
price: 549.00,
|
|
1796
|
+
images: [
|
|
1797
|
+
'https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=800&q=80&auto=format&fit=crop',
|
|
1798
|
+
'https://images.unsplash.com/photo-1546435770-a3e426bf472b?w=800&q=80&auto=format&fit=crop'
|
|
1799
|
+
],
|
|
1800
|
+
categoryId: 'cat5',
|
|
1801
|
+
inStock: true,
|
|
1802
|
+
rating: 4.8,
|
|
1803
|
+
reviewCount: 1247,
|
|
1804
|
+
specifications: { Brand: 'Apple', Type: 'Over-Ear', NoiseCancellation: 'Active', Battery: 'Up to 20 hours' },
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
id: 'prod18',
|
|
1808
|
+
name: 'Apple Watch Ultra 2',
|
|
1809
|
+
slug: 'apple-watch-ultra-2',
|
|
1810
|
+
description: 'S9 SiP. 49mm titanium case. Action button. Up to 36 hours battery.',
|
|
1811
|
+
price: 799.00,
|
|
1812
|
+
images: [
|
|
1813
|
+
'https://images.unsplash.com/photo-1551816230-ef5deaed4a26?w=800&q=80&auto=format&fit=crop',
|
|
1814
|
+
'https://images.unsplash.com/photo-1546868871-7041f2a55e12?w=800&q=80&auto=format&fit=crop'
|
|
1815
|
+
],
|
|
1816
|
+
categoryId: 'cat4',
|
|
1817
|
+
inStock: true,
|
|
1818
|
+
rating: 4.9,
|
|
1819
|
+
reviewCount: 892,
|
|
1820
|
+
specifications: { Brand: 'Apple', Size: '49mm', Chip: 'S9 SiP', Battery: 'Up to 36 hours' },
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
id: 'prod19',
|
|
1824
|
+
name: 'iPad Air',
|
|
1825
|
+
slug: 'ipad-air',
|
|
1826
|
+
description: 'M2 chip. 10.9" Liquid Retina display. Apple Pencil compatible.',
|
|
1827
|
+
price: 599.00,
|
|
1828
|
+
compareAtPrice: 649.00,
|
|
1829
|
+
images: [
|
|
1830
|
+
'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80&auto=format&fit=crop',
|
|
1831
|
+
'https://images.unsplash.com/photo-1589739900266-43b91e6a78d3?w=800&q=80&auto=format&fit=crop'
|
|
1832
|
+
],
|
|
1833
|
+
categoryId: 'cat3',
|
|
1834
|
+
inStock: true,
|
|
1835
|
+
rating: 4.8,
|
|
1836
|
+
reviewCount: 2156,
|
|
1837
|
+
specifications: { Brand: 'Apple', Chip: 'M2', Storage: '64GB', Display: '10.9" Liquid Retina' },
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
id: 'prod20',
|
|
1841
|
+
name: 'MacBook Air 13"',
|
|
1842
|
+
slug: 'macbook-air-13',
|
|
1843
|
+
description: 'M3 chip. 13.6" Liquid Retina display. All-day battery life.',
|
|
1844
|
+
price: 1099.00,
|
|
1845
|
+
images: [
|
|
1846
|
+
'https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=800&q=80&auto=format&fit=crop',
|
|
1847
|
+
'https://images.unsplash.com/photo-1517336714731-489689fd1ca4?w=800&q=80&auto=format&fit=crop'
|
|
1848
|
+
],
|
|
1849
|
+
categoryId: 'cat2',
|
|
1850
|
+
inStock: true,
|
|
1851
|
+
rating: 4.9,
|
|
1852
|
+
reviewCount: 3421,
|
|
1853
|
+
specifications: { Brand: 'Apple', Chip: 'M3', RAM: '8GB', Storage: '256GB SSD', Display: '13.6" Liquid Retina' },
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
id: 'prod21',
|
|
1857
|
+
name: 'Apple Watch SE',
|
|
1858
|
+
slug: 'apple-watch-se',
|
|
1859
|
+
description: 'S8 SiP. Essential features. Affordable price.',
|
|
1860
|
+
price: 249.00,
|
|
1861
|
+
images: [
|
|
1862
|
+
'https://images.unsplash.com/photo-1551816230-ef5deaed4a26?w=800&q=80&auto=format&fit=crop',
|
|
1863
|
+
'https://images.unsplash.com/photo-1546868871-7041f2a55e12?w=800&q=80&auto=format&fit=crop'
|
|
1864
|
+
],
|
|
1865
|
+
categoryId: 'cat4',
|
|
1866
|
+
inStock: true,
|
|
1867
|
+
rating: 4.7,
|
|
1868
|
+
reviewCount: 1892,
|
|
1869
|
+
specifications: { Brand: 'Apple', Size: '44mm', Chip: 'S8 SiP', Battery: 'Up to 18 hours' },
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
id: 'prod22',
|
|
1873
|
+
name: 'iPhone 14 Pro',
|
|
1874
|
+
slug: 'iphone-14-pro',
|
|
1875
|
+
description: 'A16 Bionic chip. Pro camera system. Dynamic Island.',
|
|
1876
|
+
price: 899.00,
|
|
1877
|
+
images: [
|
|
1878
|
+
'https://images.unsplash.com/photo-1592750475338-74b7b21085ab?w=800&q=80&auto=format&fit=crop',
|
|
1879
|
+
'https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80&auto=format&fit=crop'
|
|
1880
|
+
],
|
|
1881
|
+
categoryId: 'cat1',
|
|
1882
|
+
inStock: true,
|
|
1883
|
+
rating: 4.8,
|
|
1884
|
+
reviewCount: 2847,
|
|
1885
|
+
specifications: { Brand: 'Apple', Storage: '128GB', Display: '6.1" Super Retina XDR', Chip: 'A16 Bionic', Camera: '48MP Main Camera' },
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
id: 'prod23',
|
|
1889
|
+
name: 'iPad mini',
|
|
1890
|
+
slug: 'ipad-mini',
|
|
1891
|
+
description: 'A15 Bionic chip. 8.3" Liquid Retina display. Apple Pencil compatible.',
|
|
1892
|
+
price: 499.00,
|
|
1893
|
+
images: [
|
|
1894
|
+
'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80&auto=format&fit=crop',
|
|
1895
|
+
'https://images.unsplash.com/photo-1589739900266-43b91e6a78d3?w=800&q=80&auto=format&fit=crop'
|
|
1896
|
+
],
|
|
1897
|
+
categoryId: 'cat3',
|
|
1898
|
+
inStock: true,
|
|
1899
|
+
rating: 4.7,
|
|
1900
|
+
reviewCount: 1247,
|
|
1901
|
+
specifications: { Brand: 'Apple', Chip: 'A15 Bionic', Storage: '64GB', Display: '8.3" Liquid Retina' },
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
id: 'prod24',
|
|
1905
|
+
name: 'Apple TV 4K',
|
|
1906
|
+
slug: 'apple-tv-4k',
|
|
1907
|
+
description: 'A15 Bionic chip. 4K HDR. Siri Remote. HomeKit hub.',
|
|
1908
|
+
price: 149.00,
|
|
1909
|
+
images: [
|
|
1910
|
+
'https://images.unsplash.com/photo-1558002038-1091a575039f?w=800&q=80&auto=format&fit=crop',
|
|
1911
|
+
'https://images.unsplash.com/photo-1567365601292-e9324d081662?w=800&q=80&auto=format&fit=crop'
|
|
1912
|
+
],
|
|
1913
|
+
categoryId: 'cat8',
|
|
1914
|
+
inStock: true,
|
|
1915
|
+
rating: 4.6,
|
|
1916
|
+
reviewCount: 892,
|
|
1917
|
+
specifications: { Brand: 'Apple', Chip: 'A15 Bionic', Resolution: '4K HDR', Storage: '128GB' },
|
|
1918
|
+
},
|
|
1919
|
+
],
|
|
1920
|
+
features: {
|
|
1921
|
+
cart: true,
|
|
1922
|
+
wishlist: true,
|
|
1923
|
+
reviews: true,
|
|
1924
|
+
search: true,
|
|
1925
|
+
filters: true,
|
|
1926
|
+
booking: false,
|
|
1927
|
+
delivery: true,
|
|
1928
|
+
},
|
|
1929
|
+
settings: {
|
|
1930
|
+
currency: 'USD',
|
|
1931
|
+
shippingEnabled: true,
|
|
1932
|
+
},
|
|
1933
|
+
payment: {
|
|
1934
|
+
payazaPublicKey: '',
|
|
1935
|
+
enabled: true,
|
|
1936
|
+
},
|
|
1937
|
+
layoutConfig: {
|
|
1938
|
+
sections: {
|
|
1939
|
+
header: { subtitle: "Authorized Apple Reseller in Nigeria" },
|
|
1940
|
+
marketing: {
|
|
1941
|
+
show: true,
|
|
1942
|
+
showPromoBanner: false,
|
|
1943
|
+
promoBanner: {
|
|
1944
|
+
show: false,
|
|
1945
|
+
title: "Summer Tech Sale",
|
|
1946
|
+
subtitle: "Get up to 20% off on selected Apple accessories.",
|
|
1947
|
+
buttonText: "Shop Sale",
|
|
1948
|
+
buttonLink: "/products"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
products: { title: "Featured Apple Products" },
|
|
1952
|
+
brands: { show: true },
|
|
1953
|
+
categories: { show: true }
|
|
1954
|
+
},
|
|
1955
|
+
pages: {
|
|
1956
|
+
about: {
|
|
1957
|
+
hero: {
|
|
1958
|
+
heroImage: "https://images.unsplash.com/photo-1541807084-5c52b6b3adef?w=1600&q=80",
|
|
1959
|
+
title: "Your Apple Expert in Nigeria",
|
|
1960
|
+
missionStatement: "Providing authentic technology to empower your daily life."
|
|
1961
|
+
},
|
|
1962
|
+
story: {
|
|
1963
|
+
content: "Nigeria I-Store was founded with a simple goal: to make premium technology accessible and supported locally."
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
contact: {
|
|
1967
|
+
hero: {
|
|
1968
|
+
title: "Visit Our Store"
|
|
1969
|
+
},
|
|
1970
|
+
form: {
|
|
1971
|
+
show: true
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
},
|
|
1976
|
+
};
|
|
1977
|
+
}
|
|
1978
|
+
/**
|
|
1979
|
+
* Get preview data for Electronics layout (modern-tech)
|
|
1980
|
+
*/
|
|
1981
|
+
export function getElectronicsPreviewData() {
|
|
1982
|
+
return {
|
|
1983
|
+
id: '9',
|
|
1984
|
+
slug: 'modern-tech',
|
|
1985
|
+
name: 'Modern Tech Store',
|
|
1986
|
+
description: 'The newest tech gadgets.',
|
|
1987
|
+
type: 'electronics',
|
|
1988
|
+
layout: 'electronics',
|
|
1989
|
+
branding: {
|
|
1990
|
+
primaryColor: '#000000',
|
|
1991
|
+
secondaryColor: '#333333',
|
|
1992
|
+
theme: 'dark',
|
|
1993
|
+
socialMedia: {
|
|
1994
|
+
twitter: 'https://twitter.com/moderntech',
|
|
1995
|
+
instagram: 'https://instagram.com/moderntech',
|
|
1996
|
+
},
|
|
1997
|
+
},
|
|
1998
|
+
navigation: {
|
|
1999
|
+
main: [{ label: 'Shop', href: '/products' }],
|
|
2000
|
+
footer: [],
|
|
2001
|
+
},
|
|
2002
|
+
categories: [
|
|
2003
|
+
{ id: 'cat1', name: 'Smartphones', slug: 'smartphones', image: 'https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=800&q=80' },
|
|
2004
|
+
{ id: 'cat2', name: 'Laptops', slug: 'laptops', image: 'https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=800&q=80' },
|
|
2005
|
+
{ id: 'cat3', name: 'Headphones', slug: 'headphones', image: 'https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=800&q=80' },
|
|
2006
|
+
{ id: 'cat4', name: 'Smartwatches', slug: 'smartwatches', image: 'https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80' },
|
|
2007
|
+
{ id: 'cat5', name: 'Tablets', slug: 'tablets', image: 'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80' },
|
|
2008
|
+
{ id: 'cat6', name: 'Accessories', slug: 'accessories', image: 'https://images.unsplash.com/photo-1572635196237-14b3f281503f?w=800&q=80' },
|
|
2009
|
+
],
|
|
2010
|
+
products: [
|
|
2011
|
+
{
|
|
2012
|
+
id: 'mt-prod1',
|
|
2013
|
+
name: 'Galaxy Ultra X1',
|
|
2014
|
+
slug: 'galaxy-ultra-x1',
|
|
2015
|
+
description: 'Next-gen flagship with AI-powered camera, 200MP sensor, and 5G Ultra.',
|
|
2016
|
+
price: 1199.00,
|
|
2017
|
+
compareAtPrice: 1399.00,
|
|
2018
|
+
images: [
|
|
2019
|
+
'https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=800&q=80&auto=format&fit=crop',
|
|
2020
|
+
'https://images.unsplash.com/photo-1610945415295-d9bbf067e59c?w=800&q=80&auto=format&fit=crop'
|
|
2021
|
+
],
|
|
2022
|
+
categoryId: 'cat1',
|
|
2023
|
+
inStock: true,
|
|
2024
|
+
rating: 4.9,
|
|
2025
|
+
reviewCount: 1847,
|
|
2026
|
+
specifications: { Brand: 'Samsung', Storage: '512GB', Display: '6.8" Dynamic AMOLED', Processor: 'Snapdragon 8 Gen 3', Camera: '200MP Main Camera' },
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
id: 'mt-prod2',
|
|
2030
|
+
name: 'TechBook Pro 15',
|
|
2031
|
+
slug: 'techbook-pro-15',
|
|
2032
|
+
description: 'Professional laptop with 13th Gen Intel, RTX graphics, and stunning display.',
|
|
2033
|
+
price: 1899.00,
|
|
2034
|
+
images: [
|
|
2035
|
+
'https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=800&q=80&auto=format&fit=crop',
|
|
2036
|
+
'https://images.unsplash.com/photo-1517336714731-489689fd1ca4?w=800&q=80&auto=format&fit=crop'
|
|
2037
|
+
],
|
|
2038
|
+
categoryId: 'cat2',
|
|
2039
|
+
inStock: true,
|
|
2040
|
+
rating: 4.8,
|
|
2041
|
+
reviewCount: 892,
|
|
2042
|
+
specifications: { Brand: 'Dell', Processor: 'Intel Core i9 13th Gen', RAM: '32GB', Storage: '1TB NVMe SSD', Graphics: 'NVIDIA RTX 4070' },
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
id: 'mt-prod3',
|
|
2046
|
+
name: 'SonicWave Elite',
|
|
2047
|
+
slug: 'sonicwave-elite',
|
|
2048
|
+
description: 'Premium noise-canceling headphones with spatial audio and 40-hour battery.',
|
|
2049
|
+
price: 399.00,
|
|
2050
|
+
compareAtPrice: 449.00,
|
|
2051
|
+
images: [
|
|
2052
|
+
'https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=800&q=80&auto=format&fit=crop',
|
|
2053
|
+
'https://images.unsplash.com/photo-1545127398-14699f92334b?w=800&q=80&auto=format&fit=crop'
|
|
2054
|
+
],
|
|
2055
|
+
categoryId: 'cat3',
|
|
2056
|
+
inStock: true,
|
|
2057
|
+
rating: 4.7,
|
|
2058
|
+
reviewCount: 2156,
|
|
2059
|
+
specifications: { Brand: 'Sony', Type: 'Over-Ear', NoiseCancellation: 'Active ANC', Battery: 'Up to 40 hours', Audio: 'Hi-Res Spatial Audio' },
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
id: 'mt-prod4',
|
|
2063
|
+
name: 'Pixel Pro 8',
|
|
2064
|
+
slug: 'pixel-pro-8',
|
|
2065
|
+
description: 'Pure Android experience with Tensor G3, Magic Eraser, and incredible AI.',
|
|
2066
|
+
price: 899.00,
|
|
2067
|
+
images: [
|
|
2068
|
+
'https://images.unsplash.com/photo-1598327105666-5b89351aff97?w=800&q=80&auto=format&fit=crop',
|
|
2069
|
+
'https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=800&q=80&auto=format&fit=crop'
|
|
2070
|
+
],
|
|
2071
|
+
categoryId: 'cat1',
|
|
2072
|
+
inStock: true,
|
|
2073
|
+
rating: 4.8,
|
|
2074
|
+
reviewCount: 1523,
|
|
2075
|
+
specifications: { Brand: 'Google', Storage: '256GB', Display: '6.7" LTPO OLED', Processor: 'Google Tensor G3', Camera: '50MP Main + 48MP Telephoto' },
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
id: 'mt-prod5',
|
|
2079
|
+
name: 'FitWatch Pro',
|
|
2080
|
+
slug: 'fitwatch-pro',
|
|
2081
|
+
description: 'Advanced fitness tracker with ECG, blood oxygen, and GPS navigation.',
|
|
2082
|
+
price: 349.00,
|
|
2083
|
+
images: [
|
|
2084
|
+
'https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80&auto=format&fit=crop',
|
|
2085
|
+
'https://images.unsplash.com/photo-1546868871-7041f2a55e12?w=800&q=80&auto=format&fit=crop'
|
|
2086
|
+
],
|
|
2087
|
+
categoryId: 'cat4',
|
|
2088
|
+
inStock: true,
|
|
2089
|
+
rating: 4.6,
|
|
2090
|
+
reviewCount: 945,
|
|
2091
|
+
specifications: { Brand: 'Garmin', Display: '1.4" AMOLED', Battery: 'Up to 14 days', Features: 'ECG, SpO2, GPS', WaterResistance: '5 ATM' },
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
id: 'mt-prod6',
|
|
2095
|
+
name: 'UltraTab S9',
|
|
2096
|
+
slug: 'ultratab-s9',
|
|
2097
|
+
description: 'Premium tablet with 120Hz display, S Pen included, and DeX mode.',
|
|
2098
|
+
price: 749.00,
|
|
2099
|
+
compareAtPrice: 849.00,
|
|
2100
|
+
images: [
|
|
2101
|
+
'https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?w=800&q=80&auto=format&fit=crop',
|
|
2102
|
+
'https://images.unsplash.com/photo-1561154464-82e9adf32764?w=800&q=80&auto=format&fit=crop'
|
|
2103
|
+
],
|
|
2104
|
+
categoryId: 'cat5',
|
|
2105
|
+
inStock: true,
|
|
2106
|
+
rating: 4.8,
|
|
2107
|
+
reviewCount: 1245,
|
|
2108
|
+
specifications: { Brand: 'Samsung', Display: '11" 120Hz LCD', Processor: 'Snapdragon 8 Gen 2', Storage: '256GB', Includes: 'S Pen' },
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
id: 'mt-prod7',
|
|
2112
|
+
name: 'Gaming Laptop X7',
|
|
2113
|
+
slug: 'gaming-laptop-x7',
|
|
2114
|
+
description: 'High-performance gaming laptop with RTX 4080 and 240Hz display.',
|
|
2115
|
+
price: 2499.00,
|
|
2116
|
+
images: [
|
|
2117
|
+
'https://images.unsplash.com/photo-1603302576837-37561b2e2302?w=800&q=80&auto=format&fit=crop',
|
|
2118
|
+
'https://images.unsplash.com/photo-1593642632823-8f785ba67e45?w=800&q=80&auto=format&fit=crop'
|
|
2119
|
+
],
|
|
2120
|
+
categoryId: 'cat2',
|
|
2121
|
+
inStock: true,
|
|
2122
|
+
rating: 4.9,
|
|
2123
|
+
reviewCount: 673,
|
|
2124
|
+
specifications: { Brand: 'ASUS ROG', Processor: 'Intel Core i9 13th Gen', RAM: '32GB DDR5', Storage: '2TB NVMe SSD', Graphics: 'NVIDIA RTX 4080' },
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
id: 'mt-prod8',
|
|
2128
|
+
name: 'Wireless Buds Pro',
|
|
2129
|
+
slug: 'wireless-buds-pro',
|
|
2130
|
+
description: 'True wireless earbuds with adaptive ANC and crystal-clear calls.',
|
|
2131
|
+
price: 229.00,
|
|
2132
|
+
images: [
|
|
2133
|
+
'https://images.unsplash.com/photo-1590658268037-6bf12165a8df?w=800&q=80&auto=format&fit=crop',
|
|
2134
|
+
'https://images.unsplash.com/photo-1606220945770-b5b6c2c55bf1?w=800&q=80&auto=format&fit=crop'
|
|
2135
|
+
],
|
|
2136
|
+
categoryId: 'cat3',
|
|
2137
|
+
inStock: true,
|
|
2138
|
+
rating: 4.7,
|
|
2139
|
+
reviewCount: 1892,
|
|
2140
|
+
specifications: { Brand: 'Samsung', Type: 'In-Ear TWS', NoiseCancellation: 'Adaptive ANC', Battery: 'Up to 8 hours', WaterResistance: 'IPX7' },
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
id: 'mt-prod9',
|
|
2144
|
+
name: 'Powerbank 30K',
|
|
2145
|
+
slug: 'powerbank-30k',
|
|
2146
|
+
description: 'Ultra-high-capacity power bank with 100W fast charging and dual ports.',
|
|
2147
|
+
price: 89.00,
|
|
2148
|
+
images: [
|
|
2149
|
+
'https://images.unsplash.com/photo-1609592393047-d26c6df8d98d?w=800&q=80&auto=format&fit=crop',
|
|
2150
|
+
'https://images.unsplash.com/photo-1625948515291-69613efd103f?w=800&q=80&auto=format&fit=crop'
|
|
2151
|
+
],
|
|
2152
|
+
categoryId: 'cat6',
|
|
2153
|
+
inStock: true,
|
|
2154
|
+
rating: 4.5,
|
|
2155
|
+
reviewCount: 2341,
|
|
2156
|
+
specifications: { Brand: 'Anker', Capacity: '30,000mAh', Output: '100W USB-C PD', Ports: '2x USB-C, 1x USB-A', PassThrough: 'Yes' },
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
id: 'mt-prod10',
|
|
2160
|
+
name: 'Mechanical Keyboard RGB',
|
|
2161
|
+
slug: 'mechanical-keyboard-rgb',
|
|
2162
|
+
description: 'Premium mechanical keyboard with hot-swappable switches and RGB lighting.',
|
|
2163
|
+
price: 149.00,
|
|
2164
|
+
compareAtPrice: 179.00,
|
|
2165
|
+
images: [
|
|
2166
|
+
'https://images.unsplash.com/photo-1595225476474-87563907a212?w=800&q=80&auto=format&fit=crop',
|
|
2167
|
+
'https://images.unsplash.com/photo-1587829741301-dc798b83add3?w=800&q=80&auto=format&fit=crop'
|
|
2168
|
+
],
|
|
2169
|
+
categoryId: 'cat6',
|
|
2170
|
+
inStock: true,
|
|
2171
|
+
rating: 4.8,
|
|
2172
|
+
reviewCount: 756,
|
|
2173
|
+
specifications: { Brand: 'Keychron', Switches: 'Hot-swappable Cherry MX', Layout: 'Full-size (104 keys)', Connectivity: 'Bluetooth & Wired', RGB: 'Per-key RGB lighting' },
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
id: 'mt-prod11',
|
|
2177
|
+
name: 'OnePlus 12 Pro',
|
|
2178
|
+
slug: 'oneplus-12-pro',
|
|
2179
|
+
description: 'Flagship killer with Snapdragon 8 Gen 3, Hasselblad camera, and 120W charging.',
|
|
2180
|
+
price: 799.00,
|
|
2181
|
+
images: [
|
|
2182
|
+
'https://images.unsplash.com/photo-1580910051074-3eb694886505?w=800&q=80&auto=format&fit=crop',
|
|
2183
|
+
'https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=800&q=80&auto=format&fit=crop'
|
|
2184
|
+
],
|
|
2185
|
+
categoryId: 'cat1',
|
|
2186
|
+
inStock: true,
|
|
2187
|
+
rating: 4.7,
|
|
2188
|
+
reviewCount: 1123,
|
|
2189
|
+
specifications: { Brand: 'OnePlus', Storage: '256GB', Display: '6.7" LTPO AMOLED 120Hz', Processor: 'Snapdragon 8 Gen 3', Camera: 'Hasselblad Triple Camera' },
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
id: 'mt-prod12',
|
|
2193
|
+
name: 'Smart Home Hub',
|
|
2194
|
+
slug: 'smart-home-hub',
|
|
2195
|
+
description: 'Central control for your smart home with voice assistant and touchscreen.',
|
|
2196
|
+
price: 179.00,
|
|
2197
|
+
images: [
|
|
2198
|
+
'https://images.unsplash.com/photo-1558002038-1091a575039f?w=800&q=80&auto=format&fit=crop',
|
|
2199
|
+
'https://images.unsplash.com/photo-1589492477829-5e65395b66cc?w=800&q=80&auto=format&fit=crop'
|
|
2200
|
+
],
|
|
2201
|
+
categoryId: 'cat6',
|
|
2202
|
+
inStock: true,
|
|
2203
|
+
rating: 4.6,
|
|
2204
|
+
reviewCount: 892,
|
|
2205
|
+
specifications: { Brand: 'Amazon', Display: '10.1" HD Touchscreen', Assistant: 'Alexa Built-in', Connectivity: 'Zigbee, Wi-Fi, Bluetooth', Camera: '13MP with auto-framing' },
|
|
2206
|
+
},
|
|
2207
|
+
],
|
|
2208
|
+
features: {
|
|
2209
|
+
cart: true,
|
|
2210
|
+
wishlist: true,
|
|
2211
|
+
reviews: true,
|
|
2212
|
+
search: true,
|
|
2213
|
+
filters: true,
|
|
2214
|
+
booking: true,
|
|
2215
|
+
delivery: true,
|
|
2216
|
+
},
|
|
2217
|
+
settings: {
|
|
2218
|
+
currency: 'USD',
|
|
2219
|
+
shippingEnabled: true,
|
|
2220
|
+
},
|
|
2221
|
+
payment: {
|
|
2222
|
+
payazaPublicKey: '',
|
|
2223
|
+
enabled: true,
|
|
2224
|
+
},
|
|
2225
|
+
layoutConfig: {
|
|
2226
|
+
hero: {
|
|
2227
|
+
show: true,
|
|
2228
|
+
showBadges: true,
|
|
2229
|
+
showCTA: true,
|
|
2230
|
+
badge: "Next Gen Tech",
|
|
2231
|
+
title: "Innovating Your Lifestyle",
|
|
2232
|
+
subtitle: "Discover the latest gadgets and electronics for your home and work.",
|
|
2233
|
+
primaryCTA: "Shop Now"
|
|
2234
|
+
},
|
|
2235
|
+
sections: {
|
|
2236
|
+
brands: { show: true },
|
|
2237
|
+
categories: { show: true, showViewAll: true, limit: 6 },
|
|
2238
|
+
featuredProducts: { show: true, title: "Latest Drops", showAddToCart: true },
|
|
2239
|
+
features: { show: true, showIcons: true },
|
|
2240
|
+
marketing: {
|
|
2241
|
+
show: true,
|
|
2242
|
+
newsletterTitle: "Join the Future",
|
|
2243
|
+
newsletterSubtitle: "Subscribe for exclusive early access to tech launches.",
|
|
2244
|
+
newsletterPlaceholder: "your@email.com",
|
|
2245
|
+
newsletterButton: "Subscribe"
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
pages: {
|
|
2249
|
+
about: {
|
|
2250
|
+
hero: {
|
|
2251
|
+
heroImage: "https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=1600&q=80",
|
|
2252
|
+
title: "Future of Tech",
|
|
2253
|
+
missionStatement: "Empowering humanity through innovation."
|
|
2254
|
+
},
|
|
2255
|
+
story: {
|
|
2256
|
+
content: "We believe in the power of technology to change the world for the better."
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
contact: {
|
|
2260
|
+
hero: {
|
|
2261
|
+
title: "Connect With Support"
|
|
2262
|
+
},
|
|
2263
|
+
form: {
|
|
2264
|
+
show: true
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
},
|
|
2268
|
+
},
|
|
2269
|
+
};
|
|
2270
|
+
}
|
|
2271
|
+
/**
|
|
2272
|
+
* Get preview data for Motivational Speaker layout (mindset-mastery)
|
|
2273
|
+
*/
|
|
2274
|
+
export function getMotivationalSpeakerPreviewData() {
|
|
2275
|
+
return {
|
|
2276
|
+
id: '10',
|
|
2277
|
+
slug: 'mindset-mastery',
|
|
2278
|
+
name: 'Mindset Mastery',
|
|
2279
|
+
description: 'Unlock your full potential with courses and mentorship from world-class experts.',
|
|
2280
|
+
type: 'motivational-speaker',
|
|
2281
|
+
layout: 'motivational-speaker',
|
|
2282
|
+
branding: {
|
|
2283
|
+
primaryColor: '#0F172A',
|
|
2284
|
+
secondaryColor: '#E2E8F0',
|
|
2285
|
+
accentColor: '#F59E0B',
|
|
2286
|
+
logo: '',
|
|
2287
|
+
theme: 'light',
|
|
2288
|
+
socialMedia: {
|
|
2289
|
+
instagram: 'https://instagram.com/mindsetmastery',
|
|
2290
|
+
youtube: 'https://youtube.com/mindsetmastery',
|
|
2291
|
+
twitter: 'https://twitter.com/mindsetmastery',
|
|
2292
|
+
},
|
|
2293
|
+
},
|
|
2294
|
+
navigation: {
|
|
2295
|
+
main: [
|
|
2296
|
+
{ label: 'Courses', href: '/services' },
|
|
2297
|
+
{ label: 'Mentorship', href: '/mentorship' },
|
|
2298
|
+
{ label: 'About', href: '/about' },
|
|
2299
|
+
],
|
|
2300
|
+
footer: [],
|
|
2301
|
+
},
|
|
2302
|
+
categories: [
|
|
2303
|
+
{ id: 'cat1', name: 'Video Courses', slug: 'video-courses', image: 'https://images.unsplash.com/photo-1499750310107-5fef28a66643?w=800&fit=crop' },
|
|
2304
|
+
{ id: 'cat2', name: 'Audiobooks', slug: 'audiobooks', image: 'https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=800&fit=crop' },
|
|
2305
|
+
{ id: 'cat3', name: 'Guides & PDFs', slug: 'guides', image: 'https://images.unsplash.com/photo-1531482615713-2afd69097998?w=800&fit=crop' },
|
|
2306
|
+
{ id: 'mentorship', name: 'Mentorship', slug: 'mentorship', image: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&fit=crop' },
|
|
2307
|
+
{ id: 'subscriptions', name: 'Memberships', slug: 'subscriptions', image: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&fit=crop' },
|
|
2308
|
+
],
|
|
2309
|
+
services: [
|
|
2310
|
+
{
|
|
2311
|
+
id: 'm1',
|
|
2312
|
+
name: '1-on-1 Executive Coaching',
|
|
2313
|
+
slug: 'executive-coaching',
|
|
2314
|
+
description: 'Private 60-minute mentorship session focused on high-level strategy, leadership, and professional growth.',
|
|
2315
|
+
price: 499,
|
|
2316
|
+
duration: 60,
|
|
2317
|
+
categoryId: 'mentorship',
|
|
2318
|
+
image: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&auto=format&fit=crop',
|
|
2319
|
+
contentType: 'course',
|
|
2320
|
+
accessLevel: 'paid',
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
id: 'c1',
|
|
2324
|
+
name: 'The Art of Focus',
|
|
2325
|
+
slug: 'art-of-focus',
|
|
2326
|
+
description: 'Master your attention and achieve deep work states. Includes 10 video modules and a workbook.',
|
|
2327
|
+
price: 99,
|
|
2328
|
+
duration: 120,
|
|
2329
|
+
categoryId: 'cat1',
|
|
2330
|
+
image: 'https://images.unsplash.com/photo-1499750310107-5fef28a66643?w=800&auto=format&fit=crop',
|
|
2331
|
+
contentType: 'video',
|
|
2332
|
+
accessLevel: 'paid',
|
|
2333
|
+
contentUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
id: 'c2',
|
|
2337
|
+
name: 'Leadership 101 Audiobook',
|
|
2338
|
+
slug: 'leadership-101',
|
|
2339
|
+
description: 'Listen on the go: Essential principles for leading teams effectively. Narrated by the author.',
|
|
2340
|
+
price: 29,
|
|
2341
|
+
duration: 180,
|
|
2342
|
+
categoryId: 'cat2',
|
|
2343
|
+
image: 'https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=800&auto=format&fit=crop',
|
|
2344
|
+
contentType: 'audio',
|
|
2345
|
+
accessLevel: 'paid',
|
|
2346
|
+
contentUrl: 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3',
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
id: 'c3',
|
|
2350
|
+
name: 'Strategic Planning Guide',
|
|
2351
|
+
slug: 'strategic-planning-guide',
|
|
2352
|
+
description: 'A comprehensive PDF workbook for your 5-year vision. Free for subscribers.',
|
|
2353
|
+
price: 15,
|
|
2354
|
+
duration: 0,
|
|
2355
|
+
categoryId: 'cat3',
|
|
2356
|
+
image: 'https://images.unsplash.com/photo-1531482615713-2afd69097998?w=800&auto=format&fit=crop',
|
|
2357
|
+
contentType: 'pdf',
|
|
2358
|
+
accessLevel: 'free',
|
|
2359
|
+
contentUrl: 'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf',
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
id: 'm2',
|
|
2363
|
+
name: 'Group Mentorship Mastermind',
|
|
2364
|
+
slug: 'group-mastermind',
|
|
2365
|
+
description: 'Monthly group session with like-minded individuals. Collaborative problem-solving and peer mentorship.',
|
|
2366
|
+
price: 199,
|
|
2367
|
+
duration: 90,
|
|
2368
|
+
categoryId: 'mentorship',
|
|
2369
|
+
image: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&auto=format&fit=crop',
|
|
2370
|
+
contentType: 'course',
|
|
2371
|
+
accessLevel: 'subscription',
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
id: 'c4',
|
|
2375
|
+
name: 'Emotional Intelligence Mastery',
|
|
2376
|
+
slug: 'emotional-intelligence-mastery',
|
|
2377
|
+
description: 'Learn to navigate your emotions and build stronger relationships in this comprehensive video course.',
|
|
2378
|
+
price: 149,
|
|
2379
|
+
duration: 300,
|
|
2380
|
+
categoryId: 'cat1',
|
|
2381
|
+
image: 'https://images.unsplash.com/photo-1516534775068-ba3e7458af70?w=800&auto=format&fit=crop',
|
|
2382
|
+
contentType: 'video',
|
|
2383
|
+
accessLevel: 'paid',
|
|
2384
|
+
contentUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4',
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
id: 'c5',
|
|
2388
|
+
name: 'Public Speaking Confidence',
|
|
2389
|
+
slug: 'public-speaking-confidence',
|
|
2390
|
+
description: 'Conquer your fear of the stage and deliver powerful presentations that inspire your audience.',
|
|
2391
|
+
price: 79,
|
|
2392
|
+
duration: 150,
|
|
2393
|
+
categoryId: 'cat1',
|
|
2394
|
+
image: 'https://images.unsplash.com/photo-1475721027785-f74ec0f711b1?w=800&auto=format&fit=crop',
|
|
2395
|
+
contentType: 'video',
|
|
2396
|
+
accessLevel: 'paid',
|
|
2397
|
+
contentUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4',
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
id: 'c6',
|
|
2401
|
+
name: 'The Stoic Mindset Audiobook',
|
|
2402
|
+
slug: 'stoic-mindset-audiobook',
|
|
2403
|
+
description: 'Ancient wisdom for modern challenges. Learn the principles of Stoicism to achieve inner peace.',
|
|
2404
|
+
price: 35,
|
|
2405
|
+
duration: 240,
|
|
2406
|
+
categoryId: 'cat2',
|
|
2407
|
+
image: 'https://images.unsplash.com/photo-1506126613408-eca07ce68773?w=800&auto=format&fit=crop',
|
|
2408
|
+
contentType: 'audio',
|
|
2409
|
+
accessLevel: 'paid',
|
|
2410
|
+
contentUrl: 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-2.mp3',
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
id: 'c7',
|
|
2414
|
+
name: 'Goal Setting Framework',
|
|
2415
|
+
slug: 'goal-setting-framework',
|
|
2416
|
+
description: 'A step-by-step PDF guide to defining and achieving your most ambitious personal and professional goals.',
|
|
2417
|
+
price: 12,
|
|
2418
|
+
duration: 0,
|
|
2419
|
+
categoryId: 'cat3',
|
|
2420
|
+
image: 'https://images.unsplash.com/photo-1484480974693-6ca0a78fb36b?w=800&auto=format&fit=crop',
|
|
2421
|
+
contentType: 'pdf',
|
|
2422
|
+
accessLevel: 'free',
|
|
2423
|
+
contentUrl: 'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf',
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
id: 'c8',
|
|
2427
|
+
name: 'Time Management for High Achievers',
|
|
2428
|
+
slug: 'time-management-high-achievers',
|
|
2429
|
+
description: 'Optimize your schedule and reclaim your time with proven productivity techniques.',
|
|
2430
|
+
price: 89,
|
|
2431
|
+
duration: 200,
|
|
2432
|
+
categoryId: 'cat1',
|
|
2433
|
+
image: 'https://images.unsplash.com/photo-1495364141860-b0d03eccd065?w=800&auto=format&fit=crop',
|
|
2434
|
+
contentType: 'video',
|
|
2435
|
+
accessLevel: 'paid',
|
|
2436
|
+
contentUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4',
|
|
2437
|
+
},
|
|
2438
|
+
],
|
|
2439
|
+
features: {
|
|
2440
|
+
cart: true,
|
|
2441
|
+
wishlist: true,
|
|
2442
|
+
reviews: true,
|
|
2443
|
+
search: true,
|
|
2444
|
+
filters: true,
|
|
2445
|
+
booking: true,
|
|
2446
|
+
delivery: false,
|
|
2447
|
+
},
|
|
2448
|
+
settings: {
|
|
2449
|
+
currency: 'USD',
|
|
2450
|
+
shippingEnabled: false,
|
|
2451
|
+
},
|
|
2452
|
+
payment: {
|
|
2453
|
+
payazaPublicKey: '',
|
|
2454
|
+
enabled: true,
|
|
2455
|
+
},
|
|
2456
|
+
layoutConfig: {
|
|
2457
|
+
hero: {
|
|
2458
|
+
show: true,
|
|
2459
|
+
showCTA: true,
|
|
2460
|
+
showSecondaryCTA: true,
|
|
2461
|
+
},
|
|
2462
|
+
assignedAssets: {
|
|
2463
|
+
hero_image: 'https://images.unsplash.com/photo-1475721027785-f74ec0f711b1?w=2070&auto=format&fit=crop',
|
|
2464
|
+
hero_video: 'https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
|
|
2465
|
+
bio_image: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&auto=format&fit=crop',
|
|
2466
|
+
subscription_banner: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=2070&auto=format&fit=crop',
|
|
2467
|
+
},
|
|
2468
|
+
sections: {
|
|
2469
|
+
categories: { show: true },
|
|
2470
|
+
testimonials: {
|
|
2471
|
+
show: true,
|
|
2472
|
+
items: [
|
|
2473
|
+
{ 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 },
|
|
2474
|
+
{ 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 },
|
|
2475
|
+
{ 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 },
|
|
2476
|
+
{ 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 },
|
|
2477
|
+
{ 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 },
|
|
2478
|
+
]
|
|
2479
|
+
},
|
|
2480
|
+
marketing: { show: true },
|
|
2481
|
+
},
|
|
2482
|
+
pages: {
|
|
2483
|
+
about: {
|
|
2484
|
+
hero: {
|
|
2485
|
+
heroImage: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&auto=format&fit=crop',
|
|
2486
|
+
title: "About Mindset Mastery",
|
|
2487
|
+
missionStatement: "Unlocking human potential through focused learning."
|
|
2488
|
+
},
|
|
2489
|
+
story: {
|
|
2490
|
+
content: "We believe that everyone has the capacity for greatness. Our mission is to provide the tools and guidance to help you find it."
|
|
2491
|
+
}
|
|
2492
|
+
},
|
|
2493
|
+
contact: {
|
|
2494
|
+
hero: {
|
|
2495
|
+
title: "Connect With Us"
|
|
2496
|
+
},
|
|
2497
|
+
form: {
|
|
2498
|
+
show: true
|
|
2499
|
+
}
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
text: {
|
|
2503
|
+
hero: {
|
|
2504
|
+
title: "Master Your Mindset",
|
|
2505
|
+
subtitle: "Premium courses to help you lead with confidence.",
|
|
2506
|
+
primaryButton: "View Courses",
|
|
2507
|
+
secondaryButton: "About Me"
|
|
2508
|
+
},
|
|
2509
|
+
common: {
|
|
2510
|
+
shopNow: "Start Learning",
|
|
2511
|
+
}
|
|
2512
|
+
}
|
|
2513
|
+
},
|
|
2514
|
+
};
|
|
2515
|
+
}
|
|
2516
|
+
/**
|
|
2517
|
+
* Helper function to get preview data by layout type
|
|
2518
|
+
*/
|
|
2519
|
+
export function getPreviewDataByLayout(layout) {
|
|
2520
|
+
const normalizedLayout = String(layout).trim().toLowerCase();
|
|
2521
|
+
switch (normalizedLayout) {
|
|
2522
|
+
case 'food':
|
|
2523
|
+
case 'savory-bites':
|
|
2524
|
+
return getFoodPreviewData();
|
|
2525
|
+
case 'food-modern':
|
|
2526
|
+
case 'modern-eats':
|
|
2527
|
+
return getFoodModernPreviewData();
|
|
2528
|
+
case 'clothing':
|
|
2529
|
+
return getClothingPreviewData();
|
|
2530
|
+
case 'clothing-minimal':
|
|
2531
|
+
case 'minimal-style':
|
|
2532
|
+
case 'fashion-minimal':
|
|
2533
|
+
return getClothingMinimalPreviewData();
|
|
2534
|
+
case 'booking':
|
|
2535
|
+
case 'urban-retreat':
|
|
2536
|
+
return getBookingPreviewData();
|
|
2537
|
+
case 'booking-agenda':
|
|
2538
|
+
case 'agenda-book':
|
|
2539
|
+
return getBookingAgendaPreviewData();
|
|
2540
|
+
case 'electronics':
|
|
2541
|
+
return getElectronicsPreviewData();
|
|
2542
|
+
case 'electronics-grid':
|
|
2543
|
+
case 'grid-tech':
|
|
2544
|
+
return getElectronicsGridPreviewData();
|
|
2545
|
+
case 'motivational-speaker':
|
|
2546
|
+
case 'mindset-mastery':
|
|
2547
|
+
return getMotivationalSpeakerPreviewData();
|
|
2548
|
+
default:
|
|
2549
|
+
return null;
|
|
2550
|
+
}
|
|
2551
|
+
}
|
|
2552
|
+
/**
|
|
2553
|
+
* Get layout ID by store slug from preview data
|
|
2554
|
+
* Returns the layout ID (e.g., 'food-modern') for a given store slug (e.g., 'modern-eats')
|
|
2555
|
+
* Returns null if slug not found in preview data
|
|
2556
|
+
*/
|
|
2557
|
+
export function getLayoutIdByStoreSlug(storeSlug) {
|
|
2558
|
+
const layouts = [
|
|
2559
|
+
'food',
|
|
2560
|
+
'food-modern',
|
|
2561
|
+
'clothing',
|
|
2562
|
+
'clothing-minimal',
|
|
2563
|
+
'booking',
|
|
2564
|
+
'booking-agenda',
|
|
2565
|
+
'electronics',
|
|
2566
|
+
'electronics-grid',
|
|
2567
|
+
'motivational-speaker',
|
|
2568
|
+
];
|
|
2569
|
+
for (const layout of layouts) {
|
|
2570
|
+
const previewData = getPreviewDataByLayout(layout);
|
|
2571
|
+
if (previewData && previewData.slug === storeSlug) {
|
|
2572
|
+
return layout;
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
return null;
|
|
2576
|
+
}
|