@burdenoff/website-sdk 2026.731.2 → 2026.731.3

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.
@@ -1487,6 +1487,10 @@ function StoreBrowsePage({
1487
1487
  }
1488
1488
  ),
1489
1489
  /* @__PURE__ */ jsxs("div", { className: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8", children: [
1490
+ /* @__PURE__ */ jsxs("header", { className: "mb-6", children: [
1491
+ /* @__PURE__ */ jsx("h1", { className: "text-3xl font-bold tracking-tight", children: productName ? `Browse the ${productName} Store` : "Browse the Store" }),
1492
+ /* @__PURE__ */ jsx("p", { className: "mt-2 text-muted-foreground", children: browseDescription })
1493
+ ] }),
1490
1494
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col sm:flex-row gap-3 mb-6", children: [
1491
1495
  /* @__PURE__ */ jsxs("form", { className: "flex-1 flex gap-2", onSubmit: handleSearchSubmit, children: [
1492
1496
  /* @__PURE__ */ jsx(