@retinalabsllc/zairusjs 0.8.9 → 0.9.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/dist/index.js CHANGED
@@ -903,9 +903,9 @@ var FeatureScroll = ({ tagline, headline, features }) => {
903
903
  }
904
904
  };
905
905
  const bgImages = [
906
- "/assets/webp/card-bg.webp",
907
- "/assets/webp/card-bg2.webp",
908
- "/assets/webp/card-bg3.webp"
906
+ "/assets/images/bg_7.avif",
907
+ "/assets/images/bg_6.avif",
908
+ "/assets/images/bg_1.avif"
909
909
  ];
910
910
  return /* @__PURE__ */ import_react12.default.createElement("section", { className: "py-24 w-full flex justify-center relative z-10 overflow-hidden" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "flex flex-col md:flex-row md:items-end justify-between gap-6 mb-12" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "relative z-10 text-left" }, /* @__PURE__ */ import_react12.default.createElement("span", { className: "text-[10px] tracking-[0.4em] text-neutral-500 block mb-4" }, tagline), /* @__PURE__ */ import_react12.default.createElement("h2", { className: " text-3xl tracking-tight text-black leading-[1.05]" }, headline)), /* @__PURE__ */ import_react12.default.createElement("div", { className: "hidden md:flex items-center gap-3" }, /* @__PURE__ */ import_react12.default.createElement(
911
911
  "button",
package/dist/index.mjs CHANGED
@@ -823,9 +823,9 @@ var FeatureScroll = ({ tagline, headline, features }) => {
823
823
  }
824
824
  };
825
825
  const bgImages = [
826
- "/assets/webp/card-bg.webp",
827
- "/assets/webp/card-bg2.webp",
828
- "/assets/webp/card-bg3.webp"
826
+ "/assets/images/bg_7.avif",
827
+ "/assets/images/bg_6.avif",
828
+ "/assets/images/bg_1.avif"
829
829
  ];
830
830
  return /* @__PURE__ */ React9.createElement("section", { className: "py-24 w-full flex justify-center relative z-10 overflow-hidden" }, /* @__PURE__ */ React9.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8" }, /* @__PURE__ */ React9.createElement("div", { className: "flex flex-col md:flex-row md:items-end justify-between gap-6 mb-12" }, /* @__PURE__ */ React9.createElement("div", { className: "relative z-10 text-left" }, /* @__PURE__ */ React9.createElement("span", { className: "text-[10px] tracking-[0.4em] text-neutral-500 block mb-4" }, tagline), /* @__PURE__ */ React9.createElement("h2", { className: " text-3xl tracking-tight text-black leading-[1.05]" }, headline)), /* @__PURE__ */ React9.createElement("div", { className: "hidden md:flex items-center gap-3" }, /* @__PURE__ */ React9.createElement(
831
831
  "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@retinalabsllc/zairusjs",
3
- "version": "0.8.9",
3
+ "version": "0.9.0",
4
4
  "description": "A perceptive, Ai data driven Next.js UI component library.",
5
5
  "author": "Retina Labs Company",
6
6
  "license": "MIT",