import { n as require_jsx_runtime } from "../_libs/react+tanstack__react-query.mjs"; import { t as PageHero } from "./PageHero-JlNjeanC.mjs"; import { t as company } from "./router-eHxkqfmM.mjs"; import { t as hero1_default } from "./hero1-B6ZL9Cko.mjs"; import { t as TrackingSection } from "./TrackingSection-Bpxb4PV7.mjs"; //#region node_modules/.nitro/vite/services/ssr/assets/tracking-DGIkiod7.js var import_jsx_runtime = require_jsx_runtime(); function TrackingPage() { return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(PageHero, { title: "Track Your Shipment", subtitle: "Enter your tracking number to check your shipment status.", image: hero1_default, breadcrumb: "Tracking" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(TrackingSection, {}), /* @__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-3xl px-6 text-center", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("h2", { className: "text-2xl font-bold text-navy sm:text-3xl", children: "Need a shipment update?" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "gold-rule mx-auto mt-4", "aria-hidden": "true" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "mx-auto mt-5 max-w-2xl text-sm leading-relaxed text-muted-foreground", children: "Keep your consignment or booking reference handy and contact our operations team for the latest status." }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "mt-6 flex flex-col items-center justify-center gap-3 sm:flex-row", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: company.phoneHref, 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: company.phone }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: `mailto:${company.email}`, className: "inline-flex items-center justify-center 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: company.email })] }) ] }) }) ] }); } //#endregion export { TrackingPage as component };