lms/bootstrap/ssr/assets/hero-DiasC_mP.js
2025-12-15 12:26:23 +01:00

66 lines
2.8 KiB
JavaScript

import { jsx, jsxs } from "react/jsx-runtime";
import { g as getPageSection, S as Section } from "./section-DPFpz4mP.js";
import { c as cn } from "./utils-DLCPGU0v.js";
import { usePage } from "@inertiajs/react";
import "./dialog-DGP_3dPQ.js";
import "@radix-ui/react-dialog";
import "lucide-react";
import "./use-lang-44ndmTOc.js";
import "react";
import "./chunked-uploader-input-CZfv7yqS.js";
import "./button-CdJZJLGw.js";
import "@radix-ui/react-slot";
import "class-variance-authority";
import "./input-BsvJqbcd.js";
import "axios";
import "sonner";
import "./input-error-D1JIzedA.js";
import "./loading-button-CCIxhJrY.js";
import "./label-0rIIfpX0.js";
import "@radix-ui/react-label";
import "./textarea-Z0d4V-ti.js";
import "./inertia-BtwbgBI3.js";
import "./card-B-gBwpxd.js";
import "./icon-picker-dialog-Bc1iwzL6.js";
import "./icon-picker-C-E-UbjO.js";
import "./debounce-ZFxqVthq.js";
import "./tooltip-BYKuzaoQ.js";
import "@radix-ui/react-tooltip";
import "lucide-react/dynamic";
import "./scroll-area-CDdrLubh.js";
import "@radix-ui/react-scroll-area";
import "./table-header-CdEXSV6s.js";
import "./table-BMWNGY4o.js";
import "@tanstack/react-table";
import "./table-page-size-CF314lUl.js";
import "./dropdown-menu-msun3TP8.js";
import "@radix-ui/react-dropdown-menu";
import "./route-DlE7FdTW.js";
import "./avatar-C8iCpF5R.js";
import "@radix-ui/react-avatar";
import "clsx";
import "tailwind-merge";
const Hero = () => {
const { props } = usePage();
const heroSection = getPageSection(props.innerPage, "hero");
return /* @__PURE__ */ jsx(
Section,
{
customize: props.customize,
pageSection: heroSection,
containerClass: cn("py-20 md:py-[120px]"),
contentClass: cn("flex flex-col items-center justify-between gap-12 md:flex-row md:gap-3"),
children: /* @__PURE__ */ jsxs("div", { className: "relative z-10 flex flex-col items-center justify-center gap-7 md:flex-row", children: [
/* @__PURE__ */ jsx("div", { className: "grid w-full grid-cols-1 gap-7 md:grid-cols-2", children: heroSection == null ? void 0 : heroSection.properties.array.map((item, index) => /* @__PURE__ */ jsx("div", { className: "h-[356px]", children: /* @__PURE__ */ jsx("img", { src: item.image, alt: "", className: "h-full w-full rounded-2xl object-cover object-center" }, `image-${index}`) }, `image-${index}`)) }),
/* @__PURE__ */ jsx("div", { className: "w-full space-y-7 md:max-w-[480px]", children: heroSection == null ? void 0 : heroSection.properties.array.map((item, index) => /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
/* @__PURE__ */ jsx("h1", { className: "text-2xl font-bold md:text-[30px]", children: item.title }),
/* @__PURE__ */ jsx("p", { className: "text-muted-foreground", children: item.description })
] }, `contents-${index}`)) })
] })
}
);
};
export {
Hero as default
};