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

59 lines
2.6 KiB
JavaScript

import { jsxs, jsx } from "react/jsx-runtime";
import { g as getPageSection, S as Section, a as getPropertyArray } from "./section-DPFpz4mP.js";
import { usePage } from "@inertiajs/react";
import "./dialog-DGP_3dPQ.js";
import "@radix-ui/react-dialog";
import "lucide-react";
import "./utils-DLCPGU0v.js";
import "clsx";
import "tailwind-merge";
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";
const Partners = () => {
const { props } = usePage();
const { customize, page } = props;
const partnersSection = getPageSection(page, "partners");
return /* @__PURE__ */ jsxs(Section, { customize, pageSection: partnersSection, containerClass: "py-20", children: [
/* @__PURE__ */ jsxs("div", { className: "mx-auto mb-10 text-center md:max-w-xl", children: [
/* @__PURE__ */ jsx("p", { className: "text-secondary-foreground mb-1 font-medium", children: partnersSection == null ? void 0 : partnersSection.title }),
/* @__PURE__ */ jsx("h2", { className: "mb-4 text-3xl font-bold sm:text-4xl", children: partnersSection == null ? void 0 : partnersSection.sub_title }),
/* @__PURE__ */ jsx("p", { className: "text-muted-foreground", children: partnersSection == null ? void 0 : partnersSection.description })
] }),
/* @__PURE__ */ jsx("div", { className: "flex flex-wrap justify-center gap-x-14 gap-y-12 md:gap-x-20 md:gap-y-16", children: getPropertyArray(partnersSection).map(({ image }, index) => /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ jsx("img", { src: image, alt: "", className: "h-7 w-auto" }) }, `partner-${index}`)) })
] });
};
export {
Partners as default
};