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 partnersSection = getPageSection(props.page, "partners"); return /* @__PURE__ */ jsxs(Section, { customize: props.customize, pageSection: partnersSection, containerClass: "pb-6 !px-1", children: [ /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between gap-10 py-8 text-center sm:gap-20", children: [ /* @__PURE__ */ jsx("span", { className: "border-border w-full border-t" }), /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-nowrap", children: partnersSection == null ? void 0 : partnersSection.title }), /* @__PURE__ */ jsx("span", { className: "border-border w-full border-t" }) ] }), /* @__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 };