+ Doormile is India's leading air freight partner
+
+
+
+
+
+ Our integrated air and ground network delivers cargo from major Indian airports to final destinations — domestic or international — without subcontractor gaps or tracking blind spots.
+
+ Every air freight booking comes with binding SLA commitments, real-time milestone tracking, and in-house customs management — eliminating the need for third-party brokers and reducing total transit risk.
+
+
+ More About Us
+
+
+
+
+
+ >
+ );
+}
diff --git a/src/components/sections/AirFreightBanner.tsx b/src/components/sections/AirFreightBanner.tsx
new file mode 100644
index 0000000..cfc700d
--- /dev/null
+++ b/src/components/sections/AirFreightBanner.tsx
@@ -0,0 +1,127 @@
+import Link from "next/link";
+import { ScrollReveal } from "@/animations/Reveal";
+
+export default function AirFreightBanner() {
+ return (
+ <>
+
+
+
+
+
+
+
+
+ 01 / Air Freight
+
Specialized air cargo services for every shipment type
+
From express next-flight-out bookings to full-aircraft charters — Doormile handles every air cargo requirement under one SLA with full visibility and in-house customs.
+
+ >
+ );
+}
diff --git a/src/components/sections/AirFreightFAQ.tsx b/src/components/sections/AirFreightFAQ.tsx
new file mode 100644
index 0000000..a0c39d3
--- /dev/null
+++ b/src/components/sections/AirFreightFAQ.tsx
@@ -0,0 +1,219 @@
+"use client";
+
+import { useState } from "react";
+import Link from "next/link";
+import { ScrollReveal } from "@/animations/Reveal";
+
+const FAQS = [
+ {
+ q: "How can we work with your air freight system?",
+ a: "Getting started with Doormile Air Freight is straightforward — contact our ops team or use our online quote form. We'll assess your cargo requirements, recommend the right service tier, and handle all documentation, booking, and customs coordination from a single point of contact.",
+ },
+ {
+ q: "What types of cargo can Doormile move by air?",
+ a: "We handle general cargo, express parcels, perishables, pharmaceuticals, dangerous goods (IATA-classified), oversized freight, and high-value shipments. Our IATA-certified team manages special commodity requirements including temperature control, security packaging, and regulatory documentation.",
+ },
+ {
+ q: "Does Doormile handle customs clearance on both ends?",
+ a: "Yes. Doormile provides end-to-end customs management for both import and export lanes. We handle HS code classification, duty calculations, export and import declarations, and liaison with customs authorities at origin and destination. Our in-house compliance team eliminates the need for separate customs brokers.",
+ },
+ {
+ q: "Do you do transportation using air internationally?",
+ a: "Doormile connects India to 60+ countries via our partner airline network. We manage full export documentation, origin customs, air transport, destination customs, and ground delivery at the other end — under one SLA, with end-to-end visibility from our tracking platform.",
+ },
+ {
+ q: "How much cargo can you handle and how quickly?",
+ a: "We handle shipments from a single kilogram to full charter allocations. For express bookings on standard lanes, same-day confirmation is standard. Charter requests are assessed within 2 hours. Our network handles over 500 tonnes of cargo monthly across all service types.",
+ },
+];
+
+export default function AirFreightFAQ() {
+ const [openIndex, setOpenIndex] = useState(0);
+
+ const toggle = (index: number) => {
+ setOpenIndex((prev) => (prev === index ? null : index));
+ };
+
+ return (
+ <>
+
+
+
+
Doormile Air Freight delivers precision cargo solutions across domestic and international trade lanes — guaranteed transit times, real-time tracking, full customs management.
+
+
+
+ Get a Quote
+
+
+
+
+
+
+ {/* Slide 2 */}
+
+
+
+
+
+
+ A New Freight
+ Shipping Experience
+
+
+
+
+
From runway to doorstep — seamless air-to-ground handoffs powered by our integrated logistics network across India and global destinations.
Comprehensive air freight and logistics solutions built for businesses that demand speed, reliability, and complete cargo visibility.
+
+
+ {SERVICE_LIST.map((item) => (
+
+
+ {item}
+
+ ))}
+
+
+
+ {/* Column 2 – Our Specialty */}
+
+
/ Our Specialty /
+
Air Freight
+
Time-critical shipments handled with the highest priority. Guaranteed next-flight-out scheduling, same-day airport handoff, and binding SLA commitments on every air cargo booking.
+
+
Our IATA-certified team manages special commodity requirements including temperature control, security packaging, and regulatory documentation for every cargo category.
+
+
+ {/* Column 3 – Our Reach */}
+
+
/ Our Reach /
+
Global Network
+
Doormile operates an integrated air and ground logistics network spanning domestic hubs and international trade lanes — giving your cargo a direct path to any destination.
+
+
+
500+
+
Tonnes monthly
+
+
+
+
+
+
+ >
+ );
+}
diff --git a/src/components/sections/AirFreightWorkflow.tsx b/src/components/sections/AirFreightWorkflow.tsx
new file mode 100644
index 0000000..a605977
--- /dev/null
+++ b/src/components/sections/AirFreightWorkflow.tsx
@@ -0,0 +1,250 @@
+import Image from "next/image";
+import Link from "next/link";
+import { ScrollReveal } from "@/animations/Reveal";
+
+const ICON_BOXES = [
+ {
+ title: "Express Air Freight",
+ desc: "Time-critical shipments handled with next-flight-out scheduling and binding SLA commitments. Priority customs processing at every origin and destination airport.",
+ },
+ {
+ title: "Ground Handoff Network",
+ desc: "Seamless air-to-ground integration ensures your cargo transitions from the airport terminal to last-mile delivery without gaps, delays, or visibility breaks.",
+ },
+ {
+ title: "Temperature Cargo",
+ desc: "End-to-end cold chain management for pharmaceuticals, perishables, and biological cargo — IATA CEIV Pharma compliant with continuous temperature logging.",
+ },
+];
+
+export default function AirFreightWorkflow() {
+ return (
+ <>
+
+
+
+
+
+
/ Special Things /
+
+
+
+ {/* Left column: heading + image */}
+
+
+
+ Special things which we do for our clients
+
+
+
+
+
+
+
+ {/* Right column: world map bg + icon boxes + button */}
+
+