@npm_leadtech/legal-contracts-ui 0.34.0 → 0.34.1
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e, jsxs as a } from "react/jsx-runtime";
|
|
2
|
-
const d = ({ title: r, subtitle: t, description: l,
|
|
2
|
+
const d = ({ title: r, subtitle: t, description: l, bgImage: s }) => /* @__PURE__ */ e("section", { className: "px-4 py-6", children: /* @__PURE__ */ e("div", { className: "mx-auto max-w-6xl", children: /* @__PURE__ */ a("div", { className: "bg-primary-900 relative overflow-hidden rounded px-6 py-10 text-white shadow-lg md:px-12", children: [
|
|
3
3
|
/* @__PURE__ */ a("div", { className: "max-w-2xl space-y-4", children: [
|
|
4
4
|
/* @__PURE__ */ e("p", { className: "text-extra-small text-primary-200 font-bold uppercase", children: t }),
|
|
5
5
|
/* @__PURE__ */ e("h1", { className: "font-lora text-hero text-neutral-25", children: r }),
|