@appcorp/app-corp-vista 0.2.15 → 0.2.16
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.
|
@@ -12,7 +12,7 @@ var VistaPromoSectionV4 = function (_a) {
|
|
|
12
12
|
react_1.default.createElement("div", { className: "relative overflow-hidden rounded-lg" },
|
|
13
13
|
react_1.default.createElement("div", { className: "absolute inset-0" },
|
|
14
14
|
react_1.default.createElement("img", { alt: bannerAlt, className: "size-full object-cover", src: bannerSrc })),
|
|
15
|
-
react_1.default.createElement("div", { className: "relative bg-
|
|
15
|
+
react_1.default.createElement("div", { className: "relative bg-primary/60 px-6 py-32 sm:px-12 sm:py-40 lg:px-16" },
|
|
16
16
|
react_1.default.createElement("div", { className: "relative mx-auto flex max-w-3xl flex-col items-center text-center" },
|
|
17
17
|
react_1.default.createElement("h2", { className: "text-3xl font-bold tracking-tight text-white sm:text-4xl" }, title),
|
|
18
18
|
descriptions.map(function (text, ind) { return (react_1.default.createElement("p", { key: ind, className: "mt-3 text-xl text-white" }, text)); }),
|