import { n as require_jsx_runtime } from "../_libs/react+tanstack__react-query.mjs"; import { h as Link } from "../_libs/@tanstack/react-router+[...].mjs"; import { t as PageHero } from "./PageHero-JlNjeanC.mjs"; import { t as company } from "./router-eHxkqfmM.mjs"; import { t as Icon } from "./Icon-CaGrdLqe.mjs"; import { t as hero2_default } from "./hero2-DA8MHdHc.mjs"; //#region node_modules/.nitro/vite/services/ssr/assets/careers-DCfYhCBM.js var import_jsx_runtime = require_jsx_runtime(); var reasons = [ { title: "Why Join Us", icon: "Compass", text: "Work on real logistics operations where precision, ownership and problem solving make a visible difference." }, { title: "Our Culture", icon: "Users", text: "A committed, service-focused team that values clear communication, accountability and dependable execution." }, { title: "Growth Opportunities", icon: "TrendingUp", text: "Exposure across transportation, warehousing, distribution and international logistics as the business grows." } ]; function CareersPage() { return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(PageHero, { title: "Careers at RG Global Logistix", subtitle: "Build your career with a logistics team driven by precision and delivered with commitment.", image: hero2_default, breadcrumb: "Careers" }), /* @__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.jsx)("div", { className: "grid gap-6 md:grid-cols-3", children: reasons.map((reason) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("article", { className: "rounded-lg border border-border bg-background p-7 shadow-sm transition-shadow hover:shadow-lg", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "inline-flex h-12 w-12 items-center justify-center rounded-md bg-navy text-gold", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Icon, { name: reason.icon, className: "h-6 w-6", strokeWidth: 1.5 }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("h2", { className: "mt-5 text-lg font-semibold text-navy", children: reason.title }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "mt-3 text-sm leading-relaxed text-muted-foreground", children: reason.text }) ] }, reason.title)) }) }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("section", { className: "section-pad bg-surface", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "mx-auto max-w-7xl px-6", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("h2", { className: "text-3xl font-bold text-navy sm:text-4xl", children: "Open Positions" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "gold-rule mt-4", "aria-hidden": "true" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "mt-8 rounded-lg border border-border border-l-4 border-l-gold bg-background p-8 shadow-sm", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "text-sm text-muted-foreground", children: "Current openings will be updated here." }) }) ] }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("section", { className: "bg-navy-deep py-14", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "mx-auto max-w-3xl px-6 text-center", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("h2", { className: "text-2xl font-bold text-white sm:text-3xl", children: "Interested in joining us?" }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("p", { className: "mt-4 text-sm leading-relaxed text-white/75", children: [ "Send your résumé to ", company.email, " and we will get in touch when a suitable role opens." ] }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "mt-7 flex flex-col justify-center gap-3 sm:flex-row", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: `mailto:${company.email}?subject=Career%20Enquiry`, className: "inline-flex items-center justify-center rounded-md bg-gold px-6 py-3 text-sm font-semibold text-navy-deep transition-colors hover:bg-gold-soft", children: "Email Your Résumé" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Link, { to: "/contact", className: "inline-flex items-center justify-center rounded-md border border-white/40 px-6 py-3 text-sm font-semibold text-white transition-colors hover:border-gold hover:text-gold", children: "Contact Us" })] }) ] }) }) ] }); } //#endregion export { CareersPage as component };