@janbox/storefront-builder 2.0.24 → 2.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/dist/components/composer/composer.d.ts +4 -0
  2. package/dist/components/composer/dataset.d.ts +2 -0
  3. package/dist/components/composer/index.d.ts +1 -4
  4. package/dist/{index-BBoR6Gy_.js → composer-DBRKIqu7.js} +1 -1
  5. package/dist/constants/index.d.ts +2 -0
  6. package/dist/editor/components/image-gallery-dialog.d.ts +9 -0
  7. package/dist/editor/components/image-source-selection.d.ts +3 -2
  8. package/dist/editor/components/index.d.ts +1 -0
  9. package/dist/editor/hooks/use-editor.d.ts +3 -0
  10. package/dist/editor/lib/index.d.ts +4 -1
  11. package/dist/editor/related/button/index.d.ts +1 -0
  12. package/dist/editor/related/count-up/count-up.inspector/count-up.inspector.d.ts +1 -0
  13. package/dist/editor/related/count-up/count-up.inspector/index.d.ts +1 -0
  14. package/dist/editor/related/image/index.d.ts +1 -0
  15. package/dist/editor/related/rating/rating.inspector/index.d.ts +1 -0
  16. package/dist/editor/related/rating/rating.inspector/rating.inspector.d.ts +1 -0
  17. package/dist/editor/types/index.d.ts +11 -0
  18. package/dist/editor/ui/cascader/cascader.d.ts +41 -0
  19. package/dist/editor/ui/cascader/index.d.ts +1 -0
  20. package/dist/editor/ui/date-picker/date-picker.d.ts +7 -18
  21. package/dist/editor/ui/index.d.ts +1 -0
  22. package/dist/editor.js +1112 -968
  23. package/dist/hooks/use-toggle.d.ts +2 -0
  24. package/dist/index-CpLNXUi2.js +4 -0
  25. package/dist/index.js +66 -60
  26. package/dist/lib/count-up/README.md +129 -0
  27. package/dist/lib/count-up/count-up.node/count-up.node.d.ts +2 -0
  28. package/dist/lib/count-up/count-up.node/helpers.d.ts +3 -0
  29. package/dist/lib/count-up/count-up.node/index.d.ts +3 -0
  30. package/dist/lib/count-up/count-up.node/types.d.ts +2 -0
  31. package/dist/lib/count-up/index.d.ts +1 -0
  32. package/dist/lib/icon/README.md +9 -18
  33. package/dist/lib/index.d.ts +2 -0
  34. package/dist/lib/inline/index.d.ts +0 -1
  35. package/dist/lib/rating/README.md +126 -0
  36. package/dist/lib/rating/index.d.ts +2 -0
  37. package/dist/lib/rating/rating/helpers.d.ts +4 -0
  38. package/dist/lib/rating/rating/index.d.ts +3 -0
  39. package/dist/lib/rating/rating/rating.d.ts +2 -0
  40. package/dist/lib/rating/rating/types.d.ts +10 -0
  41. package/dist/lib/rating/rating.node/helpers.d.ts +3 -0
  42. package/dist/lib/rating/rating.node/index.d.ts +3 -0
  43. package/dist/lib/rating/rating.node/rating.node.d.ts +2 -0
  44. package/dist/lib/rating/rating.node/types.d.ts +2 -0
  45. package/dist/style.css +1 -1
  46. package/dist/templates/sections/brand-story/about-story.d.ts +2 -0
  47. package/dist/templates/sections/hero/notebook-hero.d.ts +2 -0
  48. package/dist/templates/sections/index.d.ts +1 -0
  49. package/dist/templates/sections/testimonial/before-after.d.ts +2 -0
  50. package/dist/templates/sections/testimonial/index.d.ts +2 -0
  51. package/dist/templates.js +816 -204
  52. package/dist/{toaster-DMjFxzB_.js → toaster-Bx7Helq-.js} +10146 -9626
  53. package/dist/utils/internal.d.ts +0 -0
  54. package/package.json +4 -7
  55. package/dist/index-BPG8gpQT.js +0 -4
  56. /package/dist/{lib → editor/related}/accordion-group/accordion-group.inspector/accordion-group.inspector.d.ts +0 -0
  57. /package/dist/{lib → editor/related}/accordion-group/accordion-group.inspector/accordion-items-field.d.ts +0 -0
  58. /package/dist/{lib → editor/related}/accordion-group/accordion-group.inspector/expand-icon-field.d.ts +0 -0
  59. /package/dist/{lib → editor/related}/accordion-group/accordion-group.inspector/index.d.ts +0 -0
  60. /package/dist/{lib → editor/related}/accordion-group/accordion-group.inspector/open-mode-field.d.ts +0 -0
  61. /package/dist/{lib → editor/related}/box/box.inspector/box.inspector.d.ts +0 -0
  62. /package/dist/{lib → editor/related}/box/box.inspector/index.d.ts +0 -0
  63. /package/dist/{lib → editor/related}/button/button.inspector/button.inspector.d.ts +0 -0
  64. /package/dist/{lib → editor/related}/button/button.inspector/index.d.ts +0 -0
  65. /package/dist/{lib → editor/related}/button/button.inspector/link-field.d.ts +0 -0
  66. /package/dist/{lib → editor/related}/button/button.inspector/size-field.d.ts +0 -0
  67. /package/dist/{lib → editor/related}/button/button.inspector/variant-field.d.ts +0 -0
  68. /package/dist/{lib → editor/related}/cell/cell.inspector/cell.inspector.d.ts +0 -0
  69. /package/dist/{lib → editor/related}/cell/cell.inspector/col-span-field.d.ts +0 -0
  70. /package/dist/{lib → editor/related}/cell/cell.inspector/index.d.ts +0 -0
  71. /package/dist/{lib → editor/related}/container/container.inspector/container.inspector.d.ts +0 -0
  72. /package/dist/{lib → editor/related}/container/container.inspector/index.d.ts +0 -0
  73. /package/dist/{lib → editor/related}/countdown-timer/countdown-timer.inspector/caption-style-fields.d.ts +0 -0
  74. /package/dist/{lib → editor/related}/countdown-timer/countdown-timer.inspector/countdown-timer.inspector.d.ts +0 -0
  75. /package/dist/{lib → editor/related}/countdown-timer/countdown-timer.inspector/index.d.ts +0 -0
  76. /package/dist/{lib → editor/related}/countdown-timer/countdown-timer.inspector/time-style-fields.d.ts +0 -0
  77. /package/dist/{lib → editor/related}/countdown-timer/countdown-timer.inspector/unit-item-style-fields.d.ts +0 -0
  78. /package/dist/{lib → editor/related}/countdown-timer/countdown-timer.inspector/units-field.d.ts +0 -0
  79. /package/dist/{lib → editor/related}/flex-item/flex-item.inspector/auto-grow-field.d.ts +0 -0
  80. /package/dist/{lib → editor/related}/flex-item/flex-item.inspector/auto-shrink-field.d.ts +0 -0
  81. /package/dist/{lib → editor/related}/flex-item/flex-item.inspector/flex-item.inspector.d.ts +0 -0
  82. /package/dist/{lib → editor/related}/flex-item/flex-item.inspector/index.d.ts +0 -0
  83. /package/dist/{lib → editor/related}/flexbox/flexbox.inspector/direction-field.d.ts +0 -0
  84. /package/dist/{lib → editor/related}/flexbox/flexbox.inspector/flexbox.inspector.d.ts +0 -0
  85. /package/dist/{lib → editor/related}/flexbox/flexbox.inspector/index.d.ts +0 -0
  86. /package/dist/{lib → editor/related}/grid/grid.inspector/grid.inspector.d.ts +0 -0
  87. /package/dist/{lib → editor/related}/grid/grid.inspector/index.d.ts +0 -0
  88. /package/dist/{lib → editor/related}/heading/heading.inspector/heading.inspector.d.ts +0 -0
  89. /package/dist/{lib → editor/related}/heading/heading.inspector/index.d.ts +0 -0
  90. /package/dist/{lib → editor/related}/heading/heading.toolbar/heading.toolbar.d.ts +0 -0
  91. /package/dist/{lib → editor/related}/heading/heading.toolbar/index.d.ts +0 -0
  92. /package/dist/{lib → editor/related}/icon/icon.inspector/icon.inspector.d.ts +0 -0
  93. /package/dist/{lib → editor/related}/icon/icon.inspector/index.d.ts +0 -0
  94. /package/dist/{lib → editor/related}/image/image.inspector/alt-text-field.d.ts +0 -0
  95. /package/dist/{lib → editor/related}/image/image.inspector/image.inspector.d.ts +0 -0
  96. /package/dist/{lib → editor/related}/image/image.inspector/index.d.ts +0 -0
  97. /package/dist/{lib → editor/related}/image/image.inspector/preload-field.d.ts +0 -0
  98. /package/dist/{lib → editor/related}/image/image.inspector/proportion-field.d.ts +0 -0
  99. /package/dist/{lib → editor/related}/image/image.inspector/source-field.d.ts +0 -0
  100. /package/dist/{lib → editor/related}/inline/inline.inspector/index.d.ts +0 -0
  101. /package/dist/{lib → editor/related}/inline/inline.inspector/inline.inspector.d.ts +0 -0
  102. /package/dist/{lib → editor/related}/link/link.inspector/destination-field.d.ts +0 -0
  103. /package/dist/{lib → editor/related}/link/link.inspector/index.d.ts +0 -0
  104. /package/dist/{lib → editor/related}/link/link.inspector/link.inspector.d.ts +0 -0
  105. /package/dist/{lib → editor/related}/link/link.inspector/rel-field.d.ts +0 -0
  106. /package/dist/{lib → editor/related}/link/link.toolbar/index.d.ts +0 -0
  107. /package/dist/{lib → editor/related}/link/link.toolbar/link.toolbar.d.ts +0 -0
  108. /package/dist/{lib → editor/related}/marquee/marquee.inspector/index.d.ts +0 -0
  109. /package/dist/{lib → editor/related}/marquee/marquee.inspector/marquee.inspector.d.ts +0 -0
  110. /package/dist/{lib → editor/related}/marquee/marquee.inspector/play-state-field.d.ts +0 -0
  111. /package/dist/{lib → editor/related}/paragraph/paragraph.inspector/index.d.ts +0 -0
  112. /package/dist/{lib → editor/related}/paragraph/paragraph.inspector/paragraph.inspector.d.ts +0 -0
  113. /package/dist/{lib → editor/related}/paragraph/paragraph.toolbar/index.d.ts +0 -0
  114. /package/dist/{lib → editor/related}/paragraph/paragraph.toolbar/paragraph.toolbar.d.ts +0 -0
  115. /package/dist/{lib → editor/related}/swiper/swiper.inspector/autoplay-delay-field.d.ts +0 -0
  116. /package/dist/{lib → editor/related}/swiper/swiper.inspector/autoplay-loop-field.d.ts +0 -0
  117. /package/dist/{lib → editor/related}/swiper/swiper.inspector/index.d.ts +0 -0
  118. /package/dist/{lib → editor/related}/swiper/swiper.inspector/slides-per-view-field.d.ts +0 -0
  119. /package/dist/{lib → editor/related}/swiper/swiper.inspector/swiper.inspector.d.ts +0 -0
  120. /package/dist/{lib → editor/related}/tabs/tabs.inspector/child-tabs-field.d.ts +0 -0
  121. /package/dist/{lib → editor/related}/tabs/tabs.inspector/default-active-field.d.ts +0 -0
  122. /package/dist/{lib → editor/related}/tabs/tabs.inspector/index.d.ts +0 -0
  123. /package/dist/{lib → editor/related}/tabs/tabs.inspector/tabs.inspector.d.ts +0 -0
  124. /package/dist/{lib → editor/related}/unordered-list/unordered-list.inspector/index.d.ts +0 -0
  125. /package/dist/{lib → editor/related}/unordered-list/unordered-list.inspector/unordered-list.inspector.d.ts +0 -0
  126. /package/dist/{lib → editor/related}/video/video.inspector/index.d.ts +0 -0
  127. /package/dist/{lib → editor/related}/video/video.inspector/video.inspector.d.ts +0 -0
package/dist/templates.js CHANGED
@@ -1,23 +1,11 @@
1
- import { jsx as e, jsxs as t } from "@emotion/react/jsx-runtime";
2
- import { getColorVar as o } from "@janbox/storefront-ui/theme";
3
- import { m as l, G as c, l as n, q as s, P as i, j as T, s as p, i as g, x as B, M as u, e as f, ar as x, as as b, f as r, h as d, A as a } from "./toaster-DMjFxzB_.js";
1
+ import { jsx as e, jsxs as o } from "@emotion/react/jsx-runtime";
2
+ import { getColorVar as t } from "@janbox/storefront-ui/theme";
3
+ import { m, G as d, l as n, p as y, F as u, z as B, P as i, s as r, i as g, I as v, ax as k, j as f, t as p, x as V, M as b, e as T, ay as R, az as w, f as s, h as l, A as c, n as A } from "./toaster-Bx7Helq-.js";
4
4
  import "lodash-es";
5
5
  import "react";
6
6
  import "flat";
7
- import "@janbox/storefront-ui/utils";
8
- import "@janbox/storefront-ui/hooks";
9
- import "@emotion/react";
10
- import "@floating-ui/react";
11
- import "react-colorful";
12
- import "overlayscrollbars-react";
13
- import "@tanstack/react-virtual";
14
- import "react-frame-component";
15
- import "react-dropzone";
16
- import "react-datepicker";
17
- import "usehooks-ts";
18
- import "@hello-pangea/dnd";
19
7
  import "@janbox/storefront-ui";
20
- const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
8
+ const x = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
21
9
  <path d="M17.0021 19.5031H3.99667" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
22
10
  <path d="M8.99875 14.5012H3.99667" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
23
11
  <path d="M8.99875 9.49874H3.99667" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
@@ -25,13 +13,137 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
25
13
  <path d="M19.0029 8.97259C20.3915 10.3612 20.3915 12.6121 19.0029 14.0007C17.6143 15.3893 15.3634 15.3893 13.9748 14.0007C12.5862 12.6121 12.5862 10.3612 13.9748 8.97259C15.3634 7.58401 17.6143 7.58401 19.0029 8.97259" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
26
14
  <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0037 16.0018L19.0029 14.001L21.0037 16.0018Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
27
15
  </svg>
28
- `, L = "https://cdn.shopify.com/s/files/1/0959/8114/2305/files/img140.png", _ = {
16
+ `, W = k, C = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="5" width="20" height="14" rx="2"/><line x1="2" y1="10" x2="22" y2="10"/></svg>', G = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M7 10v12"/><path d="M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"/></svg>', S = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/><path d="M9 12l2 2 4-4"/></svg>', I = ["Premium Quality", "Sleek & Functional Design", "Versatile Options"], q = [
17
+ { icon: C, label: "Safe Payment Options" },
18
+ { icon: G, label: "Secure logistics" },
19
+ { icon: S, label: "Purchase protection" }
20
+ ], N = {
21
+ template: /* @__PURE__ */ e(
22
+ m,
23
+ {
24
+ sx: {
25
+ paddingTop: 32,
26
+ paddingBottom: 32,
27
+ paddingLeft: 16,
28
+ paddingRight: 16,
29
+ md: { paddingTop: 48, paddingBottom: 48, paddingLeft: 48, paddingRight: 48 }
30
+ },
31
+ children: /* @__PURE__ */ o(
32
+ d,
33
+ {
34
+ cols: 1,
35
+ md: { cols: 2 },
36
+ sx: { rowGap: 32, columnGap: 48, alignItems: "center", md: { columnGap: 64 } },
37
+ children: [
38
+ /* @__PURE__ */ o(n, { children: [
39
+ /* @__PURE__ */ o(y, { sx: { flexDirection: "row", alignItems: "center", columnGap: 8 }, children: [
40
+ /* @__PURE__ */ e(u, { children: /* @__PURE__ */ e(B, { rating: 5, count: 5, size: 18, color: t("primary.600") }) }),
41
+ /* @__PURE__ */ e(u, { children: /* @__PURE__ */ e(i, { sizeVariant: "sm", sx: { color: t("neutral.600"), fontWeight: 600 }, children: "2,500+ Verified Reviews!" }) })
42
+ ] }),
43
+ /* @__PURE__ */ e(
44
+ r,
45
+ {
46
+ as: "h1",
47
+ sizeVariant: "3xl",
48
+ md: { sizeVariant: "4xl" },
49
+ sx: { fontWeight: 700, color: t("neutral.600"), marginTop: 16 },
50
+ children: "Unleash Your Creativity with Premium Notebooks"
51
+ }
52
+ ),
53
+ /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { color: t("neutral.500"), marginTop: 12 }, children: "Explore Our Premium Notebook Selection" }),
54
+ /* @__PURE__ */ e(g, { sx: { marginTop: 24 }, children: I.map((a, h) => /* @__PURE__ */ o(
55
+ y,
56
+ {
57
+ sx: { flexDirection: "row", alignItems: "center", columnGap: 12, marginTop: h === 0 ? 0 : 16 },
58
+ children: [
59
+ /* @__PURE__ */ e(u, { sx: { flexShrink: 0 }, children: /* @__PURE__ */ e(
60
+ v,
61
+ {
62
+ source: W,
63
+ size: 20,
64
+ sx: {
65
+ color: t("primary.600")
66
+ }
67
+ }
68
+ ) }),
69
+ /* @__PURE__ */ e(u, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { color: t("neutral.600") }, children: a }) })
70
+ ]
71
+ },
72
+ h
73
+ )) }),
74
+ /* @__PURE__ */ e(
75
+ g,
76
+ {
77
+ sx: {
78
+ marginTop: 24,
79
+ paddingTop: 24,
80
+ borderStyle: "solid",
81
+ borderColor: t("neutral.200"),
82
+ borderTopWidth: 1
83
+ },
84
+ children: /* @__PURE__ */ e(r, { as: "h3", sizeVariant: "lg", sx: { fontWeight: 700, color: t("neutral.600") }, children: 'Interested in more colors for the notebook?"' })
85
+ }
86
+ ),
87
+ /* @__PURE__ */ e(f, { color: "primary", variant: "outlined", sx: { width: "100%", marginTop: 20 }, children: "Start Exploring →" }),
88
+ /* @__PURE__ */ e(f, { color: "primary", variant: "contained", sx: { width: "100%", marginTop: 12 }, children: "Show Now →" }),
89
+ /* @__PURE__ */ e(
90
+ g,
91
+ {
92
+ sx: {
93
+ marginTop: 12,
94
+ backgroundColor: t("neutral.100"),
95
+ paddingTop: 12,
96
+ paddingBottom: 12,
97
+ paddingLeft: 16,
98
+ paddingRight: 16,
99
+ borderTopLeftRadius: 8,
100
+ borderTopRightRadius: 8,
101
+ borderBottomLeftRadius: 8,
102
+ borderBottomRightRadius: 8
103
+ },
104
+ children: /* @__PURE__ */ e(i, { sizeVariant: "sm", sx: { color: t("neutral.600"), textAlign: "center" }, children: "30-day money back guarantee" })
105
+ }
106
+ ),
107
+ /* @__PURE__ */ e(d, { cols: 3, sx: { columnGap: 16, marginTop: 32 }, children: q.map((a, h) => /* @__PURE__ */ o(n, { children: [
108
+ /* @__PURE__ */ e(
109
+ v,
110
+ {
111
+ source: a.icon,
112
+ size: 22,
113
+ sx: { color: t("neutral.600"), marginLeft: "auto", marginRight: "auto" }
114
+ }
115
+ ),
116
+ /* @__PURE__ */ e(
117
+ i,
118
+ {
119
+ sizeVariant: "sm",
120
+ sx: { color: t("neutral.500"), textAlign: "center", marginTop: 8 },
121
+ children: a.label
122
+ }
123
+ )
124
+ ] }, h)) })
125
+ ] }),
126
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(
127
+ p,
128
+ {
129
+ src: "https://cdn.shopify.com/s/files/1/2005/9307/files/gempages_432750572815254551-7b4ef89a-f381-4a78-934a-088101b8cb47.png?v=1716946704",
130
+ alt: "Premium notebook",
131
+ sx: { width: "100%", objectFit: "cover" }
132
+ }
133
+ ) })
134
+ ]
135
+ }
136
+ )
137
+ }
138
+ )
139
+ }, z = "https://cdn.shopify.com/s/files/1/0959/8114/2305/files/img140.png", J = {
29
140
  name: "Hero",
30
- icon: { source: h },
141
+ icon: { source: x },
31
142
  templates: [
143
+ N,
32
144
  {
33
- template: /* @__PURE__ */ e(l, { children: /* @__PURE__ */ t(
34
- c,
145
+ template: /* @__PURE__ */ e(m, { children: /* @__PURE__ */ o(
146
+ d,
35
147
  {
36
148
  sx: {
37
149
  sm: {
@@ -40,7 +152,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
40
152
  },
41
153
  sm: { cols: 2 },
42
154
  children: [
43
- /* @__PURE__ */ t(
155
+ /* @__PURE__ */ o(
44
156
  n,
45
157
  {
46
158
  sx: {
@@ -48,8 +160,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
48
160
  sm: { order: 0 }
49
161
  },
50
162
  children: [
51
- /* @__PURE__ */ t(
52
- s,
163
+ /* @__PURE__ */ o(
164
+ r,
53
165
  {
54
166
  as: "h1",
55
167
  sizeVariant: "4xl",
@@ -78,21 +190,21 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
78
190
  children: "Discover our latest running shoes with advanced air technology soles and boost technology, conquering every terrain with comfort and confidence."
79
191
  }
80
192
  ),
81
- /* @__PURE__ */ e(T, { sx: { marginTop: 32, width: "100%", md: { width: 200 } }, children: "Explore Now" })
193
+ /* @__PURE__ */ e(f, { sx: { marginTop: 32, width: "100%", md: { width: 200 } }, children: "Explore Now" })
82
194
  ]
83
195
  }
84
196
  ),
85
- /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(p, { src: L }) })
197
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(p, { src: z }) })
86
198
  ]
87
199
  }
88
200
  ) })
89
201
  },
90
202
  {
91
- template: /* @__PURE__ */ e(l, { children: /* @__PURE__ */ t(
203
+ template: /* @__PURE__ */ e(m, { children: /* @__PURE__ */ o(
92
204
  g,
93
205
  {
94
206
  sx: {
95
- backgroundColor: o("primary.100"),
207
+ backgroundColor: t("primary.100"),
96
208
  paddingTop: 32,
97
209
  paddingRight: 20,
98
210
  paddingBottom: 24,
@@ -109,9 +221,9 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
109
221
  }
110
222
  },
111
223
  children: [
112
- /* @__PURE__ */ t(c, { cols: 1, md: { cols: 12 }, sx: { rowGap: 24, columnGap: 24, alignItems: "end" }, children: [
224
+ /* @__PURE__ */ o(d, { cols: 1, md: { cols: 12 }, sx: { rowGap: 24, columnGap: 24, alignItems: "end" }, children: [
113
225
  /* @__PURE__ */ e(n, { md: { colSpan: 8 }, children: /* @__PURE__ */ e(
114
- s,
226
+ r,
115
227
  {
116
228
  as: "h1",
117
229
  sizeVariant: "4xl",
@@ -120,20 +232,20 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
120
232
  children: "Runway Mood, Everyday Form"
121
233
  }
122
234
  ) }),
123
- /* @__PURE__ */ t(n, { md: { colSpan: 4 }, children: [
235
+ /* @__PURE__ */ o(n, { md: { colSpan: 4 }, children: [
124
236
  /* @__PURE__ */ e(
125
237
  i,
126
238
  {
127
- sx: { color: o("neutral.600"), textAlign: "center", md: { textAlign: "left" } },
239
+ sx: { color: t("neutral.600"), textAlign: "center", md: { textAlign: "left" } },
128
240
  children: "New arrivals shaped like a campaign board: sharp, wearable, and ready for the street."
129
241
  }
130
242
  ),
131
- /* @__PURE__ */ e(T, { sx: { width: "100%", marginTop: 24, md: { width: 200 } }, children: "Explore New Arrivals" })
243
+ /* @__PURE__ */ e(f, { sx: { width: "100%", marginTop: 24, md: { width: 200 } }, children: "Explore New Arrivals" })
132
244
  ] }),
133
245
  /* @__PURE__ */ e(n, { md: { colSpan: 12 }, children: /* @__PURE__ */ e(
134
246
  p,
135
247
  {
136
- src: L,
248
+ src: z,
137
249
  sx: {
138
250
  width: "100%",
139
251
  aspectRatio: "16 / 9",
@@ -146,17 +258,17 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
146
258
  }
147
259
  ) })
148
260
  ] }),
149
- /* @__PURE__ */ t(
150
- B,
261
+ /* @__PURE__ */ o(
262
+ V,
151
263
  {
152
264
  spaceBetween: 24,
153
265
  md: { spaceBetween: 40 },
154
266
  sx: { marginTop: 24, paddingTop: 16, paddingBottom: 8 },
155
267
  children: [
156
- /* @__PURE__ */ e(u, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600, textTransform: "uppercase" }, children: "New Arrivals" }) }),
157
- /* @__PURE__ */ e(u, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600, textTransform: "uppercase" }, children: "Editor's Picks" }) }),
158
- /* @__PURE__ */ e(u, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600, textTransform: "uppercase" }, children: "Limited Edit" }) }),
159
- /* @__PURE__ */ e(u, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600, textTransform: "uppercase" }, children: "Tailored For Now" }) })
268
+ /* @__PURE__ */ e(b, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600, textTransform: "uppercase" }, children: "New Arrivals" }) }),
269
+ /* @__PURE__ */ e(b, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600, textTransform: "uppercase" }, children: "Editor's Picks" }) }),
270
+ /* @__PURE__ */ e(b, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600, textTransform: "uppercase" }, children: "Limited Edit" }) }),
271
+ /* @__PURE__ */ e(b, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600, textTransform: "uppercase" }, children: "Tailored For Now" }) })
160
272
  ]
161
273
  }
162
274
  )
@@ -165,14 +277,14 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
165
277
  ) })
166
278
  }
167
279
  ]
168
- }, H = {
280
+ }, Z = {
169
281
  name: "FAQs",
170
- icon: { source: h },
282
+ icon: { source: x },
171
283
  templates: [
172
284
  {
173
- template: /* @__PURE__ */ t(l, { children: [
285
+ template: /* @__PURE__ */ o(m, { children: [
174
286
  /* @__PURE__ */ e(
175
- s,
287
+ r,
176
288
  {
177
289
  sizeVariant: "4xl",
178
290
  sx: {
@@ -187,8 +299,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
187
299
  children: "Frequently Asked Questions"
188
300
  }
189
301
  ),
190
- /* @__PURE__ */ t(
191
- f,
302
+ /* @__PURE__ */ o(
303
+ T,
192
304
  {
193
305
  openMode: "single",
194
306
  accordionSummaryProps: {
@@ -208,8 +320,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
208
320
  expandIcon: {
209
321
  position: "right",
210
322
  source: {
211
- expanded: b,
212
- collapsed: x
323
+ expanded: w,
324
+ collapsed: R
213
325
  }
214
326
  }
215
327
  },
@@ -220,29 +332,29 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
220
332
  }
221
333
  },
222
334
  children: [
223
- /* @__PURE__ */ t(r, { defaultOpen: !0, children: [
224
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus odio?" }) }),
225
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
335
+ /* @__PURE__ */ o(s, { defaultOpen: !0, children: [
336
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus odio?" }) }),
337
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
226
338
  ] }),
227
- /* @__PURE__ */ t(r, { children: [
228
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus et iusto?" }) }),
229
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
339
+ /* @__PURE__ */ o(s, { children: [
340
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus et iusto?" }) }),
341
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
230
342
  ] }),
231
- /* @__PURE__ */ t(r, { children: [
232
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus?" }) }),
233
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
343
+ /* @__PURE__ */ o(s, { children: [
344
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus?" }) }),
345
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
234
346
  ] }),
235
- /* @__PURE__ */ t(r, { children: [
236
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et iusto?" }) }),
237
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
347
+ /* @__PURE__ */ o(s, { children: [
348
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et iusto?" }) }),
349
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
238
350
  ] }),
239
- /* @__PURE__ */ t(r, { children: [
240
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus?" }) }),
241
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
351
+ /* @__PURE__ */ o(s, { children: [
352
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus?" }) }),
353
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
242
354
  ] }),
243
- /* @__PURE__ */ t(r, { children: [
244
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus et iusto?" }) }),
245
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
355
+ /* @__PURE__ */ o(s, { children: [
356
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus et iusto?" }) }),
357
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
246
358
  ] })
247
359
  ]
248
360
  }
@@ -250,25 +362,25 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
250
362
  ] })
251
363
  },
252
364
  {
253
- template: /* @__PURE__ */ e(l, { children: /* @__PURE__ */ t(c, { cols: 1, md: { cols: 12 }, sx: { rowGap: 28, columnGap: 40, alignItems: "start" }, children: [
254
- /* @__PURE__ */ t(n, { md: { colSpan: 4 }, children: [
365
+ template: /* @__PURE__ */ e(m, { children: /* @__PURE__ */ o(d, { cols: 1, md: { cols: 12 }, sx: { rowGap: 28, columnGap: 40, alignItems: "start" }, children: [
366
+ /* @__PURE__ */ o(n, { md: { colSpan: 4 }, children: [
255
367
  /* @__PURE__ */ e(
256
368
  i,
257
369
  {
258
370
  sizeVariant: "sm",
259
- sx: { color: o("primary.600"), fontWeight: 600, textTransform: "uppercase" },
371
+ sx: { color: t("primary.600"), fontWeight: 600, textTransform: "uppercase" },
260
372
  children: "Help Desk"
261
373
  }
262
374
  ),
263
- /* @__PURE__ */ e(s, { sizeVariant: "4xl", md: { sizeVariant: "5xl" }, sx: { fontWeight: 600, marginTop: 12 }, children: "Questions before checkout?" }),
264
- /* @__PURE__ */ e(i, { sx: { color: o("neutral.600"), marginTop: 16 }, children: "Keep buying decisions calm with answers for shipping, returns, sizing, and payment." }),
265
- /* @__PURE__ */ e(T, { sx: { width: "100%", marginTop: 28, md: { width: 180 } }, children: "Contact Support" })
375
+ /* @__PURE__ */ e(r, { sizeVariant: "4xl", md: { sizeVariant: "5xl" }, sx: { fontWeight: 600, marginTop: 12 }, children: "Questions before checkout?" }),
376
+ /* @__PURE__ */ e(i, { sx: { color: t("neutral.600"), marginTop: 16 }, children: "Keep buying decisions calm with answers for shipping, returns, sizing, and payment." }),
377
+ /* @__PURE__ */ e(f, { sx: { width: "100%", marginTop: 28, md: { width: 180 } }, children: "Contact Support" })
266
378
  ] }),
267
379
  /* @__PURE__ */ e(n, { md: { colSpan: 8 }, children: /* @__PURE__ */ e(
268
380
  g,
269
381
  {
270
382
  sx: {
271
- backgroundColor: o("neutral.100"),
383
+ backgroundColor: t("neutral.100"),
272
384
  paddingTop: 12,
273
385
  paddingRight: 12,
274
386
  paddingBottom: 12,
@@ -284,8 +396,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
284
396
  paddingLeft: 24
285
397
  }
286
398
  },
287
- children: /* @__PURE__ */ t(
288
- f,
399
+ children: /* @__PURE__ */ o(
400
+ T,
289
401
  {
290
402
  openMode: "single",
291
403
  sx: { rowGap: 8 },
@@ -305,8 +417,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
305
417
  expandIcon: {
306
418
  position: "right",
307
419
  source: {
308
- expanded: b,
309
- collapsed: x
420
+ expanded: w,
421
+ collapsed: R
310
422
  }
311
423
  }
312
424
  },
@@ -319,17 +431,17 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
319
431
  }
320
432
  },
321
433
  children: [
322
- /* @__PURE__ */ t(r, { defaultOpen: !0, children: [
323
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "How long does shipping usually take?" }) }),
324
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: o("neutral.600") }, children: "Most orders leave the warehouse within two business days. Delivery timing depends on destination and selected shipping method." }) })
434
+ /* @__PURE__ */ o(s, { defaultOpen: !0, children: [
435
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "How long does shipping usually take?" }) }),
436
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: t("neutral.600") }, children: "Most orders leave the warehouse within two business days. Delivery timing depends on destination and selected shipping method." }) })
325
437
  ] }),
326
- /* @__PURE__ */ t(r, { children: [
327
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "Can I return an item if the fit is not right?" }) }),
328
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: o("neutral.600") }, children: "Yes. Keep the product unused with original tags and request a return within the policy window." }) })
438
+ /* @__PURE__ */ o(s, { children: [
439
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "Can I return an item if the fit is not right?" }) }),
440
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: t("neutral.600") }, children: "Yes. Keep the product unused with original tags and request a return within the policy window." }) })
329
441
  ] }),
330
- /* @__PURE__ */ t(r, { children: [
331
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "Which payment methods are supported?" }) }),
332
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: o("neutral.600") }, children: "Major cards and supported local payment methods are available at checkout." }) })
442
+ /* @__PURE__ */ o(s, { children: [
443
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "Which payment methods are supported?" }) }),
444
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: t("neutral.600") }, children: "Major cards and supported local payment methods are available at checkout." }) })
333
445
  ] })
334
446
  ]
335
447
  }
@@ -339,11 +451,11 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
339
451
  ] }) })
340
452
  },
341
453
  {
342
- template: /* @__PURE__ */ e(l, { children: /* @__PURE__ */ t(
454
+ template: /* @__PURE__ */ e(m, { children: /* @__PURE__ */ o(
343
455
  g,
344
456
  {
345
457
  sx: {
346
- backgroundColor: o("primary.100"),
458
+ backgroundColor: t("primary.100"),
347
459
  paddingTop: 16,
348
460
  paddingRight: 12,
349
461
  paddingBottom: 16,
@@ -360,12 +472,12 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
360
472
  }
361
473
  },
362
474
  children: [
363
- /* @__PURE__ */ e(s, { sizeVariant: "4xl", md: { sizeVariant: "5xl" }, sx: { textAlign: "center", fontWeight: 600 }, children: "Need-to-know before you order" }),
475
+ /* @__PURE__ */ e(r, { sizeVariant: "4xl", md: { sizeVariant: "5xl" }, sx: { textAlign: "center", fontWeight: 600 }, children: "Need-to-know before you order" }),
364
476
  /* @__PURE__ */ e(
365
477
  i,
366
478
  {
367
479
  sx: {
368
- color: o("neutral.600"),
480
+ color: t("neutral.600"),
369
481
  textAlign: "center",
370
482
  marginTop: 16,
371
483
  marginLeft: "auto",
@@ -375,8 +487,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
375
487
  children: "A compact FAQ card for product pages and campaign landings where shoppers need quick confidence."
376
488
  }
377
489
  ),
378
- /* @__PURE__ */ t(
379
- f,
490
+ /* @__PURE__ */ o(
491
+ T,
380
492
  {
381
493
  openMode: "multiple",
382
494
  sx: { marginTop: 20, rowGap: 6, md: { marginTop: 32, rowGap: 12 } },
@@ -396,8 +508,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
396
508
  expandIcon: {
397
509
  position: "right",
398
510
  source: {
399
- expanded: b,
400
- collapsed: x
511
+ expanded: w,
512
+ collapsed: R
401
513
  }
402
514
  }
403
515
  },
@@ -415,17 +527,17 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
415
527
  }
416
528
  },
417
529
  children: [
418
- /* @__PURE__ */ t(r, { defaultOpen: !0, children: [
419
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "Do you offer size guidance?" }) }),
420
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: o("neutral.600") }, children: "Add a fit note, measurement guide, or size recommendation here so shoppers choose confidently." }) })
530
+ /* @__PURE__ */ o(s, { defaultOpen: !0, children: [
531
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "Do you offer size guidance?" }) }),
532
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: t("neutral.600") }, children: "Add a fit note, measurement guide, or size recommendation here so shoppers choose confidently." }) })
421
533
  ] }),
422
- /* @__PURE__ */ t(r, { defaultOpen: !0, children: [
423
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "Is gift packaging available?" }) }),
424
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: o("neutral.600") }, children: "Use this answer to explain gift notes, premium packaging, or seasonal wrapping options." }) })
534
+ /* @__PURE__ */ o(s, { defaultOpen: !0, children: [
535
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "Is gift packaging available?" }) }),
536
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: t("neutral.600") }, children: "Use this answer to explain gift notes, premium packaging, or seasonal wrapping options." }) })
425
537
  ] }),
426
- /* @__PURE__ */ t(r, { children: [
427
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "How do exchanges work?" }) }),
428
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: o("neutral.600") }, children: "Explain the exchange flow, timeline, and whether replacement items are reserved during processing." }) })
538
+ /* @__PURE__ */ o(s, { children: [
539
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "lg", sx: { fontWeight: 600 }, children: "How do exchanges work?" }) }),
540
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: t("neutral.600") }, children: "Explain the exchange flow, timeline, and whether replacement items are reserved during processing." }) })
429
541
  ] })
430
542
  ]
431
543
  }
@@ -436,7 +548,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
436
548
  },
437
549
  {
438
550
  template: /* @__PURE__ */ e(
439
- l,
551
+ m,
440
552
  {
441
553
  sx: {
442
554
  backgroundImage: "url(https://cdn.shopify.com/s/files/1/2005/9307/files/432750572815254551-fc38f909-2492-4367-8f30-f09c5de9caf3.png)",
@@ -447,7 +559,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
447
559
  paddingBottom: 56,
448
560
  md: { paddingTop: 88, paddingBottom: 88 }
449
561
  },
450
- children: /* @__PURE__ */ e(c, { cols: 1, md: { cols: 12 }, sx: { alignItems: "center" }, children: /* @__PURE__ */ e(n, { md: { colSpan: 5 }, children: /* @__PURE__ */ t(
562
+ children: /* @__PURE__ */ e(d, { cols: 1, md: { cols: 12 }, sx: { alignItems: "center" }, children: /* @__PURE__ */ e(n, { md: { colSpan: 5 }, children: /* @__PURE__ */ o(
451
563
  g,
452
564
  {
453
565
  sx: {
@@ -465,7 +577,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
465
577
  },
466
578
  children: [
467
579
  /* @__PURE__ */ e(
468
- s,
580
+ r,
469
581
  {
470
582
  sizeVariant: "2xl",
471
583
  md: { sizeVariant: "3xl" },
@@ -473,8 +585,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
473
585
  children: "Frequently Asked Questions"
474
586
  }
475
587
  ),
476
- /* @__PURE__ */ t(
477
- f,
588
+ /* @__PURE__ */ o(
589
+ T,
478
590
  {
479
591
  openMode: "single",
480
592
  sx: { marginTop: 28, rowGap: 16 },
@@ -494,8 +606,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
494
606
  expandIcon: {
495
607
  position: "right",
496
608
  source: {
497
- expanded: b,
498
- collapsed: x
609
+ expanded: w,
610
+ collapsed: R
499
611
  }
500
612
  }
501
613
  },
@@ -512,25 +624,25 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
512
624
  }
513
625
  },
514
626
  children: [
515
- /* @__PURE__ */ t(r, { children: [
516
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { fontWeight: 700, color: "#74331f" }, children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod?" }) }),
517
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: "#74331f" }, children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt." }) })
627
+ /* @__PURE__ */ o(s, { children: [
628
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { fontWeight: 700, color: "#74331f" }, children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod?" }) }),
629
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: "#74331f" }, children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt." }) })
518
630
  ] }),
519
- /* @__PURE__ */ t(r, { children: [
520
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { fontWeight: 700, color: "#74331f" }, children: "Lorem ipsum dolor sit amet, consectetur?" }) }),
521
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: "#74331f" }, children: "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip." }) })
631
+ /* @__PURE__ */ o(s, { children: [
632
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { fontWeight: 700, color: "#74331f" }, children: "Lorem ipsum dolor sit amet, consectetur?" }) }),
633
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: "#74331f" }, children: "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip." }) })
522
634
  ] }),
523
- /* @__PURE__ */ t(r, { children: [
524
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { fontWeight: 700, color: "#74331f" }, children: "Lorem ipsum dolor sit amet, consectetur elit sed do eiusmod?" }) }),
525
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: "#74331f" }, children: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore." }) })
635
+ /* @__PURE__ */ o(s, { children: [
636
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { fontWeight: 700, color: "#74331f" }, children: "Lorem ipsum dolor sit amet, consectetur elit sed do eiusmod?" }) }),
637
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: "#74331f" }, children: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore." }) })
526
638
  ] }),
527
- /* @__PURE__ */ t(r, { children: [
528
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { fontWeight: 700, color: "#74331f" }, children: "Lorem ipsum dolor sit amet consectetur?" }) }),
529
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: "#74331f" }, children: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt." }) })
639
+ /* @__PURE__ */ o(s, { children: [
640
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { fontWeight: 700, color: "#74331f" }, children: "Lorem ipsum dolor sit amet consectetur?" }) }),
641
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: "#74331f" }, children: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt." }) })
530
642
  ] }),
531
- /* @__PURE__ */ t(r, { children: [
532
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { fontWeight: 700, color: "#74331f" }, children: "Lorem ipsum dolor sit amet, consectetur adipiscing sed do eiusmod?" }) }),
533
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(i, { sx: { color: "#74331f" }, children: "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque." }) })
643
+ /* @__PURE__ */ o(s, { children: [
644
+ /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { fontWeight: 700, color: "#74331f" }, children: "Lorem ipsum dolor sit amet, consectetur adipiscing sed do eiusmod?" }) }),
645
+ /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(i, { sx: { color: "#74331f" }, children: "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque." }) })
534
646
  ] })
535
647
  ]
536
648
  }
@@ -542,7 +654,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
542
654
  )
543
655
  }
544
656
  ]
545
- }, w = [
657
+ }, L = [
546
658
  {
547
659
  image: "https://ucarecdn.com/3c98ccba-611f-43aa-baee-8b70deaa56c4/-/format/auto/",
548
660
  title: "24/7 Friendly Support"
@@ -559,14 +671,14 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
559
671
  image: "https://ucarecdn.com/8a7a086c-1ef5-43a9-a036-daaf1f15a9f1/-/format/auto/",
560
672
  title: "Secure Online Payment"
561
673
  }
562
- ], D = {
674
+ ], $ = {
563
675
  name: "Guarantee",
564
- icon: { source: h },
676
+ icon: { source: x },
565
677
  templates: [
566
678
  {
567
- template: /* @__PURE__ */ t(l, { children: [
568
- /* @__PURE__ */ t(
569
- s,
679
+ template: /* @__PURE__ */ o(m, { children: [
680
+ /* @__PURE__ */ o(
681
+ r,
570
682
  {
571
683
  sizeVariant: "4xl",
572
684
  sx: {
@@ -589,7 +701,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
589
701
  {
590
702
  sizeVariant: "base",
591
703
  sx: {
592
- color: o("neutral.500"),
704
+ color: t("neutral.500"),
593
705
  textAlign: "center",
594
706
  marginTop: 16,
595
707
  md: {
@@ -600,7 +712,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
600
712
  }
601
713
  ),
602
714
  /* @__PURE__ */ e(
603
- c,
715
+ d,
604
716
  {
605
717
  sx: {
606
718
  width: "100%",
@@ -616,7 +728,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
616
728
  md: {
617
729
  cols: 4
618
730
  },
619
- children: w.map((m, R) => /* @__PURE__ */ t(n, { children: [
731
+ children: L.map((a, h) => /* @__PURE__ */ o(n, { children: [
620
732
  /* @__PURE__ */ e(
621
733
  p,
622
734
  {
@@ -625,7 +737,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
625
737
  marginLeft: "auto",
626
738
  marginRight: "auto"
627
739
  },
628
- src: m.image
740
+ src: a.image
629
741
  }
630
742
  ),
631
743
  /* @__PURE__ */ e(
@@ -637,17 +749,17 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
637
749
  marginTop: 16,
638
750
  fontWeight: 500
639
751
  },
640
- children: m.title
752
+ children: a.title
641
753
  }
642
754
  )
643
- ] }, R))
755
+ ] }, h))
644
756
  }
645
757
  )
646
758
  ] })
647
759
  },
648
760
  {
649
761
  template: /* @__PURE__ */ e(
650
- l,
762
+ m,
651
763
  {
652
764
  sx: {
653
765
  paddingTop: 32,
@@ -657,8 +769,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
657
769
  paddingBottom: 64
658
770
  }
659
771
  },
660
- children: /* @__PURE__ */ t(
661
- c,
772
+ children: /* @__PURE__ */ o(
773
+ d,
662
774
  {
663
775
  sx: {
664
776
  rowGap: 32,
@@ -683,13 +795,13 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
683
795
  src: "https://cdn.shopify.com/s/files/1/0959/8114/2305/files/img140.png"
684
796
  }
685
797
  ) }),
686
- /* @__PURE__ */ t(n, { children: [
798
+ /* @__PURE__ */ o(n, { children: [
687
799
  /* @__PURE__ */ e(
688
800
  i,
689
801
  {
690
802
  sizeVariant: "sm",
691
803
  sx: {
692
- color: o("primary.600"),
804
+ color: t("primary.600"),
693
805
  textAlign: "center",
694
806
  fontWeight: 600,
695
807
  textTransform: "uppercase",
@@ -701,7 +813,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
701
813
  }
702
814
  ),
703
815
  /* @__PURE__ */ e(
704
- s,
816
+ r,
705
817
  {
706
818
  sizeVariant: "4xl",
707
819
  sx: {
@@ -721,7 +833,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
721
833
  {
722
834
  sizeVariant: "base",
723
835
  sx: {
724
- color: o("neutral.500"),
836
+ color: t("neutral.500"),
725
837
  textAlign: "center",
726
838
  marginTop: 20,
727
839
  md: {
@@ -731,10 +843,10 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
731
843
  children: "Every order is protected by responsive support, secure payments, and quality checks before shipping."
732
844
  }
733
845
  ),
734
- /* @__PURE__ */ t(c, { sx: { marginTop: 32, rowGap: 20, columnGap: 20 }, cols: 1, sm: { cols: 2 }, children: [
735
- /* @__PURE__ */ t(n, { children: [
846
+ /* @__PURE__ */ o(d, { sx: { marginTop: 32, rowGap: 20, columnGap: 20 }, cols: 1, sm: { cols: 2 }, children: [
847
+ /* @__PURE__ */ o(n, { children: [
736
848
  /* @__PURE__ */ e(
737
- s,
849
+ r,
738
850
  {
739
851
  sizeVariant: "3xl",
740
852
  sx: { textAlign: "center", fontWeight: 600, md: { textAlign: "left" } },
@@ -744,14 +856,14 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
744
856
  /* @__PURE__ */ e(
745
857
  i,
746
858
  {
747
- sx: { color: o("neutral.500"), textAlign: "center", md: { textAlign: "left" } },
859
+ sx: { color: t("neutral.500"), textAlign: "center", md: { textAlign: "left" } },
748
860
  children: "Friendly support team"
749
861
  }
750
862
  )
751
863
  ] }),
752
- /* @__PURE__ */ t(n, { children: [
864
+ /* @__PURE__ */ o(n, { children: [
753
865
  /* @__PURE__ */ e(
754
- s,
866
+ r,
755
867
  {
756
868
  sizeVariant: "3xl",
757
869
  sx: { textAlign: "center", fontWeight: 600, md: { textAlign: "left" } },
@@ -761,13 +873,13 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
761
873
  /* @__PURE__ */ e(
762
874
  i,
763
875
  {
764
- sx: { color: o("neutral.500"), textAlign: "center", md: { textAlign: "left" } },
876
+ sx: { color: t("neutral.500"), textAlign: "center", md: { textAlign: "left" } },
765
877
  children: "Secure online payment"
766
878
  }
767
879
  )
768
880
  ] })
769
881
  ] }),
770
- /* @__PURE__ */ e(T, { sx: { width: "100%", marginTop: 32, md: { width: 180 } }, children: "Explore Now" })
882
+ /* @__PURE__ */ e(f, { sx: { width: "100%", marginTop: 32, md: { width: 180 } }, children: "Explore Now" })
771
883
  ] })
772
884
  ]
773
885
  }
@@ -776,14 +888,14 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
776
888
  )
777
889
  },
778
890
  {
779
- template: /* @__PURE__ */ e(l, { children: /* @__PURE__ */ t(c, { sx: { rowGap: 24, columnGap: 24 }, cols: 1, md: { cols: 3 }, children: [
780
- /* @__PURE__ */ t(n, { children: [
781
- /* @__PURE__ */ e(s, { sizeVariant: "4xl", sx: { textAlign: "center", fontWeight: 600, md: { textAlign: "left" } }, children: "Built for calm, confident shopping" }),
891
+ template: /* @__PURE__ */ e(m, { children: /* @__PURE__ */ o(d, { sx: { rowGap: 24, columnGap: 24 }, cols: 1, md: { cols: 3 }, children: [
892
+ /* @__PURE__ */ o(n, { children: [
893
+ /* @__PURE__ */ e(r, { sizeVariant: "4xl", sx: { textAlign: "center", fontWeight: 600, md: { textAlign: "left" } }, children: "Built for calm, confident shopping" }),
782
894
  /* @__PURE__ */ e(
783
895
  i,
784
896
  {
785
897
  sx: {
786
- color: o("neutral.500"),
898
+ color: t("neutral.500"),
787
899
  textAlign: "center",
788
900
  marginTop: 16,
789
901
  md: { textAlign: "left" }
@@ -792,11 +904,11 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
792
904
  }
793
905
  )
794
906
  ] }),
795
- /* @__PURE__ */ t(
907
+ /* @__PURE__ */ o(
796
908
  n,
797
909
  {
798
910
  sx: {
799
- backgroundColor: o("neutral.100"),
911
+ backgroundColor: t("neutral.100"),
800
912
  paddingTop: 28,
801
913
  paddingRight: 24,
802
914
  paddingBottom: 28,
@@ -807,17 +919,17 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
807
919
  borderBottomLeftRadius: 28
808
920
  },
809
921
  children: [
810
- /* @__PURE__ */ e(p, { sx: { width: 72 }, src: w[0].image }),
811
- /* @__PURE__ */ e(s, { sizeVariant: "2xl", sx: { marginTop: 24, fontWeight: 600 }, children: "Always-on support" }),
812
- /* @__PURE__ */ e(i, { sx: { color: o("neutral.500"), marginTop: 12 }, children: "Ask questions before or after purchase and get guidance whenever you need it." })
922
+ /* @__PURE__ */ e(p, { sx: { width: 72 }, src: L[0].image }),
923
+ /* @__PURE__ */ e(r, { sizeVariant: "2xl", sx: { marginTop: 24, fontWeight: 600 }, children: "Always-on support" }),
924
+ /* @__PURE__ */ e(i, { sx: { color: t("neutral.500"), marginTop: 12 }, children: "Ask questions before or after purchase and get guidance whenever you need it." })
813
925
  ]
814
926
  }
815
927
  ),
816
- /* @__PURE__ */ t(
928
+ /* @__PURE__ */ o(
817
929
  n,
818
930
  {
819
931
  sx: {
820
- backgroundColor: o("primary.100"),
932
+ backgroundColor: t("primary.100"),
821
933
  paddingTop: 28,
822
934
  paddingRight: 24,
823
935
  paddingBottom: 28,
@@ -828,22 +940,219 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
828
940
  borderBottomLeftRadius: 28
829
941
  },
830
942
  children: [
831
- /* @__PURE__ */ e(p, { sx: { width: 72 }, src: w[3].image }),
832
- /* @__PURE__ */ e(s, { sizeVariant: "2xl", sx: { marginTop: 24, fontWeight: 600 }, children: "Protected checkout" }),
833
- /* @__PURE__ */ e(i, { sx: { color: o("neutral.600"), marginTop: 12 }, children: "Secure payment flows and trusted order handling keep every transaction simple." })
943
+ /* @__PURE__ */ e(p, { sx: { width: 72 }, src: L[3].image }),
944
+ /* @__PURE__ */ e(r, { sizeVariant: "2xl", sx: { marginTop: 24, fontWeight: 600 }, children: "Protected checkout" }),
945
+ /* @__PURE__ */ e(i, { sx: { color: t("neutral.600"), marginTop: 12 }, children: "Secure payment flows and trusted order handling keep every transaction simple." })
834
946
  ]
835
947
  }
836
948
  )
837
949
  ] }) })
838
950
  }
839
951
  ]
840
- }, Q = {
952
+ }, E = {
953
+ template: /* @__PURE__ */ e(
954
+ m,
955
+ {
956
+ sx: {
957
+ paddingTop: 40,
958
+ paddingBottom: 40,
959
+ paddingLeft: 16,
960
+ paddingRight: 16,
961
+ md: {
962
+ paddingTop: 64,
963
+ paddingBottom: 64,
964
+ paddingLeft: 48,
965
+ paddingRight: 48
966
+ }
967
+ },
968
+ children: /* @__PURE__ */ o(
969
+ d,
970
+ {
971
+ cols: 1,
972
+ md: { cols: 2 },
973
+ sx: {
974
+ rowGap: 40,
975
+ columnGap: 48,
976
+ alignItems: "start",
977
+ md: {
978
+ columnGap: 80
979
+ }
980
+ },
981
+ children: [
982
+ /* @__PURE__ */ o(n, { children: [
983
+ /* @__PURE__ */ e(g, { sx: { backgroundColor: t("neutral.100") }, children: /* @__PURE__ */ e(
984
+ p,
985
+ {
986
+ src: "https://cdn.shopify.com/s/files/1/2005/9307/files/myimage_7.jpg",
987
+ alt: "Workspace",
988
+ sx: {
989
+ width: "100%",
990
+ objectFit: "cover"
991
+ }
992
+ }
993
+ ) }),
994
+ /* @__PURE__ */ e(
995
+ g,
996
+ {
997
+ sx: {
998
+ backgroundColor: "#ffffff",
999
+ marginTop: -80,
1000
+ marginLeft: 24,
1001
+ marginRight: 24,
1002
+ paddingTop: 28,
1003
+ paddingBottom: 28,
1004
+ paddingLeft: 32,
1005
+ paddingRight: 32,
1006
+ md: {
1007
+ marginTop: -120,
1008
+ marginLeft: 40,
1009
+ marginRight: 40,
1010
+ paddingTop: 36,
1011
+ paddingBottom: 36,
1012
+ paddingLeft: 48,
1013
+ paddingRight: 48
1014
+ }
1015
+ },
1016
+ children: /* @__PURE__ */ e(
1017
+ i,
1018
+ {
1019
+ sizeVariant: "base",
1020
+ md: { sizeVariant: "lg" },
1021
+ sx: {
1022
+ color: t("neutral.600"),
1023
+ fontStyle: "italic",
1024
+ textAlign: "center"
1025
+ },
1026
+ children: "“We’re a fully distributed team of 85 people living and working in 15 countries around the world. And we’re working to build the best products to help our customers.”"
1027
+ }
1028
+ )
1029
+ }
1030
+ ),
1031
+ /* @__PURE__ */ e(
1032
+ p,
1033
+ {
1034
+ src: "https://cdn.shopify.com/s/files/1/2005/9307/files/James.svg",
1035
+ alt: "Signature",
1036
+ sx: {
1037
+ width: 140,
1038
+ marginTop: 24,
1039
+ marginLeft: "auto",
1040
+ marginRight: "auto",
1041
+ md: {
1042
+ width: 160,
1043
+ marginTop: 28
1044
+ }
1045
+ }
1046
+ }
1047
+ ),
1048
+ /* @__PURE__ */ e(
1049
+ i,
1050
+ {
1051
+ sizeVariant: "base",
1052
+ sx: {
1053
+ fontWeight: 700,
1054
+ color: t("neutral.600"),
1055
+ textAlign: "center",
1056
+ marginTop: 12
1057
+ },
1058
+ children: "James Frank / CEO"
1059
+ }
1060
+ )
1061
+ ] }),
1062
+ /* @__PURE__ */ o(n, { children: [
1063
+ /* @__PURE__ */ e(
1064
+ r,
1065
+ {
1066
+ as: "h2",
1067
+ sizeVariant: "3xl",
1068
+ md: { sizeVariant: "4xl" },
1069
+ sx: {
1070
+ fontWeight: 700,
1071
+ color: t("neutral.600")
1072
+ },
1073
+ children: "About us"
1074
+ }
1075
+ ),
1076
+ /* @__PURE__ */ e(
1077
+ i,
1078
+ {
1079
+ sizeVariant: "base",
1080
+ sx: {
1081
+ color: t("neutral.600"),
1082
+ marginTop: 20,
1083
+ md: { marginTop: 24 }
1084
+ },
1085
+ children: "We’re a fully distributed team of 85 people living and working in 15 countries around the world. And we’re working to build the best products to help our customers build their brands and grow their businesses on social media. We’ve always aimed to do things a little differently at Buffer. Since the early days, we’ve had a focus on building one of the most unique and fulfilling workplaces by rethinking a lot of traditional practices."
1086
+ }
1087
+ ),
1088
+ /* @__PURE__ */ e(
1089
+ r,
1090
+ {
1091
+ as: "h3",
1092
+ sizeVariant: "lg",
1093
+ md: { sizeVariant: "xl" },
1094
+ sx: {
1095
+ fontWeight: 700,
1096
+ color: t("neutral.600"),
1097
+ marginTop: 32,
1098
+ md: { marginTop: 40 }
1099
+ },
1100
+ children: "Creative"
1101
+ }
1102
+ ),
1103
+ /* @__PURE__ */ e(
1104
+ i,
1105
+ {
1106
+ sizeVariant: "base",
1107
+ sx: {
1108
+ color: t("neutral.600"),
1109
+ marginTop: 12,
1110
+ md: { marginTop: 16 }
1111
+ },
1112
+ children: "We care about building a quality product, trusted relationships with our customers, and a sense of community that connects our customers and team with one another."
1113
+ }
1114
+ ),
1115
+ /* @__PURE__ */ e(
1116
+ r,
1117
+ {
1118
+ as: "h3",
1119
+ sizeVariant: "lg",
1120
+ md: { sizeVariant: "xl" },
1121
+ sx: {
1122
+ fontWeight: 700,
1123
+ color: t("neutral.600"),
1124
+ marginTop: 28,
1125
+ md: { marginTop: 32 }
1126
+ },
1127
+ children: "Sustainability"
1128
+ }
1129
+ ),
1130
+ /* @__PURE__ */ e(
1131
+ i,
1132
+ {
1133
+ sizeVariant: "base",
1134
+ sx: {
1135
+ color: t("neutral.600"),
1136
+ marginTop: 12,
1137
+ md: { marginTop: 16 }
1138
+ },
1139
+ children: "A commitment to supporting our team and our customers has helped Buffer grow from humble beginnings to now serving more than 140,000 users. Our passion for making meaningful connections flows through everything we do."
1140
+ }
1141
+ )
1142
+ ] })
1143
+ ]
1144
+ }
1145
+ )
1146
+ }
1147
+ )
1148
+ }, X = {
841
1149
  name: "Brand Story",
842
- icon: { source: h },
1150
+ icon: { source: x },
843
1151
  templates: [
1152
+ E,
844
1153
  {
845
1154
  template: /* @__PURE__ */ e(
846
- l,
1155
+ m,
847
1156
  {
848
1157
  sx: {
849
1158
  backgroundColor: "#faf5ef",
@@ -858,8 +1167,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
858
1167
  paddingRight: 48
859
1168
  }
860
1169
  },
861
- children: /* @__PURE__ */ t(
862
- c,
1170
+ children: /* @__PURE__ */ o(
1171
+ d,
863
1172
  {
864
1173
  cols: 1,
865
1174
  md: { cols: 12 },
@@ -916,9 +1225,9 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
916
1225
  }
917
1226
  }
918
1227
  ) }),
919
- /* @__PURE__ */ t(n, { md: { colSpan: 5 }, children: [
1228
+ /* @__PURE__ */ o(n, { md: { colSpan: 5 }, children: [
920
1229
  /* @__PURE__ */ e(
921
- s,
1230
+ r,
922
1231
  {
923
1232
  as: "h2",
924
1233
  sizeVariant: "3xl",
@@ -993,17 +1302,17 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
993
1302
  )
994
1303
  }
995
1304
  ]
996
- }, A = [
997
- { icon: "https://cdn.shopify.com/s/files/1/2005/9307/files/photo_6.png", value: "10+", label: "Years of experience" },
998
- { icon: "https://cdn.shopify.com/s/files/1/2005/9307/files/photo_7.png", value: "235+", label: "Happy Clients" },
999
- { icon: "https://cdn.shopify.com/s/files/1/2005/9307/files/photo_8.png", value: "50+", label: "Project completed" }
1000
- ], K = {
1305
+ }, O = [
1306
+ { icon: "https://cdn.shopify.com/s/files/1/2005/9307/files/photo_6.png", value: 10, label: "Years of experience" },
1307
+ { icon: "https://cdn.shopify.com/s/files/1/2005/9307/files/photo_7.png", value: 235, label: "Happy Clients" },
1308
+ { icon: "https://cdn.shopify.com/s/files/1/2005/9307/files/photo_8.png", value: 50, label: "Project completed" }
1309
+ ], ee = {
1001
1310
  name: "About",
1002
- icon: { source: h },
1311
+ icon: { source: x },
1003
1312
  templates: [
1004
1313
  {
1005
1314
  template: /* @__PURE__ */ e(
1006
- l,
1315
+ m,
1007
1316
  {
1008
1317
  sx: {
1009
1318
  paddingTop: 40,
@@ -1017,8 +1326,8 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
1017
1326
  paddingRight: 48
1018
1327
  }
1019
1328
  },
1020
- children: /* @__PURE__ */ t(
1021
- c,
1329
+ children: /* @__PURE__ */ o(
1330
+ d,
1022
1331
  {
1023
1332
  cols: 1,
1024
1333
  md: { cols: 2 },
@@ -1046,13 +1355,13 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
1046
1355
  }
1047
1356
  }
1048
1357
  ) }),
1049
- /* @__PURE__ */ t(n, { children: [
1358
+ /* @__PURE__ */ o(n, { children: [
1050
1359
  /* @__PURE__ */ e(
1051
1360
  i,
1052
1361
  {
1053
1362
  sizeVariant: "sm",
1054
1363
  sx: {
1055
- color: o("primary.600"),
1364
+ color: t("primary.600"),
1056
1365
  fontWeight: 600,
1057
1366
  textTransform: "uppercase"
1058
1367
  },
@@ -1060,7 +1369,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
1060
1369
  }
1061
1370
  ),
1062
1371
  /* @__PURE__ */ e(
1063
- s,
1372
+ r,
1064
1373
  {
1065
1374
  as: "h2",
1066
1375
  sizeVariant: "3xl",
@@ -1077,7 +1386,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
1077
1386
  {
1078
1387
  sizeVariant: "base",
1079
1388
  sx: {
1080
- color: o("neutral.600"),
1389
+ color: t("neutral.600"),
1081
1390
  marginTop: 16,
1082
1391
  md: { marginTop: 20 }
1083
1392
  },
@@ -1085,7 +1394,7 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
1085
1394
  }
1086
1395
  ),
1087
1396
  /* @__PURE__ */ e(
1088
- c,
1397
+ d,
1089
1398
  {
1090
1399
  cols: 1,
1091
1400
  sm: { cols: 3 },
@@ -1095,11 +1404,11 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
1095
1404
  marginTop: 28,
1096
1405
  md: { marginTop: 36 }
1097
1406
  },
1098
- children: A.map((m, R) => /* @__PURE__ */ e(n, { children: /* @__PURE__ */ t(
1407
+ children: O.map((a, h) => /* @__PURE__ */ e(n, { children: /* @__PURE__ */ o(
1099
1408
  g,
1100
1409
  {
1101
1410
  sx: {
1102
- backgroundColor: o("neutral.100"),
1411
+ backgroundColor: t("neutral.100"),
1103
1412
  paddingTop: 20,
1104
1413
  paddingBottom: 20,
1105
1414
  paddingLeft: 16,
@@ -1114,27 +1423,27 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
1114
1423
  /* @__PURE__ */ e(
1115
1424
  p,
1116
1425
  {
1117
- src: m.icon,
1426
+ src: a.icon,
1118
1427
  sx: {
1119
1428
  width: 48,
1120
1429
  height: 48,
1121
1430
  objectFit: "contain",
1122
1431
  marginLeft: "auto",
1123
- marginRight: "auto"
1432
+ marginRight: "auto",
1433
+ marginBottom: 8
1124
1434
  }
1125
1435
  }
1126
1436
  ),
1127
1437
  /* @__PURE__ */ e(
1128
- s,
1438
+ A,
1129
1439
  {
1130
- as: "div",
1440
+ to: a.value,
1441
+ suffix: "+",
1131
1442
  sizeVariant: "3xl",
1132
1443
  sx: {
1133
1444
  fontWeight: 700,
1134
- color: o("neutral.600"),
1135
- marginTop: 8
1136
- },
1137
- children: m.value
1445
+ color: t("neutral.600")
1446
+ }
1138
1447
  }
1139
1448
  ),
1140
1449
  /* @__PURE__ */ e(
@@ -1142,15 +1451,15 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
1142
1451
  {
1143
1452
  sizeVariant: "sm",
1144
1453
  sx: {
1145
- color: o("neutral.500"),
1454
+ color: t("neutral.500"),
1146
1455
  marginTop: 4
1147
1456
  },
1148
- children: m.label
1457
+ children: a.label
1149
1458
  }
1150
1459
  )
1151
1460
  ]
1152
1461
  }
1153
- ) }, R))
1462
+ ) }, h))
1154
1463
  }
1155
1464
  )
1156
1465
  ] })
@@ -1161,11 +1470,314 @@ const h = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
1161
1470
  )
1162
1471
  }
1163
1472
  ]
1473
+ }, _ = "https://cdn.shopify.com/s/files/1/2005/9307/files/gempages_432750572815254551-5f08d6c7-f89f-496d-91ac-2aa43df3875b.png?v=1715708404", P = "https://cdn.shopify.com/s/files/1/2005/9307/files/gempages_432750572815254551-880903a5-7b8a-4f03-a99a-7d1677a9cbbf.png?v=1715708428", F = {
1474
+ template: /* @__PURE__ */ e(
1475
+ m,
1476
+ {
1477
+ sx: {
1478
+ paddingTop: 32,
1479
+ paddingBottom: 32,
1480
+ paddingLeft: 16,
1481
+ paddingRight: 16,
1482
+ md: { paddingTop: 48, paddingBottom: 48, paddingLeft: 48, paddingRight: 48 }
1483
+ },
1484
+ children: /* @__PURE__ */ o(
1485
+ d,
1486
+ {
1487
+ cols: 1,
1488
+ md: { cols: 2 },
1489
+ sx: { rowGap: 32, columnGap: 48, alignItems: "center", md: { columnGap: 64 } },
1490
+ children: [
1491
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ o(d, { cols: 2, sx: { columnGap: 12 }, children: [
1492
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(
1493
+ p,
1494
+ {
1495
+ src: _,
1496
+ alt: "Before",
1497
+ sx: {
1498
+ width: "100%",
1499
+ objectFit: "cover",
1500
+ borderTopLeftRadius: 12,
1501
+ borderTopRightRadius: 12,
1502
+ borderBottomRightRadius: 12,
1503
+ borderBottomLeftRadius: 12
1504
+ }
1505
+ }
1506
+ ) }),
1507
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(
1508
+ p,
1509
+ {
1510
+ src: P,
1511
+ alt: "After",
1512
+ sx: {
1513
+ width: "100%",
1514
+ objectFit: "cover",
1515
+ borderTopLeftRadius: 12,
1516
+ borderTopRightRadius: 12,
1517
+ borderBottomRightRadius: 12,
1518
+ borderBottomLeftRadius: 12
1519
+ }
1520
+ }
1521
+ ) })
1522
+ ] }) }),
1523
+ /* @__PURE__ */ o(n, { children: [
1524
+ /* @__PURE__ */ e(r, { as: "h3", sizeVariant: "2xl", sx: { fontWeight: 700, color: t("neutral.600") }, children: "The standard" }),
1525
+ /* @__PURE__ */ e(
1526
+ r,
1527
+ {
1528
+ as: "h2",
1529
+ sizeVariant: "4xl",
1530
+ md: { sizeVariant: "5xl" },
1531
+ sx: { fontWeight: 700, color: t("blue.500"), marginTop: 4 },
1532
+ children: "Lorem ipsum"
1533
+ }
1534
+ ),
1535
+ /* @__PURE__ */ o(
1536
+ g,
1537
+ {
1538
+ sx: {
1539
+ marginTop: 24,
1540
+ backgroundColor: t("neutral.100"),
1541
+ paddingTop: 24,
1542
+ paddingBottom: 24,
1543
+ paddingLeft: 24,
1544
+ paddingRight: 24,
1545
+ borderTopLeftRadius: 12,
1546
+ borderTopRightRadius: 12,
1547
+ borderBottomRightRadius: 12,
1548
+ borderBottomLeftRadius: 12
1549
+ },
1550
+ children: [
1551
+ /* @__PURE__ */ e(r, { as: "h4", sizeVariant: "base", sx: { fontWeight: 700, color: t("neutral.600") }, children: "Sed ut perspiciatis unde omnis iste natus" }),
1552
+ /* @__PURE__ */ e(i, { sizeVariant: "base", sx: { color: t("neutral.600"), marginTop: 12 }, children: '"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.' }),
1553
+ /* @__PURE__ */ o(y, { sx: { flexDirection: "row", alignItems: "center", columnGap: 8, marginTop: 20 }, children: [
1554
+ /* @__PURE__ */ e(u, { children: /* @__PURE__ */ e(B, { rating: 5, count: 5, size: 18, color: t("orange.500") }) }),
1555
+ /* @__PURE__ */ e(u, { children: /* @__PURE__ */ e(i, { sizeVariant: "sm", sx: { fontWeight: 700, color: t("neutral.600") }, children: "-Alisa G." }) })
1556
+ ] })
1557
+ ]
1558
+ }
1559
+ )
1560
+ ] })
1561
+ ]
1562
+ }
1563
+ )
1564
+ }
1565
+ )
1566
+ }, M = [
1567
+ {
1568
+ rating: 5,
1569
+ quote: '"This product completely changed the way our team works. Setup was effortless and the support team went above and beyond to help us succeed."',
1570
+ avatar: "https://cdn.shopify.com/s/files/1/2005/9307/files/image_9_05296326-8090-405d-8f31-e83c4a2d2739.webp",
1571
+ name: "Rita Carroll",
1572
+ role: "Marketing Director"
1573
+ },
1574
+ {
1575
+ rating: 5,
1576
+ quote: '"We saw results within the first week. The quality is outstanding and it has become an essential part of our daily workflow."',
1577
+ avatar: "https://cdn.shopify.com/s/files/1/2005/9307/files/image_10_80120d07-93d9-4ec1-9f95-02f565eb09ae.webp",
1578
+ name: "Olivia Rowse",
1579
+ role: "Product Manager"
1580
+ },
1581
+ {
1582
+ rating: 4.5,
1583
+ quote: '"Reliable, easy to use, and worth every penny. I recommend it to everyone looking to grow their business online."',
1584
+ avatar: "https://cdn.shopify.com/s/files/1/2005/9307/files/image_11_00d15153-b18c-43c7-aeb4-21d43c1b8612.webp",
1585
+ name: "Timothy Joseph",
1586
+ role: "Small Business Owner"
1587
+ }
1588
+ ], ie = {
1589
+ name: "Social Proof",
1590
+ icon: { source: x },
1591
+ templates: [
1592
+ F,
1593
+ {
1594
+ template: /* @__PURE__ */ o(
1595
+ m,
1596
+ {
1597
+ sx: {
1598
+ backgroundColor: t("neutral.100"),
1599
+ paddingTop: 40,
1600
+ paddingBottom: 40,
1601
+ paddingLeft: 16,
1602
+ paddingRight: 16,
1603
+ md: {
1604
+ paddingTop: 64,
1605
+ paddingBottom: 64,
1606
+ paddingLeft: 48,
1607
+ paddingRight: 48
1608
+ }
1609
+ },
1610
+ children: [
1611
+ /* @__PURE__ */ e(
1612
+ i,
1613
+ {
1614
+ sizeVariant: "sm",
1615
+ sx: {
1616
+ color: t("primary.600"),
1617
+ fontWeight: 600,
1618
+ textTransform: "uppercase",
1619
+ textAlign: "center"
1620
+ },
1621
+ children: "Testimonials"
1622
+ }
1623
+ ),
1624
+ /* @__PURE__ */ e(
1625
+ r,
1626
+ {
1627
+ as: "h2",
1628
+ sizeVariant: "3xl",
1629
+ md: { sizeVariant: "4xl" },
1630
+ sx: {
1631
+ fontWeight: 700,
1632
+ color: t("neutral.600"),
1633
+ textAlign: "center",
1634
+ marginTop: 12
1635
+ },
1636
+ children: "Loved by thousands of customers"
1637
+ }
1638
+ ),
1639
+ /* @__PURE__ */ e(
1640
+ i,
1641
+ {
1642
+ sizeVariant: "base",
1643
+ sx: {
1644
+ color: t("neutral.600"),
1645
+ textAlign: "center",
1646
+ marginTop: 12,
1647
+ marginLeft: "auto",
1648
+ marginRight: "auto",
1649
+ width: "100%",
1650
+ md: { width: 640 }
1651
+ },
1652
+ children: "Don’t just take our word for it. Here’s what real customers have to say about their experience."
1653
+ }
1654
+ ),
1655
+ /* @__PURE__ */ e(
1656
+ d,
1657
+ {
1658
+ cols: 1,
1659
+ md: { cols: 3 },
1660
+ sx: {
1661
+ rowGap: 24,
1662
+ columnGap: 24,
1663
+ alignItems: "stretch",
1664
+ marginTop: 32,
1665
+ md: { marginTop: 48 }
1666
+ },
1667
+ children: M.map((a, h) => /* @__PURE__ */ e(n, { children: /* @__PURE__ */ o(
1668
+ g,
1669
+ {
1670
+ sx: {
1671
+ height: "100%",
1672
+ backgroundColor: "#ffffff",
1673
+ borderStyle: "solid",
1674
+ borderColor: t("neutral.200"),
1675
+ borderTopWidth: 1,
1676
+ borderRightWidth: 1,
1677
+ borderBottomWidth: 1,
1678
+ borderLeftWidth: 1,
1679
+ borderTopLeftRadius: 16,
1680
+ borderTopRightRadius: 16,
1681
+ borderBottomRightRadius: 16,
1682
+ borderBottomLeftRadius: 16,
1683
+ paddingTop: 28,
1684
+ paddingBottom: 28,
1685
+ paddingLeft: 24,
1686
+ paddingRight: 24
1687
+ },
1688
+ children: [
1689
+ /* @__PURE__ */ e(B, { rating: a.rating, count: 5, size: 20, color: t("orange.500") }),
1690
+ /* @__PURE__ */ e(
1691
+ i,
1692
+ {
1693
+ sizeVariant: "base",
1694
+ sx: {
1695
+ color: t("neutral.600"),
1696
+ marginTop: 16
1697
+ },
1698
+ children: a.quote
1699
+ }
1700
+ ),
1701
+ /* @__PURE__ */ e(
1702
+ g,
1703
+ {
1704
+ sx: {
1705
+ marginTop: 24,
1706
+ paddingTop: 20,
1707
+ borderStyle: "solid",
1708
+ borderColor: t("neutral.200"),
1709
+ borderTopWidth: 1
1710
+ },
1711
+ children: /* @__PURE__ */ e(
1712
+ d,
1713
+ {
1714
+ cols: 1,
1715
+ sx: {
1716
+ columnGap: 12,
1717
+ rowGap: 0,
1718
+ alignItems: "center"
1719
+ },
1720
+ children: /* @__PURE__ */ o(n, { children: [
1721
+ /* @__PURE__ */ e(
1722
+ p,
1723
+ {
1724
+ src: a.avatar,
1725
+ alt: a.name,
1726
+ sx: {
1727
+ width: 48,
1728
+ height: 48,
1729
+ objectFit: "cover",
1730
+ borderTopLeftRadius: 999,
1731
+ borderTopRightRadius: 999,
1732
+ borderBottomRightRadius: 999,
1733
+ borderBottomLeftRadius: 999
1734
+ }
1735
+ }
1736
+ ),
1737
+ /* @__PURE__ */ e(
1738
+ i,
1739
+ {
1740
+ sizeVariant: "base",
1741
+ sx: {
1742
+ fontWeight: 700,
1743
+ color: t("neutral.600"),
1744
+ marginTop: 8
1745
+ },
1746
+ children: a.name
1747
+ }
1748
+ ),
1749
+ /* @__PURE__ */ e(
1750
+ i,
1751
+ {
1752
+ sizeVariant: "sm",
1753
+ sx: {
1754
+ color: t("neutral.500"),
1755
+ marginTop: 2
1756
+ },
1757
+ children: a.role
1758
+ }
1759
+ )
1760
+ ] })
1761
+ }
1762
+ )
1763
+ }
1764
+ )
1765
+ ]
1766
+ }
1767
+ ) }, h))
1768
+ }
1769
+ )
1770
+ ]
1771
+ }
1772
+ )
1773
+ }
1774
+ ]
1164
1775
  };
1165
1776
  export {
1166
- K as ABOUT_SECTION_GROUP,
1167
- Q as BRAND_STORY_SECTION_GROUP,
1168
- H as FAQS_SECTION_GROUP,
1169
- D as GUARANTEE_SECTION_GROUP,
1170
- _ as HERO_SECTION_GROUP
1777
+ ee as ABOUT_SECTION_GROUP,
1778
+ X as BRAND_STORY_SECTION_GROUP,
1779
+ Z as FAQS_SECTION_GROUP,
1780
+ $ as GUARANTEE_SECTION_GROUP,
1781
+ J as HERO_SECTION_GROUP,
1782
+ ie as TESTIMONIAL_SECTION_GROUP
1171
1783
  };