import { n as require_jsx_runtime } from "../_libs/react+tanstack__react-query.mjs"; import { h as Link } from "../_libs/@tanstack/react-router+[...].mjs"; import { c as Phone } from "../_libs/lucide-react.mjs"; import { t as company } from "./router-eHxkqfmM.mjs"; //#region node_modules/.nitro/vite/services/ssr/assets/QuoteCTA-BzP_2twX.js var import_jsx_runtime = require_jsx_runtime(); function SectionHeading({ eyebrow, title, description, align = "left", light = false }) { return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: `flex max-w-3xl flex-col ${align === "center" ? "text-center items-center mx-auto" : "text-left items-start"}`, children: [ eyebrow ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: `text-xs font-semibold uppercase tracking-[0.18em] ${light ? "text-gold" : "text-gold"}`, children: eyebrow }) : null, /* @__PURE__ */ (0, import_jsx_runtime.jsx)("h2", { className: `mt-3 text-3xl font-bold leading-tight sm:text-4xl ${light ? "text-white" : "text-navy"}`, children: title }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "gold-rule mt-4", "aria-hidden": "true" }), description ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: `mt-5 text-base leading-relaxed ${light ? "text-white/75" : "text-muted-foreground"}`, children: description }) : null ] }); } function QuoteCTA() { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("section", { className: "bg-surface py-14 lg:py-16", 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 items-center gap-8 rounded-lg border border-border border-l-4 border-l-gold bg-background p-8 shadow-sm lg:grid-cols-[minmax(0,1fr)_auto] lg:p-10", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("h2", { className: "text-2xl font-bold text-navy sm:text-3xl", children: "Ready to move your cargo with confidence?" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "mt-3 max-w-2xl text-sm leading-relaxed text-muted-foreground", children: "Share your requirement and our team will get back with a logistics plan and quotation suited to your route, cargo type and timelines." })] }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex flex-col gap-3 sm:flex-row lg:shrink-0", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Link, { to: "/quote", className: "inline-flex items-center justify-center rounded-md bg-navy px-6 py-3 text-sm font-semibold text-white transition-colors hover:bg-gold hover:text-navy-deep", children: "Request Quote" }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("a", { href: company.phoneHref, className: "inline-flex items-center justify-center gap-2 rounded-md border border-navy/20 px-6 py-3 text-sm font-semibold text-navy transition-colors hover:border-gold hover:text-gold", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Phone, { className: "h-4 w-4", "aria-hidden": "true" }), company.phone] })] })] }) }) }); } //#endregion export { SectionHeading as n, QuoteCTA as t };