import { n as require_jsx_runtime } from "../_libs/react+tanstack__react-query.mjs"; import { s as whyChooseUs } 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/WhyChooseUs-CO0C1LHg.js var import_jsx_runtime = require_jsx_runtime(); function WhyChooseUs() { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("section", { className: "section-pad bg-navy-deep", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "mx-auto max-w-7xl px-6", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(SectionHeading, { eyebrow: "Our Values", title: "What We Stand For", description: "Our values guide the way we work, serve our customers and build long-term partnerships.", align: "center", light: true }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("ul", { className: "mt-12 grid gap-5 sm:grid-cols-2 lg:grid-cols-4", children: whyChooseUs.map((item) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("li", { className: "group rounded-lg border border-white/10 bg-white/[0.04] p-6 transition-all duration-300 hover:-translate-y-1 hover:border-gold/60 hover:bg-white/[0.07]", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "flex h-12 w-12 items-center justify-center rounded-md bg-gold/10", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Icon, { name: item.icon, className: "h-6 w-6 text-gold", strokeWidth: 1.5 }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("h3", { className: "mt-5 text-base font-semibold leading-snug text-white", children: item.title }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "mt-3 text-sm leading-relaxed text-white/65", children: item.description }) ] }, item.title)) })] }) }); } //#endregion export { WhyChooseUs as t };