import { n as require_jsx_runtime } from "../_libs/react+tanstack__react-query.mjs"; import { h as Link } from "../_libs/@tanstack/react-router+[...].mjs"; import { r as Truck, s as Plane, v as Earth, w as ArrowRight } from "../_libs/lucide-react.mjs"; import { n as SectionHeading } from "./QuoteCTA-BzP_2twX.mjs"; //#region node_modules/.nitro/vite/services/ssr/assets/AboutSection-CVRvOTaX.js var import_jsx_runtime = require_jsx_runtime(); var warehouse_default = "/assets/warehouse-CgfpSLbu.jpg"; var highlights = [ { icon: Earth, title: "PAN India Network", text: "Logistics coverage designed to support businesses across India." }, { icon: Truck, title: "PTL & Courier Expertise", text: "Reliable transportation and courier solutions built around customer requirements." }, { icon: Plane, title: "International Freight Solutions", text: "Air freight, ocean freight, freight forwarding and international courier support." } ]; function AboutSection() { 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 items-center gap-12 lg:grid-cols-2", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "relative", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("img", { src: warehouse_default, alt: "RG Global Logistix warehouse operations", width: 1400, height: 1e3, loading: "lazy", className: "w-full rounded-lg border border-border object-cover shadow-sm" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "absolute -bottom-3 -left-3 hidden h-24 w-24 rounded-lg border-b-4 border-l-4 border-gold sm:block", "aria-hidden": "true" })] }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SectionHeading, { eyebrow: "About RG Global Logistix", title: "Your Trusted Logistics Partner Across India", description: "RG Global Logistix LLP is a professionally managed integrated logistics and supply chain organization focused on reliable, technology-driven and customer-focused logistics solutions." }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "mt-5 text-base leading-relaxed text-muted-foreground", children: "With leadership experience spanning more than two decades, RG Global Logistix brings together transportation, distribution, warehousing, freight forwarding and international logistics capabilities to support complex business requirements." }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "mt-4 text-base leading-relaxed text-muted-foreground", children: "Every shipment is managed with precision, transparency and accountability, with solutions designed to improve delivery performance, optimize transportation costs and strengthen supply chain resilience." }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "mt-7 grid gap-4 sm:grid-cols-2", children: highlights.map((item) => { const Icon = item.icon; return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "rounded-lg border border-border bg-white p-4 transition-shadow hover:shadow-md", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex items-start gap-3", children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "flex h-10 w-10 shrink-0 items-center justify-center rounded-md bg-navy text-gold", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Icon, { className: "h-5 w-5", strokeWidth: 1.6, "aria-hidden": "true" }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("h3", { className: "text-sm font-semibold text-navy", children: item.title }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "mt-1 text-xs leading-relaxed text-muted-foreground", children: item.text })] })] }) }, item.title); }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Link, { to: "/about", className: "mt-8 inline-flex items-center gap-2 rounded-md bg-navy px-6 py-3 text-sm font-semibold text-white transition-colors hover:bg-gold hover:text-navy-deep", children: ["Learn More About Us", /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ArrowRight, { className: "h-4 w-4", "aria-hidden": "true" })] }) ] })] }) }) }); } //#endregion export { AboutSection as t };