import { n as require_jsx_runtime } from "../_libs/react+tanstack__react-query.mjs"; import { o as solutions } from "./router-eHxkqfmM.mjs"; import { n as SectionHeading } from "./QuoteCTA-BzP_2twX.mjs"; import { t as Icon } from "./Icon-CaGrdLqe.mjs"; //#region node_modules/.nitro/vite/services/ssr/assets/SolutionsSection-CI66FH6Z.js var import_jsx_runtime = require_jsx_runtime(); function SolutionsSection() { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("section", { className: "section-pad bg-background", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "mx-auto max-w-7xl px-6", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "grid gap-10 lg:grid-cols-[minmax(0,1fr)_minmax(0,1.6fr)]", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(SectionHeading, { eyebrow: "Solutions", title: "Enterprise logistics solutions", description: "Structured, scalable solutions that connect transportation, storage, distribution and cross-border movement into one managed supply chain." }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("ul", { className: "grid gap-4 sm:grid-cols-2", children: solutions.map((solution) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("li", { className: "flex gap-4 rounded-lg border border-border bg-background p-5 transition-colors hover:border-gold", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Icon, { name: solution.icon, className: "mt-0.5 h-6 w-6 shrink-0 text-navy", strokeWidth: 1.5 }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "min-w-0", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("h3", { className: "text-base font-semibold text-navy", children: solution.title }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "mt-1.5 text-sm leading-relaxed text-muted-foreground", children: solution.description })] })] }, solution.title)) })] }) }) }); } //#endregion export { SolutionsSection as t };